You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
korelstar 171dd9615f update @nextcloud/eslint-config from 6 to 7 1 year ago
.github Bump actions/checkout from 2 to 3 1 year ago
.tx Fix tx config 5 years ago
appinfo release 4.3.1 1 year ago
css update dependencies 2 years ago
docs/api release version 4.1.0 2 years ago
img add provider for Nextcloud's unified search 3 years ago
l10n [tx-robot] updated from transifex 1 year ago
lib fix noteservice not returning the final filename 1 year ago
src fix undo deletes note 1 year ago
templates use @nextcloud/webpack-vue-config 3 years ago
tests allow empty settings (required for root directory) 1 year ago
.editorconfig switch to Vue.js 4 years ago
.eslintrc.js update @nextcloud/eslint-config from 6 to 7 1 year ago
.gitignore update dependencies 2 years ago
.php-cs-fixer.dist.php update dependencies 2 years ago
.stylelintrc.js use @nextcloud/stylelint-config, update and simple 2 years ago
CHANGELOG.md release 4.3.1 1 year ago
COPYING various cleanups 10 years ago
Makefile remove babel.config.js from build package 2 years ago
README.md Add link to 3rd-party apps list to README 2 years ago
babel.config.js update dependencies / use @nextcloud/babel-config 2 years ago
composer.json update dependencies 2 years ago
package-lock.json update @nextcloud/eslint-config from 6 to 7 1 year ago
package.json update @nextcloud/eslint-config from 6 to 7 1 year ago
webpack.config.js update dependencies 1 year ago

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.