Mario Pietsch

Results 1305 comments of Mario Pietsch

https://tiddlywiki.com/#%24%3A%2Fconfig%2FViewTemplateBodyFilters%2Fsystem ... for me it looks like plain text.

IMO the OP is related to: https://github.com/Jermolene/TiddlyWiki5/issues/345#issuecomment-33601108 So we would need to implement a type eg: `text/vnd.tiddlywiki; vocab=tiddler-name-or-url;` where the `vocab` tiddler contains pragmas eg: `\rules` that tell the wiki...

@Jermolene ... The transclusion widget may need to respect this new type parameter. I'm not use if the widget need a new parameter to overwrite / disable the vocab parameter

At https://github.com/Jermolene/TiddlyWiki5/blob/3f55f827a612742da481fb4597313aad9faf9591/boot/boot.js#L2379 we do register several TW specific types, but they are `application/...` So it would need to be as follows. ``` $tw.utils.registerFileType("application/x-tiddler-filter","utf8",".tid",{deserializerType:"text/vnd.tiddlywiki"}); ``` ~~See the new extension: `.filter`~~ ......

I think most of the the "test tiddlers" from: https://cdruan.github.io/TiddlyWiki5 should go to the TW markdown edition.

>Replace remarkable with markdown-it parser for more robust parsing. What did make you to switch to markdown-it from remarkable.

As Jeremy pointed out the checklist plugin only adds visual "bells" without real functionality and it fails to print. see screenshot There is [a tw5-checklist plugin](https://tgrosinger.github.io/tw5-checklist/), ~~which I can't find...

>As for the motivation of this PR, if you haven't done so already, please visit the [demo using CURRENT markdown plugin](https://cdruan.github.io/TiddlyWiki5/old-markdown.html) and examine the tiddlers under Issues Fixed section. You'll...

@cdruan ... Why did you close this one? ... I think it would be worth to be included.

@Jermolene ... This should also be considered for v5.2.3