
QtNote
Source (link to git-repo or to original if based on someone elses unmodified work):
QtNote was written as a clone of Tomboy with use of Qt. Its not so feature rich as Tomboy but light and fast and usually suits all common needs. Moreover QtNote can work with Tomboy notes and its not so hard add support of other apps.
Some features:
Quick access to notes from tray
menu
Internal notes manager to handle multiple notes at once and search for notes
Support for Tomboy notes
Create notes from selection by hotkey
Crossplatform (tested on linux and windows with gcc and Visual C)
Other: configurable amount of notes in menu. configurable storage path, print note, save note dialog geometry
Proven compatibility with Windows, Unity, KDE4, KDE5, Qt4, Qt5
3.0.3 - 2015-07-29
+ Allow changing global shortcuts w/o restart
+ Set default shortcuts
* Fixed: note from selection is not saved until edited
* Cache all notes and check cache validity when required
3.0.2 - 2015-07-27
* Fixed compilation of kde plugin (qt5+kde4)
* Fixed printer dialog on windows (missed qt plugin)
+ Added file extensions in save to file dialog
* Fixed crash on loading incompatible version of plugin
+ Added notifications if something went wrong with storage
* Other insignificant fixes
Ratings & Comments
2 Comments
Для LXQT будет самое то что доктор прописал! ))) Проверил на Salix Openbox 14.1, пока всё путём, если чего "случится" то отпишу!
try next if it fails to compile on kde plugin. qmake -recursive CONFIG+=nokde This is a problem with compatibility of kde4 and Qt5. With Qt4 everything should be just fine.