-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
qtnote | ||
QtNote | ||
====== | ||
It's just very small Qt app which usually lives in your system tray and allows you to make notes quick way. | ||
|
||
Note-taking application written with Qt in mind and able to read tomboy notes | ||
QtNote was written as a clone of Tomboy with use of Qt. | ||
It's not so feature rich as Tomboy but light and fast and usually suits all common needs. | ||
Moreover QtNote can work with Tomboy notes and it's 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 | ||
* Support for Tomboy notes | ||
* Create notes from selection by hotkey (X11 only) | ||
* 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 |