Go to file
korelstar ef162cc2f4
release 2.6.0
2019-04-16 21:11:17 +02:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo release 2.6.0 2019-04-16 21:11:17 +02:00
css adjust design of checkboxes 2019-04-16 21:08:45 +02:00
img improve theme compability 2018-11-24 09:27:30 +01:00
js adjust design of checkboxes 2019-04-16 21:08:45 +02:00
l10n [tx-robot] updated from transifex 2019-03-27 01:25:12 +00:00
lib require at least NC14 2018-12-12 17:23:27 +01:00
templates require at least NC14 2018-12-12 17:23:27 +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 switch to PHP 7.2 for testing 2019-01-13 11:23:30 +01: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 Mention third-pary console client 2019-01-13 21:23:12 +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, iOS and the console 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.