Hi Tobias > Trial and error has me believe that I can set, even override > this.parseTreeNode.isBlock > no matter what the parser initialized it with. So that's great.
Please don’t do that! The parse tree for a particular tiddler is cached and shared so if you make modifications to it then any other code that tries to parse the same tiddler will get the modified parse tree. Perhaps we can move this particular discussion to GitHub; it’s much easier to talk about code there. Best wishes Jeremy > > Best wishes, > > Tobias. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev > <https://groups.google.com/group/tiddlywikidev>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywikidev/0bcda88e-a162-40cb-b87c-487bb0ea6eca%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywikidev/0bcda88e-a162-40cb-b87c-487bb0ea6eca%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 "TiddlyWikiDev" 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/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/935D9262-4072-47CA-80E2-F2479846DB1C%40gmail.com. For more options, visit https://groups.google.com/d/optout.
