mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 01:03:01 -07:00
* Initial commit
The idea is to extend the macro call syntax to accept dynamic parameter values (ie thing:{{more}} etc). Eventually, this will work in all the contexts in which the double angle bracket syntax is valid.
This initial commit gets the tests passing, but doesn't yet activate the new functionality.
* Test for standalone macro calls with dynamic parameters
* Parse attribute macros with the new parser
This fixes the tests
* Test for attribute macros
* Add some examples
* Tweak examples
* Fix test
* Temporarily disable a broken serializer test
* Fix/dynamic macro calls test (#9459)
* Revert "Temporarily disable a broken serializer test"
This reverts commit
|
||
|---|---|---|
| .. | ||
| Attribute.tid | ||
| BlockRule.tid | ||
| BoldEmphasis.tid | ||
| CodeBlock.tid | ||
| CommentBlock.tid | ||
| CommentInline.tid | ||
| Conditional.tid | ||
| Dash.tid | ||
| DynamicMacroMixed.tid | ||
| DynamicMacroParams.tid | ||
| DynamicWidgetAttribute.tid | ||
| Entity.tid | ||
| ExtLink.tid | ||
| FilteredTranscludeBlock.tid | ||
| FilteredTranscludeInline.tid | ||
| FunctionDefinition.tid | ||
| HardLineBreaks.tid | ||
| Heading.tid | ||
| Html.tid | ||
| Image.tid | ||
| Import.tid | ||
| ItalicEmphasis.tid | ||
| List.tid | ||
| MacroCallBlock.tid | ||
| MacroCallInline.tid | ||
| MacroDef.tid | ||
| Parameters.tid | ||
| ParserMode.tid | ||
| PrettyExtLink.tid | ||
| PrettyLink.tid | ||
| QuoteBlock.tid | ||
| RulesPragma.tid | ||
| SimpleText.tid | ||
| SoftLineBreak.tid | ||
| StrikethroughEmphasis.tid | ||
| StyleBlock.tid | ||
| StyleBlock2.tid | ||
| StyleInline.tid | ||
| SubscriptEmphasis.tid | ||
| SuperscriptEmphasis.tid | ||
| SysLink.tid | ||
| Table.tid | ||
| TranscludeBlock.tid | ||
| TranscludeInline.tid | ||
| TypedBlock1.tid | ||
| TypedBlock2.tid | ||
| UnderscoreEmphasis.tid | ||
| VoidElements.tid | ||
| WikiLink.tid | ||
| WikiLinkPrefix.tid | ||