Showing a list of tiddlers incl value from a specific field

51 views
Skip to first unread message

Tony P

unread,
Mar 7, 2017, 12:24:36 AM3/7/17
to tiddl...@googlegroups.com
An easy question for old TiddlyWikkers, hopefully.

I have a number of tiddlers with a specific tag (eg "todo"), and a
"summary" field which is a 1-line reminder of what's in the tiddler.

How can I create a list of these tiddlers, linked on their title but
also showing the value of the "summary" field for each one? Ideally the
list should show all tiddlers with "todo" tag, even if they don't have a
summary field.

Tony

Jed Carty

unread,
Mar 7, 2017, 1:13:13 AM3/7/17
to TiddlyWiki, tiddl...@tweezy.net.au
The task list plugin I made may be helpful (http://inmysocks.tiddlyspot.com/#%24%3A%2Fplugins%2Finmysocks%2FTaskList%2FUpgraded%20Task%20List) I am working on updating and moving all my plugin to the newer ooktech site, this one hasn't been done yet. I will try doing this one later today.

The direct answer to your question is you do this (if you want to add a checkbox look at the plugin or the example on tiddlywiki.com, I need to run off to work in a minute):

<$list filter='[tag[todo]]'>


<$link to=<
<currentTiddler>>><$view field='title'/> - <$view field=summary/></$link>


</$list>

Tony P

unread,
Mar 7, 2017, 1:40:03 AM3/7/17
to tiddl...@googlegroups.com
On 7/03/2017 5:13 PM, Jed Carty wrote:
>
> The direct answer to your question is you do this
>
Thanks Jed, that's just about perfect.

I like the look of your task list plugin too.

Tony

Reply all
Reply to author
Forward
0 new messages