mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
|
title: $:/plugins/tiddlywiki/comments/toolbar-button-save
|
||
|
tags: $:/tags/CommentToolbarButton
|
||
|
|
||
|
<$reveal state="$:/status/IsReadOnly" type="match" text="no" default="no" tag="span">
|
||
|
<$reveal type="match" state="!!edit-mode" text="yes">
|
||
|
<$button>
|
||
|
<$action-setfield $tiddler=<<currentTiddler>> $field="edit-mode" $value="no"/>
|
||
|
save
|
||
|
</$button>
|
||
|
</$reveal>
|
||
|
</$reveal>
|