listing name of fields along with content

40 views
Skip to first unread message

plerudulier

unread,
Mar 29, 2016, 3:57:30 AM3/29/16
to TiddlyWikiDev
Dear all,

Following code :

<$list filter='[is[current]fields[]prefix[task]]' variable=ThisTask>

² <$view field=<<ThisTask>>/>

</$list>

allows me to list all fields which names start with task. This is fine and it works great. Would it be possible to read the names of each field² immediately followed by its content¹ ?

Thank you for your help.

Pascal

¹ : what above code already displays.


Jed Carty

unread,
Mar 29, 2016, 4:01:24 AM3/29/16
to TiddlyWikiDev
 Does this do what you want?

<$list filter='[is[current]fields[]]' variable=FieldName>

<<FieldName>>: <$view field=<<FieldName>>/>

</$list>

plerudulier

unread,
Mar 30, 2016, 2:52:29 AM3/30/16
to TiddlyWikiDev
Super, I took your code and made a small change in the original one :

<$list filter='[is[current]fields[]prefix[task]]' variable=ThisTask>

<<ThisTask>> : <$view field=<<ThisTask>>/>

</$list>

Thank you very much Jed - Pascal
Reply all
Reply to author
Forward
0 new messages