The Notes app is a distraction free notes taking app for Nextcloud. It provides categories for better organization and supports formatting using Markdown syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate RESTful API allows for an easy integration into third-party apps (currently, there are notes apps for Android, iOS and the console which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
In your Nextcloud, simply navigate to »Apps«, choose the category »Office«, find the Notes app and enable it. Then open the Notes app from the app menu.
Nextcloud will notify you about possible updates. Please have a look at releases for a changelog.
Before reporting bugs:
- get the newest version of the Notes app
- please consider also installing the latest development version
- check if they have already been reported
Installation
-
Clone the Notes app into the
/var/www/nextcloud/apps/
directorygit clone https://github.com/nextcloud/notes.git
-
Activate the Notes app in the apps menu
Keep up to date
To update the Notes app use::
cd /var/www/nextcloud/apps/notes
git pull --rebase origin master
Building JavaScript
If you want to change some JavaScript code, you have to consolidate the files in a build. Please follow the instructions in the JavaScript directory.
Third-party apps
The notes app provides a JSON-API for third-party apps. You can find the documentation in the wiki.