mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
replace note tree context menu with bootstrap dropdown, #203
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user