1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 20:10:03 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
Cameron Fischer 45355a7fcf
Wikirules now use better macrocall parser (#5451)
* wikirules now use better macrocall parser

Before, wikirules would use a deficient macrocall parser which couldn't
handle certain types of arguments. Now it uses the same one that the
widget parser uses. Less code!

* style changes and removing weird switch statement

That switch statement made more sense in an earlier iteration.

* comment improvements

* oops, wikirule macrocalls could do ONE thing better

* '=' wasn't allowed for widget macros, but why?

Now they're allowed for both widget macros and macrocall macros.
2021-01-29 13:26:31 +00:00
..
rules Wikirules now use better macrocall parser (#5451) 2021-01-29 13:26:31 +00:00
wikiparser.js Wikitext parser: Refactor a poorly written utility function 2020-11-18 12:05:06 +00:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00