Go to file
dependabot[bot] 362c54eadd Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 13:14:04 +01:00
.github Bump actions/checkout from 2 to 3 2022-03-08 13:14:04 +01:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo release 4.3.1 2022-02-27 18:14:46 +01:00
css update dependencies 2021-12-05 20:34:36 +01:00
docs/api release version 4.1.0 2021-06-27 15:29:47 +02:00
img add provider for Nextcloud's unified search 2020-10-01 21:42:29 +02:00
l10n [tx-robot] updated from transifex 2022-02-26 03:00:50 +00:00
lib fix noteservice not returning the final filename 2022-02-20 09:27:24 +01:00
src fix undo deletes note 2022-02-27 19:54:17 +01:00
templates use @nextcloud/webpack-vue-config 2020-07-13 20:33:09 +02:00
tests allow empty settings (required for root directory) 2022-02-12 21:52:18 +01:00
.editorconfig switch to Vue.js 2019-05-22 21:40:03 +02:00
.eslintrc.js update dependencies 2021-12-05 20:34:36 +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 4.3.1 2022-02-27 18:14:46 +01: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 update dependencies 2021-11-12 19:53:45 +01:00
package-lock.json Bump follow-redirects from 1.14.7 to 1.14.8 2022-02-12 12:30:17 +01:00
package.json update dependencies 2022-02-07 18:13:56 +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.