evernote import seems to add lots of blank lines to almost every note - any way to fix this? thanks!
Please provide an example note that shows the issue.
here you go
i have noticed mostly the notes that are indented appear have the issue - notes that start at position 1 do not always have the problem.
It works as expected as far as I can see. The notes have non-breaking spaces in them:
bug report - type enter
which are converted into non-breaking spaces in Joplin:
bug report - type enter
The import script can’t really decide if a non-breaking space can be dropped or not, so it’s not possible to change this behaviour.
If you want, you can manually pre-process the ENEX file though, for example by replacing all
with a regular space or an empty string.