mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
becca conversion WIP
This commit is contained in:
@@ -273,7 +273,7 @@ ${content}
|
||||
return;
|
||||
}
|
||||
|
||||
const note = repository.getNote(noteMeta.noteId);
|
||||
const note = becca.getNote(noteMeta.noteId);
|
||||
|
||||
notePaths[note.noteId] = filePathPrefix + (noteMeta.dataFileName || noteMeta.dirFileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user