Dmitry Ivanov
Dmitry Ivanov
It would be useful to have an option to automatically run sync before quitting the app if the current account is Evernote one, so that propagating the locally made changes...
Through a CI build failure I learned that AppImageUpdaterBridge [was renamed](https://github.com/antony-jr/QAppImageUpdate/commit/de93db45e8f6af271dcfa003715a28299969f23f) into QAppImageUpdate. As a short term fix I switched the CI build to use earlier version before the rename...
Many users of Evernote backup their notes to external systems. Quentier should provide a way to do so as well. Currently notes can be exported to ENEX format one by...
When user searches for notes via the search query, it would be very convenient to see the words from the search query highlighted in the note list view's displayed notes.
First need to figure out how to work with notifications in Qt.
Subj. Current note editor tab and currently selected note within the notes list view should be synchronized - when you select another note editor tab, the selection within the notes...
Currently Quentier provides (up to) three icon themes: 1. The native one (Linux only, no such thing as native icon theme exists for Mac/Windows) 2. [Oxygen](https://github.com/KDE/oxygen-icons5) 3. [Tango](https://commons.wikimedia.org/wiki/Tango_icons) If the...
When a new Quentier app instance is started, it should be possible to discover whether other app instances are running and if so, which accounts (and in which storage folders)...
1. Three parts - local storage, synchronization + UI 2. Parts of UI - models/views/delegates + note editor 3. The division to core library (libquentier) and the app
Important aspect: need to think of something to prevent the poor co-existence of certain colors when certain UI themes are used. It seems there's a need for a helper class...