On Sunday, August 19, 2018 at 10:01:55 AM UTC-7, Laru Rau wrote: > > I want to have multiple radio buttons in one section and a text section > where different text is displayed, depending on which button is selected. > This selection should be persistent when closing and reopening my > tiddlywiki. >
give this a try: <$radio field="section" value="1"> One</$radio> <$radio field="section" value="2"> Two</$radio> <$radio field="section" value="3"> Three</$radio> <$reveal state="!!section" type="match" text="1"> This is PART ONE </$reveal> <$reveal state="!!section" type="match" text="2"> This is PART TWO </$reveal> <$reveal state="!!section" type="match" text="3"> This is PART THREE </$reveal> Hopefully, that should get you started in the right direction... let me know how it goes... enjoy, -e Eric Shulman TiddlyTools.com: "Small Tools for Big Ideas!" (tm) InsideTiddlyWiki: The Missing Manuals -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d7597a5f-2d40-4c34-a6f5-0baac8d3d5b6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

