Hi everyone
I have a list widget for tasks, and I would like to have a way to delete
tiddlers in the list.
I tried
<$list filter="[!is[system]all[current]tagging[]sort[title]]"><$button
class="tc-btn-invisible tc-tiddlylink"><$action-deletetiddler /><<icon
{{$:/core/images/delete-button}}>></$button><$link><$view
field="title"/></$link><br></$list>
and
<$list filter="[!is[system]all[current]tagging[]sort[title]]"><$button
class="tc-btn-invisible tc-tiddlylink"><$action-deletetiddler
$tiddler="[is[current]]" /><<icon
{{$:/core/images/delete-button}}>></$button><$link><$view
field="title"/></$link><br></$list>
Nothing happens with either of these.
Thanks in advance for your help!
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/91d05ce8-ac68-41f2-9805-766ce8b773f4n%40googlegroups.com.