A simple tool to export notes from Scarlet Notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Timur Demin 35f0b7326f
Update the script for older versions of Scarlet
4 years ago
.vscode Make the program work 4 years ago
scarlet_export Update the script for older versions of Scarlet 4 years ago
.drone.yml Add an RC file for the linter 4 years ago
.gitignore Update .gitignore 4 years ago
.pylintrc Add an RC file for the linter 4 years ago
LICENSE Initial commit 4 years ago
README.md Add README 4 years ago
setup.py Initial commit 4 years ago

README.md

Scarlet Exporter

This is a simple Python utility to export notes from an Android note-taking app, Scarlet Notes. It currently only supports a single output format, the one used by Notable.

I liked Scarlet Notes a lot till the recent update, which radically changed the interface, replacing the good old monospaced fonts with sans serif and adding lots of popups and suggestions I didn't like. So I wrote this little tool to export all of my notes to Notable.

Usage

First export your notes from Scarlet in the plain text format. Then run:

% python -m scarlet_export -o OUTPUTDIR exported_file.txt

License

See this file.