replace note tree context menu with bootstrap dropdown, #203

This commit is contained in:
azivner
2018-11-06 12:46:29 +01:00
parent 20baa47d26
commit 24dfe0fa98
5 changed files with 188 additions and 763 deletions

View File

@@ -754,6 +754,12 @@
</form>
</div>
<div class="dropdown-menu dropdown-menu-sm context-menu" id="tree-context-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
<div id="markdown-import-dialog" class="tdialog" title="Markdown import" style="padding: 20px;">
<p>Because of browser sandbox it's not possible to directly read clipboard from JavaScript. Please paste the Markdown to import to textarea below and click on Import button</p>