An open API service indexing awesome lists of open source software.

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)

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