1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-04 10:10:36 +00:00
TiddlyWiki5/tw5.com/tiddlers/SubStories.tid
Jeremy Ruston 6056b88532 Docs update
The SubStories thing is fun
2012-06-26 19:55:11 +01:00

15 lines
768 B
Plaintext

title: SubStories
tags: samples
It is possible to have multiple `story` macro pointing to the same story tiddler, and it is even possible to nest them.
For example, this macro displays the same tiddlers as the main story but through the template used to display tags, which makes each tiddler appear as a tiny panel:
{{{
<<story story:"$:/StoryTiddlers" defaultViewTemplate:[[$:/templates/TagTemplate]] storyview:classic >>
}}}
Try opening and closing some other tiddlers and see how this second story animates when tiddlers are added and removed from the main story. (It's also interesting to view the story tiddler alongside this one: [[$:/StoryTiddlers]])
<<story story:"$:/StoryTiddlers" defaultViewTemplate:[[$:/templates/TagTemplate]] storyview:classic >>