display field values and custom text in a list of tiddlers additional to the tiddler's title

63 views
Skip to first unread message

Rene

unread,
Jan 11, 2017, 1:33:44 PM1/11/17
to TiddlyWiki
Is there an easy way to display field values and custom text in a list of tiddlers additional to the tiddler's title?

Let say:

Tiddler 1
Title: My favourite book
Custom field (published): "2017"

Tiddler 2
Title: My second favourite book
Custom field (published): "2016"

Custom text: ", published in "


Output as links to specific tiddlers:

- My favourite book, published in 2017
- My second favourite book, published in 2016


Greetings,
Rene

Mark S.

unread,
Jan 11, 2017, 1:40:47 PM1/11/17
to TiddlyWiki
Assuming your books all had something in common, like a Tag "Books" :

<$list filter="[tag[Books]]">
<$link><$view field="title"/></$link> Published in <$view field="published"/>
<br/>
</$list>

Rene

unread,
Jan 11, 2017, 1:52:56 PM1/11/17
to TiddlyWiki
That's great!
Exactly what i was looking for!

Thanks a lot!
Reply all
Reply to author
Forward
0 new messages