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
A regular search generates a list of links. Instead of that I want to populate a $Select widget list. I've been able to populate the $Select widget list from a $List that includes a search operator that has a hard coded entry in the filter using something like this
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
Using transclusion in a filter has a special syntax -- just put the item in single curly brackets instead of bracket and double curlies . So your filter now looks like:
IMO here is a problem! .. If a tiddler has no caption field, it creates an empty element in the select box. So either you need to make sure this never happens or you need a title fallback.
-mario
Stephen Kimmel
unread,
Apr 1, 2016, 10:09:31 PM4/1/16
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
Mario and Mark,
Many thanks. Your reworking was exactly what I needed. I had missed the detail of the single curly bracket when used with a filter.
I went with the caption field rather than the title because some of what I'm having the user look-up are system files which I find have names that can be confusing. You're right. A tiddler without a caption will produce a blank line and that isn't the best. Still, if I could figure some way to show the caption preferentially and the title if the caption field was blank I would be a happy camper.
Mark S.
unread,
Apr 1, 2016, 10:38:40 PM4/1/16
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
Eric Shulman explained how to do a preferential caption/title a few weeks ago: