> I need a macro that will > close everything and theen open 25 random tiddlers. Right now, the titles > of the 25 tiddlers are written to a tiddler, but I need the actual tiddlers > to be open, so that I can save them as a story. Any ideas? Here's my > config file for randomTiddlers:
A story tiddler is just a tiddler containing a white-space separated list of tiddler titles. Thus, if you change your RandomTiddlersMacro config so the !Template is defined as just "[[%0]] " (e.g., without the leading "!!!" and with one trailing space), then the output *is* a saved story, and you can just invoke <<openStory [[StoryName]]>> macro to view the 25 tiddlers. You can also set <<option chkStoryClose>> (i.e., config.options.chkStoryClose) so that currently open tiddlers are automatically closed whenever a new story is opened. QED. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

