basic enex import, closes #194

This commit is contained in:
azivner
2018-11-05 00:06:17 +01:00
parent 607c821cac
commit 5e318c6242
9 changed files with 5765 additions and 13 deletions

View File

@@ -114,7 +114,8 @@ async function createNote(parentNoteId, title, content = "", extraOptions = {})
target: 'into',
isProtected: !!extraOptions.isProtected,
type: extraOptions.type,
mime: extraOptions.mime
mime: extraOptions.mime,
dateCreated: extraOptions.dateCreated
};
if (extraOptions.json && !noteData.type) {