Go to file
korelstar cfb95f9f22 release version 3.5.1 2020-06-11 21:36:41 +02:00
.github run API tests with both Nextcloud min-/max-version 2020-05-19 14:40:42 +02:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo release version 3.5.1 2020-06-11 21:36:41 +02:00
css update dependencies / maintainance 2020-04-30 22:03:48 +02:00
docs/api add test and docs for 401 Unauthorized 2020-06-11 14:51:54 +02:00
img New icon for Notes app (#522) 2020-05-31 20:17:59 +02:00
l10n [tx-robot] updated from transifex 2020-06-10 02:46:35 +00:00
lib throw exception if file can't be read 2020-06-11 14:47:38 +02:00
src fix Home/End key behavior (apply to visible line) 2020-06-11 15:39:25 +02:00
templates refactoring maintenance 2020-02-20 08:21:45 +01:00
tests add test and docs for 401 Unauthorized 2020-06-11 14:51:54 +02:00
.babelrc.js refactoring maintenance 2020-02-20 08:21:45 +01: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 move some lint checks to Makefile 2019-08-28 22:13:50 +02:00
.stylelintrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
CHANGELOG.md release version 3.5.1 2020-06-11 21:36:41 +02:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile maintenance and new API v1 2020-04-13 08:49:40 +02:00
README.md API documentation for API v1 2020-05-05 21:51:28 +02:00
composer.json API: filter notes by category (introduce v1.1) 2020-05-22 11:35:59 +02:00
package-lock.json update dependencies 2020-06-11 21:36:41 +02:00
package.json update dependencies 2020-06-11 21:36:41 +02:00
webpack.common.js refactoring maintenance 2020-02-20 08:21:45 +01:00
webpack.dev.js switch to Vue.js 2019-05-22 21:40:03 +02:00
webpack.prod.js switch to Vue.js 2019-05-22 21:40:03 +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.