All: Resolves #427: Import source-url from Enex files

pull/660/head
Laurent Cozic 2018-06-28 21:36:32 +01:00
parent a801f8d8ed
commit 0c708f766b
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ function importEnex(parentFolderId, filePath, importOptions = null) {
note.todo_completed = dateToTimestamp(noteAttributes['reminder-done-time'], true);
note.order = dateToTimestamp(noteAttributes['reminder-order'], true);
note.source = !!noteAttributes.source ? 'evernote.' + noteAttributes.source : 'evernote';
note.source_url = !!noteAttributes['source-url'] ? noteAttributes['source-url'] : '';
// if (noteAttributes['reminder-time']) {
// console.info('======================================================');