nuttyartist / notes
- суббота, 17 сентября 2022 г. в 00:36:12
Note-taking application, write down your thoughts.
Notes is an open source and cross-platform note-taking app that is both beautiful and powerful.
Website: get-notes.com
Our vision for the future on our Wiki.
If you use Notes daily, consider donating money so I can pay programmers to develop new features and fix bugs. I partner with Github Sponsors and Patreon to receive contributions. You can also put a bounty on specific issues using Bountysource. I currently make a living from ads on the website, but I'd like to stop with that.
Use this command to clone the repository:
$> git clone --recursive https://github.com/nuttyartist/notes.git
Make sure the Qt (>= 5.3) development libraries are installed:
$> mkdir build
$> cd build
$> qmake ../src
$> make -j4
The notes database and settings file are stored in:
Windows : C:\Users\user\AppData\Roaming\Awesomeness
Linux : /home/user/.config/Awesomeness/
or /home/snap/notes/x1/.config/Awesomeness
(using snap)
Mac : /home/user/.config/Awesomeness/