added possibility of executing javascript

This commit is contained in:
azivner
2018-01-23 20:45:34 -05:00
parent 8adb31757f
commit 27cb6b1c4d
3 changed files with 29 additions and 2 deletions

View File

@@ -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>