Go to file
Jan-Christoph Borchardt 2b3424ade3 heading style details, improve vertical rhythm 2015-12-02 16:46:54 +02:00
appinfo notes is running on 9.0 as well 2015-10-17 15:38:27 +02:00
controller remove markdown config setting 2015-07-25 02:23:27 +02:00
css heading style details, improve vertical rhythm 2015-12-02 16:46:54 +02:00
db allow file extensions other than txt 2015-10-07 12:39:20 +02:00
img add custom favicon 2015-10-04 23:39:59 +02:00
js upgrade mdEdit and apply according changes to css 2015-10-20 17:31:54 +02:00
l10n [tx-robot] updated from transifex 2015-11-26 01:21:27 -05:00
service allow file extensions other than txt 2015-10-07 12:39:20 +02:00
templates revert the removal of tooltip.css 2015-10-07 10:04:24 +02:00
tests allow file extensions other than txt 2015-10-07 12:39:20 +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 notes is running on 9.0 as well 2015-10-17 15:38:27 +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 add myself as maintainer 2015-10-05 12:05:52 +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

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

For further developer and user documentation please visit the wiki

Maintainers

Minimum PHP Version

  • PHP >= 5.4

Minimum ownCloud Version

  • = 8.1

Supported Webservers

  • Apache

Bugs

Before reporting bugs:

Git (development version)

Installation

Keep up to date

To update the Notes app use::

cd /var/www/owncloud/apps/notes
git pull --rebase origin master