I’m trying to import my notes from Joplin to RemNote. AFAIK the only way to do it is through a directory of Markdown-formatted files. When I import a zip file with my notes I get an error “Importing failed. Is your import a properly formatted Text/Markdown ZIP file?” and description “Transaction failed: importZip. Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a Symbol.iterator method.”
Thinking that Joplin could produce some corrupted MD files I’ve create a simple test.md file with the only one word “test” and archived it to test.zip. When I try to import this trivial archive I get the same error. Here is a related github issue: Import a Folder of Text / Markdown Files doesn't work · Issue #1220 · remnoteio/remnote-issues · GitHub