https://github.com/clach04/quillpad_conversion
Conversion tools for Quillpad (nee Quillnote) notes (supports Notally format as input)
https://github.com/clach04/quillpad_conversion
notally notes python python2 python3 quillpad
Last synced: 12 days ago
JSON representation
Conversion tools for Quillpad (nee Quillnote) notes (supports Notally format as input)
- Host: GitHub
- URL: https://github.com/clach04/quillpad_conversion
- Owner: clach04
- License: agpl-3.0
- Created: 2024-03-30T15:48:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T01:37:33.000Z (over 1 year ago)
- Last Synced: 2025-03-11T22:41:38.881Z (about 1 year ago)
- Topics: notally, notes, python, python2, python3, quillpad
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillpad Conversion
Conversion tools for [Quillpad](https://github.com/quillpad/quillpad) (nee [Quillnote](https://github.com/msoultanidis/quillnote)) notes.
Python 3 and 2 scripts for converting to QuillPad.
## Notes
QuillPad schema is not documented, see https://github.com/quillpad/quillpad/discussions/271 for now:
* Source code of these tools for examples/notes https://github.com/clach04/quillpad_conversion/blob/4697b44f65ccd0294aed92c130e8b063cda2e9c1/files_to_quillpad.py#L10
## Tools
### Plain text files to QuillPad
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** ⚠️ see https://github.com/quillpad/quillpad/issues/270 do not import more than once!
### Notally to QuillPad
[Notally](https://github.com/OmGodse/Notally) conversion to [Quillpad](https://github.com/quillpad/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)
## Other Tools
* 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