1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/core/modules/parsers
jeremy@jermolene.com 9f9ce6595b Make it easier to subclass the wikitext parser with a custom rule set
We can now pass arrays of rule classes to the parser constructor, overriding the rules that would normally be used by the parser.

This allows us to create custom variants of the wikitext parser with their own content type.

It could also provide a basis for a new Markdown parser based on our existing wikitext parser but with new rules.
2021-02-03 15:13:56 +00:00
..
wikiparser Make it easier to subclass the wikitext parser with a custom rule set 2021-02-03 15:13:56 +00:00
audioparser.js Scale embedded videos and audios to fit their container (#3943) 2019-10-19 11:44:18 +01:00
binaryparser.js Add download button/link to binary tiddler warning banners in view and edit mode (#4423) 2020-01-31 09:13:28 +00:00
csvparser.js Change more "tw-*" classes to "tc-*" 2014-08-28 18:21:08 +01:00
htmlparser.js Fix sandbox attribute for html parser generated iframes 2016-05-17 15:45:10 -06:00
imageparser.js Add support for image/vnd.microsoft.icon content type 2021-01-03 10:04:52 +00:00
parseutils.js Wikirules now use better macrocall parser (#5451) 2021-01-29 13:26:31 +00:00
pdfparser.js Separate the PDF parser from the image parser 2016-12-15 17:13:32 +00:00
textparser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00
videoparser.js Add support for file type webm & ogg theora (#4404) 2020-01-04 11:27:13 +00:00