Hello everybody! I am wondering how to display the content of a field in the head of a tiddler's text area depending on a tag. To be more precise: If there a defined tag (let's say "info") is present on a tiddler, then there a line should be done like "<$view field="myfield"/> above the actual tiddler content. This should be done automatically if the tag "info" is set.
What I found so far fiddling with the $:/core/ui/ViewTemplate is a way to display the myfield content at the beginning of each tiddler. This is not ideal, it really should be toggleable (by tag) and my solution works only in the tiddler default view. But we are making extensive use of the tabs macro in our Tiddlywiki and unfortunately the ViewTemplate-solution doesn't work on tabs. I was not able to figure out where in the depths of Tiddlywiki's system the content of a tiddler is basically created. And not how to insert a tag-sensitive view-field command. Any ideas out there? Thanks a lot in advance! Greetings Oliver -- 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/493b6c8c-04cb-4f05-bab6-a8e8e1c74de0n%40googlegroups.com.

