1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

All: Improved handling of empty links when importing ENEX files. Fixed minor layout issues in Electron app

This commit is contained in:
Laurent Cozic
2017-12-07 00:57:36 +00:00
parent ed914c6907
commit 7008daf92a
5 changed files with 45 additions and 23 deletions

View File

@@ -222,9 +222,9 @@ function importEnex(parentFolderId, filePath, importOptions = null) {
const body = await enexXmlToMd(contentStream, note.resources);
delete note.bodyXml;
// console.info('-----------------------------------------------------------');
// console.info('*************************************************************************');
// console.info(body);
// console.info('-----------------------------------------------------------');
// console.info('*************************************************************************');
note.id = uuid.create();
note.parent_id = parentFolderId;