mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
cbbe90313b
@pmario \o/
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>
|