1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 15:08:46 +00:00
TiddlyWiki5/core/modules
Jeremy Ruston 55d479c540 Extend macrocall widget to take parameters both from the parse tree node and the attributes
This allows us to invoke macros using the ordinary widget syntax, which
in turn allows us to use features like indirection on the parameters.
2013-10-17 16:55:23 +01:00
..
commands Initial Commit 2013-10-12 17:05:13 +01:00
filters Remove incorrect slice parameter. 2013-10-01 10:50:13 +01:00
new_widgets Extend macrocall widget to take parameters both from the parse tree node and the attributes 2013-10-17 16:55:23 +01:00
parsers Update TW2 wikitext content type to text/x-tiddlywiki 2013-08-25 22:06:28 +01:00
rendertree Fix crash on processing anonymous macro parameters 2013-09-10 22:08:09 +01:00
savers Small revision to previous commit, avoids double encoding. 2013-10-01 17:35:58 -04:00
utils Fix text reference regexp to allow for tiddler titles with embedded spaces 2013-10-17 16:40:13 +01:00
widgets Correct example 2013-10-05 16:01:07 +01:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel 2013-08-28 15:15:56 +01:00
deserializers.js Fix broken regexps 2013-09-18 19:09:54 +01:00
filters.js Extend the filter mechanism to allow operands to be indirected through a tiddler text reference 2013-05-27 17:57:37 +01:00
startup.js Initial Commit 2013-10-12 17:05:13 +01:00
syncer.js Ignore shadow tiddlers in the syncer 2013-04-30 22:55:06 +01:00
themes.js Remove early bail on switching to a non-existent theme 2013-05-10 20:24:40 +01:00
tiddler.js Remove plugin field now that we've got the plugin-type field 2013-08-23 18:37:54 +01:00
wiki.js Use the setvariable widget instead of macrodef 2013-10-13 23:40:11 +01:00