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 1e54f549dc use @nextcloud/stylelint-config, update and simple 2 years ago
.github use @nextcloud/stylelint-config, update and simple 2 years ago
.tx Fix tx config 5 years ago
appinfo add support for Nextcloud 23 2 years ago
css fix action buttons running out of window 2 years ago
docs/api API: allow requesting notes list in chunks 2 years ago
img add provider for Nextcloud's unified search 3 years ago
l10n [tx-robot] updated from transifex 2 years ago
lib API: allow requesting notes list in chunks 2 years ago
src API: allow requesting notes list in chunks 2 years ago
templates use @nextcloud/webpack-vue-config 3 years ago
tests API: allow requesting notes list in chunks 2 years ago
.editorconfig switch to Vue.js 4 years ago
.eslintrc.js remove jQuery usage 3 years ago
.gitignore use Nextcloud Coding Standard 3 years ago
.php_cs.dist use Nextcloud Coding Standard 3 years ago
.stylelintrc.js use @nextcloud/stylelint-config, update and simple 2 years ago
CHANGELOG.md release version 4.0.4 2 years ago
COPYING various cleanups 10 years ago
Makefile remove babel.config.js from build package 2 years ago
README.md fix link for Nextcloud settings app 3 years ago
babel.config.js update dependencies / use @nextcloud/babel-config 2 years ago
composer.json update dependencies / use @nextcloud/babel-config 2 years ago
package-lock.json use @nextcloud/stylelint-config, update and simple 2 years ago
package.json use @nextcloud/stylelint-config, update and simple 2 years ago
webpack.js code refactoring and improvements 2 years 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 (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.