On Thursday, August 31, 2017 at 2:09:54 PM UTC+2, @TiddlyTweeter wrote: > > Would I have to study the JavaScript code to understand what those parsers > do? >
yes. and you can have a look at different hangouts, where Jeremy discusses parsers. .. So you may get some hints too. Open this link <https://web.archive.org/web/20161205105740/http://hangouts.tiddlyspace.com/#%5B%5BAll%20Notes%5D%5D> and search for "parser" > I'm very hazy about what the final HTML is. > The final html is just HTML.... So eg: ! heading ... is translated to ... <h1>heading</h1> > SECOND QUESTION: *Are parsers bound (tied) to content types? Meaning, if > we created a new parser would it need a new "content type"?* > Yes. ... If there is no "type" field, TiddlyWiki assumes "text/vnd.tiddlywiki" as the default type. Other types use other parser. eg: "text/x-markdown", which is used by the markdown plugin. have fun! mario -- 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/2c7daa92-43ef-4bde-a9f0-bbcd7bf3859c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

