Conversion tools for Quillpad (nee Quillnote) notes.
Python 3 and 2 scripts for converting to QuillPad.
QuillPad schema is not documented, see quillpad/quillpad#271 for now:
- Source code of these tools for examples/notes
quillpad_conversion/files_to_quillpad.py
Line 10 in 4697b44
python files_to_quillpad.py
Generates export filename based on current time/date. To specify
filename set operating system environment variable
QUILLPAD_EXPORT_FILENAME
to expected filename (recommend
including .zip extension).
WARNING
Notally conversion to Quillpad
notallyToQuillPad.py modified version of https://gist.github.com/nWestie/224d14a6efd00661b5c93040c7511816 (after 2023-05-17, 2nd revision).
Includes Windows support and correct file name for export (as of 2024).
Nottally features/content not supported during conversion:
- color
- attachments; images (jpg, png added late 2023, in https://github.com/OmGodse/Notally/releases/tag/v5.6), voice/audio (feature added 2024, in https://github.com/OmGodse/Notally/releases/tag/v5.9)
- https://github.com/MolassesLover/jotbook - reverse of files_to_quillpad.py
- https://github.com/arunk140/quillnote-server sync server (uses a sqlite3 database)
- https://github.com/Eve1374/GKeepToQuillpad Google Keep converter
- https://github.com/phazejeff/colornote-to-quillpad
- https://github.com/clach04/pysimplenote related