-
|
Simplenote doesn't seem to export tags currently, but it does export plain text files, so it is fairly straightforward to adapt these for the text file importer. A separate import script would still be helpful to streamline the import and prevent issues with titles that contain characters that are not legal in filenames. For now, I was able to use this script to rename the text files to be the first line of the document so that the Standard Notes importer would get the correct titles rather than the hashes that Simplenote uses. Usage: first extract the Simplenote zip, then pass the extracted folder path to this script on the command line. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
|
Thanks for the snippet! |
Beta Was this translation helpful? Give feedback.
-
|
No problem. By the way, this leaves the titles inside the notes; if you want to remove them you can use |
Beta Was this translation helpful? Give feedback.
-
|
Updated Simplenote import instructions here: https://standardnotes.org/help/30/how-can-i-import-my-notes-from-simplenote |
Beta Was this translation helpful? Give feedback.
-
|
I just downloaded the app, and went through the above-noted instructions to import from Simplenote. I'm still seeing hashes as note titles. I read this thread to mean that the technique @clark800 references was to have been integrated. Incorrect? |
Beta Was this translation helpful? Give feedback.
-
|
Ah sorry, I can see the confusion. I just posted that link as a general update so people searching Simplenote can find it. But no, the snippet above hasn't been integrated. You'd need to do this manually. |
Beta Was this translation helpful? Give feedback.
-
|
Where do I place the folder path on the script? |
Beta Was this translation helpful? Give feedback.
-
|
The SimpleNote
Tested on the most recent web client, |
Beta Was this translation helpful? Give feedback.
The SimpleNote
notes.zip/source/notes.jsonexport doesn't include filenames, unfortunately. This is why SN can't detect them. So there are two options:notes.jsonas isTested on the most recent web client,
v3.149.5, both methods work. Let us know if you have any issues!