Skip to content
forked from nuttyartist/notes

Note-taking application, write down your thoughts.

License

Notifications You must be signed in to change notification settings

rafikt1992/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.

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.2.1) 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/

Information for Contributors

Check out our wiki, we discuss there our philosophy, our current state and the future version of Notes.

Information for End Users

You can find more info about Notes and how to download it here: get-notes.com

About

Note-taking application, write down your thoughts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.7%
  • QMake 3.6%
  • Shell 0.7%
  • Inno Setup 0.5%
  • CSS 0.3%
  • Batchfile 0.2%