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