dfaour / gnote-to-joplin

Tool to export gnote/tomboy notes to a format compatible with joplin
GNU General Public License v3.0
3 stars 0 forks source link

Some notes are icompletely exported #2

Open axelsimon opened 2 years ago

axelsimon commented 2 years ago

I just discovered that a note was not exported properly, meaning i'm now wondering how many more were not exported properly.

This is the whole original note:

<?xml version="1.0"?>
<note version="0.3" xmlns:link="http://beatniksoftware.com/tomboy/link" xmlns:size="http://beatniksoftware.com/tomboy/size" xmlns="http://beatniksoftware.com/tomboy"><title>Weird phone call</title><text xml:space="preserve"><note-content version="0.1" xmlns:link="http://beatniksoftware.com/tomboy/link" xmlns:size="http://beatniksoftware.com/tomboy/size">Weird phone call

yagoshi takayuki

jennifer zalrina</note-content>
</text><last-change-date>2017-08-24T19:00:25.131480Z</last-change-date><last-metadata-change-date>2017-09-18T13:53:19.231863Z</last-metadata-change-date><create-date>2017-08-17T13:33:58.209452Z</create-date><cursor-position>52</cursor-position><selection-bound-position>-1</selection-bound-position><width>450</width><height>360</height><tags><tag>system:notebook:RedHat</tag></tags></note>

and this is the whole exported markdown file:

# Weird phone call

yagoshi takayuki

* * *
Note imported from Gnote / Tomboy on 2021-12-06. Original metadata imported at that time:
Note created: 2017-08-17T11:33:58.2094520+02:00
Note last changed: 2017-08-24T17:00:25.1314800+02:00
Author: David Faour

As you can see, the note is only two lines (+ the title), and yet the second line is missing in the export. The programme reports success on importing this note:

Converting 03c77d03-d280-4f78-a36a-c8efe4288324.note...
Done! Exporting new note 'Weird phone call' to file + export/Weird phone call.md...
File successfully converted.
dfaour commented 2 years ago

Thanks for this message, and apologies for my slow reply. This is odd. I'm not quite sure why it gave this result. I'm at a bit of a loss to explain it. Did you notice if any other notes were incompletely imported?