1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-02 00:40:47 +00:00
TiddlyWiki5/core/modules
Jeremy Ruston 04e91245cb Refactored macro mechanism
Now there is now longer a dummy DOM element corresponding to the macro
itself. Instead, macros must create a single element child. This allows
us to more easily fit Bootstrap's requirements for HTML layout (eg,
that problem with links in navbars not being recognised). The
refactoring isn't complete, there are still a few bugs to chase down
2012-06-09 18:36:32 +01:00
..
commands Refactored shadow tiddlers to not be in a separate store 2012-06-06 12:07:33 +01:00
macros Refactored macro mechanism 2012-06-09 18:36:32 +01:00
parsers Parse HTML tag contents as a block if it is a block tag 2012-06-09 15:08:30 +01:00
treenodes Refactored macro mechanism 2012-06-09 18:36:32 +01:00
commander.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
config.js JSHint-prompted tweaks 2012-05-19 15:13:17 +01:00
dependencies.js Got rid of some potentially dodgy hasOwnProperty() calls 2012-05-09 08:51:16 +01:00
deserializers.js Moved loading of core shadow tiddlers into the boot kernel 2012-06-06 21:42:14 +01:00
filters.js Fixed problem with is filter operator 2012-06-06 20:51:13 +01:00
recipe.js Refactored loading of tiddlywiki.plugin files 2012-06-08 11:47:05 +01:00
renderer.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
serializers.js Added library modules to browser template 2012-06-08 10:41:58 +01:00
startup.js Moved loading of core shadow tiddlers into the boot kernel 2012-06-06 21:42:14 +01:00
tiddler.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
tree.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
tree.utils.js Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
utils.argparser.js Got rid of some potentially dodgy hasOwnProperty() calls 2012-05-09 08:51:16 +01:00
utils.js A quick sweep for missing or inaccurate code comments 2012-05-19 18:23:14 +01:00
wiki.js Refactored loading of tiddlywiki.plugin files 2012-06-08 11:47:05 +01:00