Go to file
Andreas Jacobsen 40699f54c6 Changed 'new note' to button (#108)
* Changed 'create note' to button

Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>

* Removed unneeded css

* Removed whitespace
2017-07-03 11:42:39 +02:00
appinfo fix lost method and version upgrade 2017-06-29 08:59:22 +02:00
controller Merge pull request #95 from nextcloud/api-speed-up 2017-06-27 15:53:34 +02:00
css Changed 'new note' to button (#108) 2017-07-03 11:42:39 +02: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 tooltips sticking around when note is deleted 2017-06-27 17:14:18 +02:00
l10n [tx-robot] updated from transifex 2017-06-17 00:19:31 +00:00
service fix lost method and version upgrade 2017-06-29 08:59:22 +02:00
templates Changed 'new note' to button (#108) 2017-07-03 11:42:39 +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 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
CHANGELOG add back markdown support, enable syntax highlightning, images and github flavored markdown 2015-04-26 21:15:23 +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 Merge pull request #42 from rushsteve1/master 2017-01-05 02:08:54 +01:00
README.md move mobile clients into text 2017-02-05 10:32:52 +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 state Scrutinizer Code Quality

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