Skip to content

ayushsaranGithuB/simplenote-to-obsidian

Repository files navigation

A Simplenote to Obsidian notes converter

See it in action:

https://simplenote-to-obsidian.fly.dev/

https://simplenote-to-obsidian.fly.dev/

HOW IT WORKS

  1. Upload the JSON file from simplenote that contains an export of all your notes

  2. Parse the notes and convert Tags into Obsidian compatible #Tags

  3. Export each note into its own .md file

  4. Create a Zip for export that can be downloaded by the user to import into Obsidian

SETUP AND USAGE

  1. Download the repo

  2. Install node modules npm install

  3. Run the Server npm run start