Standardize converts Journey entries to Standard Notes entries.
- Download or clone this repository.
- Export your entries from Journey as ZIP and extract its contents.
- Run
node standardize.js [path/to/your/extracted/folder]. - Import the generated
notes.txtfile into Standard Notes.
Since Journey doesn't support note titles and Standard Notes does, markdown headers # on the first line of an entry followed by a blank line will be set as the note's title and removed from the note.
Standardize requires Node.js 8 or higher and has no other dependencies.