mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
add getCurrentNote() frontend API, #444
This commit is contained in:
@@ -9,8 +9,6 @@ async function getAndExecuteBundle(noteId, originEntity = null) {
|
||||
}
|
||||
|
||||
async function executeBundle(bundle, originEntity) {
|
||||
console.log(bundle);
|
||||
|
||||
const apiContext = await ScriptContext(bundle.noteId, bundle.allNoteIds, originEntity);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user