The Notes app is a distraction free notes taking app. It offers a RESTful API for app developers. The source code is available on GitHub
For further developer and user documentation please visit the wiki
= 8.1
Before reporting bugs:
Clone the Notes app into the /var/www/owncloud/apps/ directory
git clone https://github.com/owncloud/notes.git
Activate the Notes app in the apps menu
To update the Notes app use::
cd /var/www/owncloud/apps/notes
git pull --rebase origin master