Skip to content

julius-boettger/notesnook-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notesnook to JSON

also see json-to-notesnook

Takes a .zip of your exported Notesnook notes as the input and outputs a JSON file containing all your notes like

[
    {
        "title": "Title of the note",
        "content": "Content of the note"
    },
    ...
]

Prerequisites

  • python is installed / accessible

Installation

git clone https://github.com/julius-boettger/notesnook-to-json
cd notesnook-to-json

Usage

Acquiring your Notesnook .zip

  • Export all notes from Notesnook as plain text, e.g. from Notesnook Web:
    • Go to "Settings", "Backup & export", "Export all notes"
    • Select format "Text"
    • Enter your password

Running the script with your Notesnook .zip

# general usage:
python notesnook-to-json.py [input_zip_file_path] [output_json_file_path]
# for example...
python notesnook-to-json.py notes.zip notes.json

About

Convert exported Notesnook notes to JSON

Topics

Resources

License

Stars

Watchers

Forks

Languages