streetwriters / notesnook-importer

Import your notes from any app into Notesnook
https://importer.notesnook.com/
GNU General Public License v3.0
48 stars 9 forks source link

Markdown import adds extra spacing and other incorrect formatting #65

Open tx71 opened 1 year ago

tx71 commented 1 year ago

Hi! I'm trying to import fairly basic markdown files into Notesnook with the importer, but I'm not getting decent results. To make sure my files are not the cause, I created a new file called example.md with the following contents:

# First Title

## Second Title
Some line of text, without any spacing between second title and text.

- Simple list
- of a couple of items
- without any fancy stuff

## Another title
And some more text here. 

After uploading on importer.notesnook.com (v1.7.3), downloading the zip file and importing that in Notesnook on my desktop (version 2.4.5-35c5a90-desktop), this is the result:

image

The use double spaced lines option is disabled in the settings. Also, the filename is not used as the name/title of the note, but the first title inside the note. That's inconvenient, but would be acceptable if everything else would be fine.

Anything that I'm missing? All help is welcome!

P.S.: I also tried just copy-pasting straight into a Notesnook note, but then no formatting is applied:

image