I suggest we simplify the UI for configuring the number of tiddlers allowed open in each story.
Here's a quick macro that can be built open to create a nice UI for this in user friendly terms: \define switchStoryView(storyview,default) <$select tiddler='$storyview$' default='$default$'> <option value="zoomin"><$text text='one tiddler only'/></option> <option value="classic"><$text text='multiple tiddlers'/></option> </$select> \end Left story: <<switchStoryView $:/view zoomin>> Right story: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>> which will give you: [image: Capture.JPG] [image: Capture.JPG] <about:invalid#zClosurez> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/db4da287-b526-4480-acc4-532bb5041018%40googlegroups.com.

