cdruan

Results 14 comments of cdruan

Hi @pmario and @Jermolene Let me start by explaining why I made the switch to markdown-it. The decision was only made (reluctantly) after I found a series of problems with...

checklist plugin removed

One more thing, the immediate backward incompatibility I can see is that I removed the `image` parse rule from the `renderWikiPragma`. There was a debate whether `prettylink` should be included...

@pmario and @Jermolene I've rollbacked changes to `parseutils.js`. The entity decoding (of attribute values) is now performed on the TW parse-tree element and widget nodes—with the exception of `` and...

Hi @Jermolene Thanks for your feedback. I was hoping the disruption is deemed minimal because decoding is applied only to the string type of attribute values in **markdown** tiddlers. The...

Sorry, I just saw the recent discussions. I think we have yet to resolve the issue of decoding HTML entities inside widget and html tag's **attribute** string values. My current...

@pmario > Why is not good enough? It works out of the box. This PR needs to be able to programmatically pass any content of a fenced code block to...

I could temporarily extend `parseStringLiteral()` to parse and decode entities inside `e"...."` strings and then restore the function to its original functionality once markdown parsing is done. (A version of...

I've updated this PR with the approach described in this [comment](https://github.com/Jermolene/TiddlyWiki5/pull/6528#issuecomment-1189021856). I also made few additional updates to support the new "text/markdown" MIME type ([commit 8e687eb](https://github.com/Jermolene/TiddlyWiki5/pull/6528/commits/8e687eb62aa3c4d074a4b187d445f0367e5fe536)). The demo pages [new](https://cdruan.github.io/TiddlyWiki5/)...

The updated [tw-external-js plugin](https://cdruan.github.io/tw-external-js) (>= 0.2.0) can generate a fully standalone wiki from an external-core wiki. For this to work, you'll need the `tiddlywikicore.js` generated by this plugin, which should...