1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-08 02:49:56 +00:00
TiddlyWiki5/core/modules
Jeremy Ruston 69a0c46447 Split the story macro out into two macros
Now the story macro manages the story element sequence, while the
navigator macro listens for the navigation events, and modifies the
story tiddler as required. Also introduces a history tiddler that
retains the history stack so that we can animate navigation properly
(as distinct from animating the addition and removal of story elements).

Note that the zoomin storyview isn't quite finished, but this is a
stable point to commit these changes.
2012-06-26 19:54:51 +01:00
..
commands Refactored shadow tiddlers to not be in a separate store 2012-06-06 12:07:33 +01:00
macros Split the story macro out into two macros 2012-06-26 19:54:51 +01:00
parsers Added new transclude wikitext rule and macro 2012-06-19 08:57:29 +01:00
treenodes Comment update 2012-06-19 18:01:39 +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 Changed filter logic to allow selection of non-existent tiddlers 2012-06-19 10:39:44 +01:00
popupper.js Semi-colon 2012-06-19 16:56:29 +01:00
recipe.js Update the recipe handling to use the right wiki object 2012-06-14 11:36:10 +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 Better cross browser support for classic closure animation 2012-06-22 09:26:59 +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.dom.js Smooth scrolling for the sideways storyview 2012-06-20 22:20:48 +01:00
utils.js Split the DOM utilities into their own file 2012-06-20 22:16:41 +01:00
wiki.js Extraneous var 2012-06-19 16:56:40 +01:00