From e8b5d4e14aebd6de9af20ae308fa6228b432d3c6 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Tue, 9 Apr 2019 16:38:09 +0500 Subject: [PATCH] Add README Signed-off-by: Timur Demin --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6aaa10 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## Scarlet Exporter + +This is a simple Python utility to export notes from an Android +note-taking app, [Scarlet Notes][ScarletPlayStore]. 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](LICENSE). + +[ScarletPlayStore]: https://play.google.com/store/apps/details?id=com.bijoysingh.quicknote "Link to Google Play Store"