1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-03 14:00:28 +00:00
TiddlyWiki5/rabbithole/core/modules
Jeremy Ruston b81fdd9ced Tweaks to format of JavaScript modules
Particularly, we're now picking the module fields out of the script
tag, rather than from the comment at the top of the module. This will
allow us to minify modules safely (otherwise we'd lose the metadata
fields)
2012-05-05 17:42:42 +01:00
..
commands Added a 'dump tiddler' command 2012-05-05 11:18:24 +01:00
macros Fix to include macro 2012-05-05 14:16:34 +01:00
parsers Added support for single punctuation character macro names to TiddlyTextParser 2012-05-05 11:57:24 +01:00
treenodes Raise error for unknown macro invocations 2012-05-05 11:21:01 +01:00
commander.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
config.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
dependencies.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
deserializers.js Refactored deserializers to remove unneeded deep copy 2012-05-05 11:18:47 +01:00
renderer.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
serializers.js Tweaks to format of JavaScript modules 2012-05-05 17:42:42 +01:00
startup.js Add support for serializing tiddlers to text 2012-05-05 13:15:19 +01:00
tiddler.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
tree.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
tree.utils.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
utils.argparser.js Some delayed JSHint obeisance 2012-05-04 18:49:04 +01:00
utils.js Fixed bug in extendDeepCopy() 2012-05-05 11:21:15 +01:00
wiki.filters.js Added some shortcut filters needed for cooking TiddlyWiki documents 2012-05-05 14:16:05 +01:00
wiki.js Missing error check in serializeTiddler 2012-05-05 14:16:19 +01:00