Thanks Saq. This is great. With this snippet, I don't know that I need any changes to your plugin.
I look forward to watching you in the Hangout tonight! On Sunday, May 3, 2020 at 8:10:42 AM UTC-5, Saq Imtiaz wrote: > > 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 upon 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] > -- 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/eb14fe7c-4dbe-4db0-9c0d-162304d95995%40googlegroups.com.

