Harry Dobrev

Results 76 comments of Harry Dobrev

`notes todos --export` is now implemented in #4.

It would be interesting to consider the use case of ordering todos from all of your notes in priority order in `todos.md` when they are all in one place. How...

Thanks for flagging this! Would take a look over the weekend.

PDO does support a big list of engines. Each with their own differences - subtle or not. Some differences from the top of my head: - MSSQL does not have...

Idiorm has things such as: - Using different quoting for different engines - https://github.com/j4mie/idiorm/blob/1db83c9fee8a6418d92fd6fa87447d31faf88842/idiorm.php#L324-L344 - Using either `LIMIT` or `TOP` - https://github.com/j4mie/idiorm/blob/1db83c9fee8a6418d92fd6fa87447d31faf88842/idiorm.php#L346-L361 Also it has options for these: https://github.com/j4mie/idiorm/blob/1db83c9fee8a6418d92fd6fa87447d31faf88842/idiorm.php#L70-L71 Another...

Ideally I would prefer an opinionated parser which would produce HTML only, but since Parsedown produces XHTML at the moment, this could be a good move keeping backwards compatibility.

I guess putting links through `html_entity_encode(html_entity_decode())` would work.

By the way as far as I know parsedown.org also runs Apache. So it could depend on specific Apache version or configuration.

@storeman I'm not sure, but there could be a very memory-intensive regex with certain input. What is your memory limit for PHP in Apache? Also how is the script crashing?...

HTML5 recommends centering only with CSS. You could use classes from MarkdownExtra and apply CSS to them.