Go to file
Morris Jobke f224dfa117
Fix tx config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 23:06:02 +01:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo patch release 2.3.2 (#155) 2017-12-04 12:17:26 +01:00
controller Merge pull request #95 from nextcloud/api-speed-up 2017-06-27 15:53:34 +02:00
css Fix error handling for save / manual save (#137) 2017-11-13 13:12:45 +01:00
db API speed-up (ETag, Last-Modified) 2017-05-26 09:21:27 +02:00
img fix favicon viewbox, cut decimals 2016-12-01 09:54:09 +01:00
js Fix error handling for save / manual save (#137) 2017-11-13 13:12:45 +01:00
l10n Move transifex config for updated l10n script 2018-02-12 17:49:50 +01:00
service Sanitise the note's path (#148) 2017-12-04 12:04:20 +01:00
templates Save → Saving "Note saved" 2017-11-15 02:16:17 +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 clean up travis matrix 2017-01-08 16:38:24 +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 remove Travis status icon since it's always failing 2017-10-05 19:15:51 +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. 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.

Screenshot of Nextcloud Notes

For further developer and user documentation please visit the wiki

👥 Maintainers

Minimum PHP Version

  • PHP >= 5.4

Minimum Nextcloud / ownCloud Version

  • Nextcloud >= 9.0
  • ownCloud >= 8.1

Supported Webservers

  • Apache

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