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
This app is looking for a maintainer
- PHP >= 5.3.6
-
= 6.0.3
- Apache
Before reporting bugs:
- We do not support Internet Explorer and Safari (Patches accepted though, except for IE < 10)
- get the newest version of the Notes app
- check if they have already been reported
- Go to the ownCloud apps page
- Activate the Notes app in the apps menu
The Notes App can be updated through the ownCloud apps page.
-
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