Skip to content

theshadowx/notes

 
 

Repository files navigation

Notes

Join the chat at https://gitter.im/nuttyartist/notes Build Status Build status

Notes is an open source, cross-platform note taking app which has the potential to be something much bigger, and much better at empowering the people using it. This is where you come into play. Be part of making Notes better.

Next version: 1.5.0 (see project)
Our vision for the future on our Wiki.
Website: get-notes.com

Screenshot

notes_screenshot

How to clone

Use this command to clone the repository:

$> git clone --recursive  https://github.com/nuttyartist/notes.git

Dependencies

Make sure the Qt (>= 5.3) development libraries are installed:

  • Debian/Ubuntu : qt5-default build-essential qtbase5-private-dev sqlite3

Compiling

$> mkdir build
$> cd build
$> qmake ../src
$> make -j4

Notes

The notes database and settings file are stored:

Windows : C:\Users\user\AppData\Roaming\Awesomeness
Linux       : /home/user/.config/Awesomeness/ or /home/snap/notes/x1/.config/Awesomeness (using snap)
Mac         : /home/.config/Awesomeness/

Contributors

About

Note taking application, write down your thoughts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.5%
  • QMake 3.3%
  • Other 2.2%