Groups
Groups
Sign in
Groups
Groups
TiddlyWiki
Conversations
Labels
About
Send feedback
Help
list ala non system tidlers in drop down
36 views
Skip to first unread message
paulgilbert2000
unread,
Apr 29, 2021, 8:37:57 PM
4/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
4/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
ok its actually in the documentation
https://tiddlywiki.com/static/SelectWidget.html
<$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 PM
4/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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