On Tuesday, August 23, 2016 at 9:32:59 PM UTC+2, Mat wrote: > > The ActionNavigateWidget docs > <http://tiddlywiki.com/#ActionNavigateWidgetv> gives an example of > clicking a button to open two tiddlers. The button with the text TiddlerFoo > could of course be styled so it appears to be a regular tiddler title. that > opens e.g that tiddler and additional ones. > > ...but I'm wondering if there is a "real" way to make clicking a title > link always open multiple tiddlers? For example clicking it when it is seen > in the sidebar. >
Yes. ... Since the sidebar is built using wikitext and widgets, you'd need to define either (new) wikitext (so a "new parser" can read it) or use (new) widgets .. or may be you can create macros with existing widgets, that do the job. .. I'd go with the last option: macros and existing widgets. We already use an existing mechanism, that shows the "caption" field instead of the tiddler title. ... It may be possible to create a link, that contains several action-widgets, that open several tiddlers. .. The only thing needed, would be some clever tagging or an eg: open-list field similar to the existing list field. ... and a new sidebar and/or link template. -mario -- 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/da385c68-d53b-481f-ba7f-7165b3a0bd5e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

