Mark,
Yes there a few cases of this, including a mismatch in when to use $ and
not $
My approach bypasses this by using already working buttons.
Tones
On Thursday, 7 January 2021 at 10:01:25 UTC+11 Mark S. wrote:
> The documentation says that the $tiddler attribute is optional. It appears
> to be mandatory. So set $tiddler=<<currentTiddler>> (inside of
> action-deletetiddler) and it should work.
>
> On Wednesday, January 6, 2021 at 2:19:22 PM UTC-8 David Gifford wrote:
>
>> 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/a855e805-3f3d-4f7c-8269-0137200e2eedn%40googlegroups.com.