https://simplenote-to-obsidian.fly.dev/
-
Upload the JSON file from simplenote that contains an export of all your notes
-
Parse the notes and convert Tags into Obsidian compatible #Tags
-
Export each note into its own .md file
-
Create a Zip for export that can be downloaded by the user to import into Obsidian
-
Download the repo
-
Install node modules
npm install
-
Run the Server
npm run start