Skip to content

edas/simplenote2standardnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Script to convert a Simple Note archive (unzipped) to a Standard Notes backup file.

The official procedure is to simply convert text files one by one. Not only this is painful, but this omits tags and dates.

This script keeps creation and modifications dates, link tags, and keep the "trashed" status. It does however not reuse existing Standard Notes tags if you have any: It will recreate new ones.

Usage

  • Download your archive from Simple Note settings
  • Unzip the downloaded file. You should have a "notes" directory.
  • Run the script with the path the extracted directory as argument. Redirect the output to a file of your choice.
  • Import the resulting file in your Standard Note account

ruby simplenote2standardnotes notes/ > simplenotes.txt

About

Port a SimpleNote backup to a StandardNote one, keeping dates and tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages