add "search in note" to "note actions" menu, #1184

This commit is contained in:
zadam 2020-08-14 20:58:19 +02:00
parent bd8b83898f
commit e8d63b5647

View File

@ -79,6 +79,7 @@ const TPL = `
<span class="slider checked"></span>
</span>
</div>
<a data-trigger-command="findInText" class="dropdown-item">Search in note <kbd data-command="findInText"></a>
<a data-trigger-command="showNoteRevisions" class="dropdown-item show-note-revisions-button">Revisions</a>
<a data-trigger-command="showAttributes" class="dropdown-item show-attributes-button"><kbd data-command="showAttributes"></kbd> Attributes</a>
<a data-trigger-command="showLinkMap" class="dropdown-item show-link-map-button"><kbd data-command="showLinkMap"></kbd> Link map</a>
@ -140,4 +141,4 @@ export default class NoteActionsWidget extends TabAwareWidget {
this.refresh();
}
}
}
}