|
1 day ago | |
---|---|---|
.github | 1 day ago | |
.tx | 3 years ago | |
appinfo | 1 day ago | |
css | 5 months ago | |
docs/api | 6 months ago | |
img | 5 months ago | |
l10n | 3 days ago | |
lib | 4 weeks ago | |
src | 2 months ago | |
templates | 7 months ago | |
tests | 1 day ago | |
.babelrc.js | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintrc.js | 9 months ago | |
.gitignore | 7 months ago | |
.php_cs.dist | 7 months ago | |
.stylelintrc.js | 1 year ago | |
CHANGELOG.md | 1 day ago | |
COPYING | 8 years ago | |
Makefile | 4 weeks ago | |
README.md | 6 months ago | |
composer.json | 1 day ago | |
package-lock.json | 1 day ago | |
package.json | 1 day ago | |
webpack.js | 5 months ago |
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 REST 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 CHANGELOG.md for details about changes.
Before reporting bugs:
apps
folder of your Nextcloudmake dev-setup
to install the dependenciesmake build-js
or make watch-js
toThe notes app provides a JSON-API for third-party apps. Please have a look at our API documentation.