mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
file/attachment upload, wiP
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const api = (function() {
|
||||
const pluginButtonsEl = $("#plugin-buttons");
|
||||
const $pluginButtons = $("#plugin-buttons");
|
||||
|
||||
async function activateNote(notePath) {
|
||||
await noteTree.activateNode(notePath);
|
||||
@@ -10,7 +10,7 @@ const api = (function() {
|
||||
|
||||
button.attr('id', buttonId);
|
||||
|
||||
pluginButtonsEl.append(button);
|
||||
$pluginButtons.append(button);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user