mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 17:21:56 -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
|
||
|---|---|---|
| .. | ||
| action-confirm.js | ||
| action-createtiddler.js | ||
| action-deletefield.js | ||
| action-deletetiddler.js | ||
| action-listops.js | ||
| action-log.js | ||
| action-navigate.js | ||
| action-popup.js | ||
| action-sendmessage.js | ||
| action-setfield.js | ||
| action-setmultiplefields.js | ||
| audio.js | ||
| browse.js | ||
| button.js | ||
| checkbox.js | ||
| codeblock.js | ||
| count.js | ||
| data.js | ||
| diff-text.js | ||
| draggable.js | ||
| droppable.js | ||
| dropzone.js | ||
| edit-binary.js | ||
| edit-bitmap.js | ||
| edit-shortcut.js | ||
| edit-text.js | ||
| edit.js | ||
| element.js | ||
| encrypt.js | ||
| entity.js | ||
| error.js | ||
| eventcatcher.js | ||
| fieldmangler.js | ||
| fields.js | ||
| fill.js | ||
| genesis.js | ||
| image.js | ||
| importvariables.js | ||
| jsontiddler.js | ||
| keyboard.js | ||
| let.js | ||
| link.js | ||
| linkcatcher.js | ||
| list.js | ||
| log.js | ||
| macrocall.js | ||
| messagecatcher.js | ||
| navigator.js | ||
| parameters.js | ||
| password.js | ||
| qualify.js | ||
| radio.js | ||
| range.js | ||
| raw.js | ||
| reveal.js | ||
| scrollable.js | ||
| select.js | ||
| setmultiplevariables.js | ||
| setvariable.js | ||
| slot.js | ||
| testcase.js | ||
| text.js | ||
| tiddler.js | ||
| transclude.js | ||
| vars.js | ||
| view.js | ||
| void.js | ||
| widget.js | ||
| wikify.js | ||