Go to file
korelstar faefa615de build JS 2018-11-29 15:59:14 +01:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo release 2.5.1 2018-11-29 15:54:40 +01:00
css fix design issues in some browsers 2018-11-29 15:47:37 +01:00
img improve theme compability 2018-11-24 09:27:30 +01:00
js build JS 2018-11-29 15:59:14 +01:00
l10n [tx-robot] updated from transifex 2018-11-27 01:30:19 +00:00
lib don't change modified when updating category 2018-11-29 09:56:25 +01:00
templates fix design issues in some browsers 2018-11-29 15:47:37 +01:00
tests Merge pull request #95 from nextcloud/api-speed-up 2017-06-27 15:53:34 +02:00
.gitignore try to enable coverage for the notes app 2015-04-30 14:14:40 +02:00
.scrutinizer.yml increase scrutinizer timeout of external code coverage 2015-10-02 14:34:54 +02:00
.travis.yml fix Travis: skip errornous tests 2018-07-02 18:06:29 +02:00
AUTHORS change email adress in license headers 2013-08-26 17:25:05 +02:00
CONTRIBUTING.md More uppercasing 2016-12-30 16:02:22 -05:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile Move transifex config for updated l10n script 2018-02-12 17:49:50 +01:00
README.md release version 2.5.0 2018-11-17 16:04:55 +01:00
phpunit.integration.xml first gulp build 2015-07-29 15:46:37 +02:00
phpunit.xml fix tests 2015-09-16 22:16:36 +02:00

README.md

Notes

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 and iOS which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.

Screenshot of Nextcloud Notes

🚀 Installation

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.

Bugs

Before reporting bugs:

👥 Maintainers

⚠️ Git (development version)

Installation

  • Clone the Notes app into the /var/www/nextcloud/apps/ directory

    git 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.