Hi Zaphod, As things stand, I think you will have to clone the core tab macro and write your own that does what you want. If you want to define all of
- the field: based on which to show the tag - reference: that you actually want to show, may even be a template For one, it doesn't seem like you actually want to use a filter, but always define the tabs as titles. You could devise a "tabs" parameter for the macro like so: "[[field1:ref1]] [[field2:||ref2]] [[field3:ref3]]" for example: "[[title:Tiddler Foo]] [[planet:||$:/_my/templates/planet-data]] [[jedi:The Force]]" Then you could use the filter tobibeer/split <http://tobibeer.github.io/tw5-plugins/#split> to split each tab definition apart at the colon and then use reveals to decide whether or not to show a tab, whereas any reference starting || would be transcluded as a template, rather than a reference "as is". Best wishes, Tobias. -- 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/013156a9-2f3d-4f25-a4a1-97f83036ffcf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

