title: $:/core/ui/EditorToolbar/excise-dropdown \define lingo-base() $:/language/Buttons/Excise/ \define body(config-title) \whitespace trim ''<>'' <> <$edit-text tag="input" tiddler="$config-title$/new-title" default="" focus="true"/> <$set name="new-title" value={{$config-title$/new-title}}> <$list filter="""[is[tiddler]]""">
<>
<$checkbox tiddler="""$config-title$/tagnew""" field="text" checked="yes" unchecked="no" default="false"> <> <> <$select tiddler="""$config-title$/type""" default="transclude"> <$reveal state="""$config-title$/type""" type="match" text="macro"> <> <$edit-text tag="input" tiddler="""$config-title$/macro-title""" default="translink"/> <$button> <$action-sendmessage $message="tm-edit-text-operation" $param="excise" title={{$config-title$/new-title}} type={{$config-title$/type}} macro={{$config-title$/macro-title}} tagnew={{$config-title$/tagnew}} /> <$action-deletetiddler $tiddler="$config-title$/new-title" /> <$action-deletetiddler $tiddler=<> /> <> \end <$macrocall $name="body" config-title=<>/>