mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +08:00
added "save revision" to note actions menu
This commit is contained in:
parent
3944235592
commit
91eb3c45d5
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const TPL = `
|
|||
<a class="dropdown-item export-note-button">Export note</a>
|
||||
<a class="dropdown-item delete-note-button">Delete note</a>
|
||||
<a data-trigger-command="printActiveNote" class="dropdown-item print-active-note-button"><kbd data-command="printActiveNote"></kbd> Print note</a>
|
||||
<a data-trigger-command="forceSaveRevision" class="dropdown-item save-revision-button"><kbd data-command="forceSaveRevision"></kbd> Save revision</a>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue