From bafbb6ab7fcd5e4f4c445991062fb5290626aecc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 22 Jul 2012 16:01:36 +0100 Subject: [PATCH] Updates to SubStories docs --- tw5.com/tiddlers/samples/SubStories.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tw5.com/tiddlers/samples/SubStories.tid b/tw5.com/tiddlers/samples/SubStories.tid index 1e5701bd4..427d76b30 100644 --- a/tw5.com/tiddlers/samples/SubStories.tid +++ b/tw5.com/tiddlers/samples/SubStories.tid @@ -1,7 +1,7 @@ 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. +It is possible to have multiple instances of the `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: @@ -9,6 +9,6 @@ For example, this macro displays the same tiddlers as the main story but through <> }}} -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]]) +Select //Classic// or //Sideways// view in the navigation bar, and then try opening and closing 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]]. <>