mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-12 00:50:02 +00:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
![]() |
title: $:/plugins/tiddlywiki/text-slicer/toolbar/cancel
|
||
|
tags: $:/tags/TextSlicerToolbar
|
||
|
|
||
|
\define body()
|
||
|
<$button>
|
||
|
<$action-sendmessage $message="tm-cancel-tiddler" $param=<<currentTiddler>> suppressNavigation="yes"/>
|
||
|
cancel
|
||
|
</$button>
|
||
|
\end
|
||
|
|
||
|
<$list filter="[draft.of<currentTiddler>limit[1]]">
|
||
|
<<body>>
|
||
|
</$list>
|