libquentier
May 7, 2025 ยท View on GitHub
Set of Qt/C++ APIs for feature rich desktop clients for Evernote service
What's this
This library presents a set of Qt/C++ APIs useful for applications working as feature rich desktop clients for Evernote service. The most important and useful components of the library are the following:
- Local storage - persistence of data downloaded from Evernote service in a local SQLite database
- Synchronization - the logics of exchanging new and/or modified data with Evernote service
- Note editor - the UI component capable for notes displaying and editing
The library is based on the lower level functionality provided by QEverCloud library. It also serves as the functional core of Quentier application.
WARNING: libquentier is in alpha state right now, neither API nor ABI can be considered stable yet!
How to build/install
Please see the building/installation guide.
How to contribute
Please see the contribution guide for detailed info.