Hi Stefan,

Try removing the space inside the filter; i.e.

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

Best, 
Anders

torsdag 8. april 2021 kl. 15:18:35 UTC+2 skrev [email protected]:

> Hello Odin,
>
> Thanks for your tip - but it's not working.
> What I'm doing wrong?
> [image: published_nok.png]
> Thanks
> Stefan
> Odin schrieb am Mittwoch, 7. April 2021 um 21:43:27 UTC+2:
>
>> 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/d846de12-7bf3-4680-875b-625b78efaf44n%40googlegroups.com.

Reply via email to