list ala non system tidlers in drop down

36 views
Skip to first unread message

paulgilbert2000

unread,
Apr 29, 2021, 8:37:57 PM4/29/21
to TiddlyWiki
Hi,

is there a way to list all non system tidlers in a drop down?

paulgilbert2000

unread,
Apr 29, 2021, 9:38:59 PM4/29/21
to TiddlyWiki
ok its actually in the documentation

<$select tiddler='$:/generated-list-demo-state'> <$list filter='[tag[TableOfContents]]'> <option><$view field='title'/></option> </$list> </$select> <$tiddler tiddler={{$:/generated-list-demo-state}}> <$transclude mode='block'/> </$tiddler>


how do you close a thread ?

Soren Bjornstad

unread,
Apr 29, 2021, 9:45:27 PM4/29/21
to TiddlyWiki
That doesn't list all non-system tiddlers, it only lists ones tagged TableOfContents. You probably want to replace

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

with

<$list filter='[!is[system]]'>

Google Groups doesn't have a "close thread" function.

Reply all
Reply to author
Forward
0 new messages