I have a macro, which basically list all the tiddlers tagged with the
current tiddler in a vertical tab list
\define tagVerticalTabsUnsorted(defaultTid:"")
@@float:right;<span>
{{||$:/core/ui/TagTemplate}}</span>
@@
<$macrocall $name="tabs"
tabsList="[tag<currentTiddler>]"default=<<__defaultTid__>>
state="$:/state/tab1"
class="tc-vertical"
template="$:/talha131/Template/VerticalTab"
retain="no"
/>
\end
How do I automatically apply it to all the tiddler that are a tag?
Say I create a new tag example. Then,
1. A tiddler named example should automatically get created
2. example tiddler should automatically show the tiddlers with the tag
example in a vertical tab list
3. If I edit the example tiddler with some other content then the
vertical tag should stop showing. Instead it should the content I manually
entered.
Is it possible in TW?
--
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/b26778f9-381e-4d78-9a06-80b359078566n%40googlegroups.com.