Snazzyham / simplenote2standardnote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 100.0%