Go to file
Nextcloud bot 0b4ce56d64
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-22 03:03:52 +00:00
.github use latest phpunit version, except for PHP7.2 2021-03-02 08:42:01 +01:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo remove support for PHP 7.2 (end of life) 2021-04-02 16:16:22 +02:00
css add provider for Nextcloud's unified search 2020-10-01 21:42:29 +02:00
docs/api API: ETag/If-None-Match for Get single note 2021-04-19 06:37:50 +02:00
img add provider for Nextcloud's unified search 2020-10-01 21:42:29 +02:00
l10n [tx-robot] updated from transifex 2021-04-22 03:03:52 +00:00
lib API: ETag/If-None-Match for Get single note 2021-04-19 06:37:50 +02:00
src check for update conflicts and provide solutions 2021-04-19 06:37:50 +02:00
templates use @nextcloud/webpack-vue-config 2020-07-13 20:33:09 +02:00
tests API: check note's ETag (HTTP If-Match / 412) 2021-04-19 06:37:50 +02:00
.editorconfig switch to Vue.js 2019-05-22 21:40:03 +02:00
.eslintrc.js remove jQuery usage 2020-06-06 09:34:22 +02:00
.gitignore use Nextcloud Coding Standard 2020-07-13 08:43:46 +02:00
.php_cs.dist use Nextcloud Coding Standard 2020-07-13 08:43:46 +02:00
.stylelintrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
CHANGELOG.md release version 4.0.4 2021-03-06 19:53:54 +01:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile lint all PHP directories 2021-04-02 16:12:31 +02:00
README.md fix link for Nextcloud settings app 2020-08-25 17:02:42 +02:00
babel.config.js update dependencies 2021-03-31 21:02:13 +02:00
composer.json fix lint: exclude buggy version of php-cs-fixer 2021-03-31 21:02:13 +02:00
package-lock.json Bump @nextcloud/dialogs from 3.1.1 to 3.1.2 2021-04-19 21:09:27 +02:00
package.json Bump @nextcloud/dialogs from 3.1.1 to 3.1.2 2021-04-19 21:09:27 +02:00
webpack.js Dashboard widget for NC20 2020-10-01 21:19:36 +02:00

README.md

Notes

The Notes app is a distraction free notes taking app for Nextcloud. It provides categories for better organization and 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 REST API allows for an easy integration into third-party apps (currently, there are notes apps for Android, iOS and the console which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.

Screenshot of Nextcloud Notes

🚀 Installation

In your Nextcloud, simply navigate to »Apps«, choose the category »Office«, find the Notes app and enable it. Then open the Notes app from the app menu.

Nextcloud will notify you about possible updates. Please have a look at CHANGELOG.md for details about changes.

Bugs

Before reporting bugs:

👥 Maintainers

⚠️ Developer Info

Lint Test

Building the app

  1. Clone this into your apps folder of your Nextcloud
  2. In a terminal, run the command make dev-setup to install the dependencies
  3. Then to build the Javascript run make build-js or make watch-js to rebuild it when you make changes
  4. Enable the app through the app management of your Nextcloud

REST API for third-party apps

The notes app provides a JSON-API for third-party apps. Please have a look at our API documentation.