A simple tool to export notes from Scarlet Notes
This repository has been archived on 2020-08-01. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Go to file
Timur Demin 35f0b7326f
continuous-integration/drone/push Build is passing Details
Update the script for older versions of Scarlet
2019-07-16 20:25:20 +05:00
.vscode Make the program work 2019-04-09 15:06:26 +05:00
scarlet_export Update the script for older versions of Scarlet 2019-07-16 20:25:20 +05:00
.drone.yml Add an RC file for the linter 2019-04-14 22:28:57 +05:00
.gitignore Update .gitignore 2019-07-16 20:14:39 +05:00
.pylintrc Add an RC file for the linter 2019-04-14 22:28:57 +05:00
LICENSE Initial commit 2019-04-08 23:49:37 +05:00
README.md Add README 2019-04-09 16:38:09 +05:00
setup.py Initial commit 2019-04-08 23:49:37 +05:00

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.