mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
generating simple frame based index page in html export
This commit is contained in:
@@ -233,6 +233,10 @@ async function importTar(taskContext, fileBuffer, importRootNote) {
|
||||
async function saveNote(filePath, content) {
|
||||
const {parentNoteMeta, noteMeta} = getMeta(filePath);
|
||||
|
||||
if (noteMeta && noteMeta.noImport) {
|
||||
return;
|
||||
}
|
||||
|
||||
const noteId = getNoteId(noteMeta, filePath);
|
||||
const parentNoteId = await getParentNoteId(filePath, parentNoteMeta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user