1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 13:04:21 +00:00
TiddlyWiki5/tw5.com/wiki/StoryTiddlers.tid
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

11 lines
174 B
Plaintext

title: $:/StoryTiddlers
type: application/json
{
"tiddlers": [
{"title": "HelloThere"},
{"title": "Introduction"},
{"title": "Improvements"},
{"title": "Docs"}
]
}