mirror of https://github.com/laurent22/joplin.git
All: Resolves #427: Import source-url from Enex files
parent
a801f8d8ed
commit
0c708f766b
|
@ -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('======================================================');
|
||||
|
|
Loading…
Reference in New Issue