You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
All: Resolves #427: Import source-url from Enex files
This commit is contained in:
@@ -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('======================================================');
|
||||
|
||||
Reference in New Issue
Block a user