Hi BTC > The process for transforming document elements into tiddlers is now a > declarative JSON-based format that’s easy to hack > > What are the tiddlers to look for if one wants to hack it?
Have a look at the rulesets that come in the plugin: https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/text-slicer/modules/rules <https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/text-slicer/modules/rules> Here’s the code that processes the rules: https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/text-slicer/modules/slicer.js <https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/text-slicer/modules/slicer.js> The key methods are onOpenTag() and onCloseTag(). Best wishes Jeremy. > > BTC > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/7fa077b4-c4ec-46f0-94a0-afddd8cd9e22%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/7fa077b4-c4ec-46f0-94a0-afddd8cd9e22%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/B92A75E5-22A6-4D48-896F-44D7B0D33CC8%40gmail.com. For more options, visit https://groups.google.com/d/optout.

