Hi!

This can be achieved with the $:/tags/ViewTemplate tag. Make a tiddler 
tagged with '$:/tags/ViewTemplate'. This will make the contents of this 
tiddler appear on any tiddler in your wiki. Then copy the following inside 
the tiddler:

<$list filter="[all[current]has:field[published] ]"> 
{{!!published}}
 </$list>

The list acts like an if statement. If the current tiddler you are looking 
at has the field published, it will show the contents of the published 
field.
You can adjust the position of the contents with list-after and list-before 
fields.

Hope that helps!
Op woensdag 7 april 2021 om 21:22:20 UTC+2 schreef [email protected]:

>
> Hello,
>
> in every new Tiddler I add the field "published" - which will contain an 
> individual date:
> [image: published.png]
> (plublished date <> created date <> modified date)
>
> How can this be done, that on every Tiddler this field will be shown under 
> Toolbar like: [image: field_displayed_on_right_side.png]
> Thanks for feedback
>
> Stefan
>
>

-- 
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/7077369d-4efe-4681-9542-d51f5f89a1acn%40googlegroups.com.

Reply via email to