Hi @nakedmind,
what I'm using at burningtreec.github.io/KeeBoord is the <$keyboard> widget
to do what your asking.
when a tiddler has a field, you can focus it and press ctrl-alt-d and it
gets deleted.
these actions are in the tiddler $:/core/macros/tag-picker
if you want to do the same with an external keyboard shortcut (a tiddler
tagged with $:/tags/KeyboardShortcut) then you would have to know the field
you want to delete. Anyway, if you want to do that, you'd do it like this:
<$fieldmangler tiddler={{$:/temp/current-tiddler}}>
<$action-sendmessage $message="tm-remove-field" $param="my-field"/>
</$fieldmangler>
or
<$action-deletefield $tiddler={{$:/temp/current-tiddler}}
$field="my-field"/>
... but these two examples would work only with the specified field and
that's a bit cumbersome
I'd prefer the <$keyboard> widget solution. Look at the bottom of
$:/core/macros/tag-picker
Am Montag, 10. September 2018 04:24:31 UTC+2 schrieb nakedmind:
>
> Hi guys,
>
> I just want to ask for ideas that will point me in the right direction on
> how to implement a shortcut for deleting a tiddler field while in edit mode
> using the *Keyboord* plugin by BTC.
>
> Thanks!
>
> Eric
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/5851ab02-4396-435c-bbeb-1da5442e882d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.