Go to file
korelstar d4f87388ab release 2.4.2 2018-09-16 19:45:39 +02:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo release 2.4.2 2018-09-16 19:45:39 +02:00
controller fix: early user detection caused errors 2018-09-16 17:30:49 +02:00
css update/remove obsolete JS dependencies 2018-08-18 10:02:44 +02:00
db don't load content for notes list in web browser 2018-08-02 19:41:57 +02:00
img fix favicon viewbox, cut decimals 2016-12-01 09:54:09 +01:00
js improved error handling 2018-09-15 12:22:09 +02:00
l10n [tx-robot] updated from transifex 2018-09-16 00:30:52 +00:00
service fix: early user detection caused errors 2018-09-16 17:30:49 +02:00
templates improved error handling 2018-09-15 12:22:09 +02: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 reference App Store 2018-08-15 10:36:37 +02: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 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 and future versions will provide categories for better organization.

Notes is available in the Nextcloud App Store and can be installed directly from your Nextcloud installation (category office).

Screenshot of Nextcloud Notes

For further developer and user documentation please visit the wiki

👥 Maintainers

Minimum PHP Version

  • PHP >= 5.6

Minimum Nextcloud / ownCloud Version

  • Nextcloud >= 12.0
  • ownCloud >= 9.1

Supported Browsers

  • latest 3 versions of Chrome, Firefox and Edge
  • we do not officially support Internet Explorer and Safari (Patches are accepted though)

Bugs

Before reporting bugs:

⚠️ 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