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