Hi Matt

>     I'm working on converting this tool <https://goo.gl/zTTg6T> to tiddlywiki 
> as part of my ongoing efforts to build a complete D&D campaign tool in 
> tiddlywiki, and I had a question about parsers.  One of the features of that 
> tool is the ability to add comments on the grid itself, and I wanted to make 
> the comments support TiddlyWiki syntax.  Should my GridParser.js file just 
> require() the WikiParser.js file and call WikiParser(null, {{content of 
> comment}}, {}) and then add that as an element in my GridParser's parse tree? 
>  Is there any considerations about the interactions between parsers?  

Rather than require()ing WikiParser.js you should just be able to call 
$tw.wiki.parseText("text/vnc.tiddlywiki",text,{parseAsInline: true}) and then 
splice the returned parse tree into the one that you’re generating.

Best wishes

Jeremy.



> 
> Matt Lauber
> 
> -- 
> 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 tiddlywikidev+unsubscr...@googlegroups.com 
> <mailto:tiddlywikidev+unsubscr...@googlegroups.com>.
> To post to this group, send email to tiddlywikidev@googlegroups.com 
> <mailto:tiddlywikidev@googlegroups.com>.
> 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/31732956-fc50-4acd-86ba-aa6558d9b03a%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywikidev/31732956-fc50-4acd-86ba-aa6558d9b03a%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 tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
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/AF5B9858-6DCC-4A0B-9AF0-E9CCF24B1001%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to