mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-19 20:58:31 -06:00
added possibility of executing javascript
This commit is contained in:
@@ -95,6 +95,11 @@
|
||||
|
||||
<span id="note-id-display" title="Note ID"></span>
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="execute-script-button"
|
||||
onclick="noteEditor.executeScript()">Execute <kbd>Ctrl+Enter</kbd></button>
|
||||
|
||||
<div class="dropdown" id="note-type">
|
||||
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
|
||||
Type: <span data-bind="text: typeString()"></span>
|
||||
|
||||
Reference in New Issue
Block a user