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 folks!
Is there a widget to remove an index? I could not find how to do this in
the documentation.
It should be possible to do this in Wikitext, but is there a more direct
way?
Thanks for enlightment!
Jan
JD
unread,
Aug 13, 2020, 3:37:47 PM8/13/20
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 Jan,
<$action-setfield> can do it!
<$action-setfield $tiddler="indexbase" $index="fruit" $value=""/> will set the index blank, while...
<$action-setfield $tiddler="indexbase" $index="fruit"/> will delete the index itself (no $value specified)