Go to file
dependabot[bot] beafd54564
Bump json5 from 1.0.1 to 1.0.2 (#953)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 22:17:13 +01:00
.github require Nextcloud 25 2022-10-03 17:05:30 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:46:25 +00:00
appinfo release version 4.6.0 2022-10-14 10:42:53 +02:00
css add help 2022-10-18 08:53:18 +02:00
docs/api fix minor API version 2022-08-13 17:26:07 +02:00
img add help 2022-10-18 08:53:18 +02:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-25 03:08:25 +00:00
lib add help 2022-10-18 08:53:18 +02:00
src add help 2022-10-18 08:53:18 +02:00
templates use @nextcloud/webpack-vue-config 2020-07-13 20:33:09 +02:00
tests fix version detection 2022-10-14 10:57:33 +02:00
.editorconfig switch to Vue.js 2019-05-22 21:40:03 +02:00
.eslintrc.js update @nextcloud/eslint-config from 6 to 7 2022-03-14 07:48:31 +01:00
.gitignore update dependencies 2021-11-12 19:53:45 +01:00
.php-cs-fixer.dist.php update dependencies 2021-11-12 19:53:45 +01:00
.stylelintrc.js use @nextcloud/stylelint-config, update and simple 2021-06-26 19:09:42 +02:00
CHANGELOG.md release version 4.6.0 2022-10-14 10:42:53 +02:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile remove babel.config.js from build package 2021-05-22 14:19:07 +02:00
README.md Add link to 3rd-party apps list to README 2021-11-20 08:44:50 +01:00
babel.config.js update dependencies / use @nextcloud/babel-config 2021-04-30 23:25:38 +02:00
composer.json require Nextcloud 25 2022-10-03 17:05:30 +02:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 (#953) 2023-02-02 22:17:13 +01:00
package.json Bump @nextcloud/vue from 7.1.0 to 7.3.0 (#952) 2023-01-03 15:56:26 +01:00
webpack.config.js update dependencies 2022-01-09 15:10:20 +01: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 (Android, iOS, the console and many more 3rd-party apps 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.