Go to file
Steven vanZyl 46e4581fc0 make 'New Note' text visible
This is much cleaner and clearer to the user.
2016-12-29 10:35:02 -05:00
appinfo increase max-version to 12 2016-12-14 19:45:43 +01:00
controller API: let the modified time be changeable (#247) 2016-10-26 15:52:48 +02:00
css make 'New Note' text visible 2016-12-29 10:35:02 -05:00
db New feature: set a note as favorite (star/unstar) (#248) 2016-10-21 16:05:33 +02:00
img fix favicon viewbox, cut decimals 2016-12-01 09:54:09 +01:00
js Simple search functionality (#28) 2016-12-11 23:00:31 +01:00
l10n [tx-robot] updated from transifex 2016-12-27 02:14:26 +00:00
service Merge pull request #31 from nextcloud/line-breaks 2016-12-14 22:19:31 +01:00
templates Simple search functionality (#28) 2016-12-11 23:00:31 +01:00
tests API: let the modified time be changeable (#247) 2016-10-26 15:52:48 +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 LOL php 5.7 2016-10-07 09:33:26 +02:00
AUTHORS change email adress in license headers 2013-08-26 17:25:05 +02:00
CHANGELOG add back markdown support, enable syntax highlightning, images and github flavored markdown 2015-04-26 21:15:23 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2015-07-10 13:24:02 +02:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile more changes for 7 2014-11-08 11:13:03 +01:00
README.md Update README.md 2016-12-09 12:02:20 +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

build stateScrutinizer Code Quality

The Notes app is a distraction free notes taking app. It offers a RESTful API for app developers. The source code is available on GitHub

Screenshot of Nextcloud Notes

For further developer and user documentation please visit the wiki

Maintainers

##Requirements

Minimum PHP Version
  • PHP >= 5.4
Minimum ownCloud / Nextcloud Version
  • ownCloud >= 8.1
  • Nextcloud >= 9.0
Supported Webservers
  • Apache
Supported Browsers
  • latest 3 versions of Chrome, Firefox and Edge
  • we do not officially support Internet Explorer and Safari (Patches 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