Go to file
korelstar fc7631eb9e
switch to Vue.js
2019-05-22 21:40:03 +02:00
.github/ISSUE_TEMPLATE create issue templates 2019-05-07 11:17:16 +02:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo switch to Vue.js 2019-05-22 21:40:03 +02:00
css switch to Vue.js 2019-05-22 21:40:03 +02:00
img switch to Vue.js 2019-05-22 21:40:03 +02:00
l10n [tx-robot] updated from transifex 2019-04-30 00:31:00 +00:00
lib switch to Vue.js 2019-05-22 21:40:03 +02:00
src switch to Vue.js 2019-05-22 21:40:03 +02:00
templates switch to Vue.js 2019-05-22 21:40:03 +02:00
tests Merge pull request #95 from nextcloud/api-speed-up 2017-06-27 15:53:34 +02:00
.babelrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
.editorconfig switch to Vue.js 2019-05-22 21:40:03 +02:00
.eslintrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
.gitignore switch to Vue.js 2019-05-22 21:40:03 +02:00
.scrutinizer.yml switch to Vue.js 2019-05-22 21:40:03 +02:00
.stylelintrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
.travis.yml switch to Vue.js 2019-05-22 21:40:03 +02:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile switch to Vue.js 2019-05-22 21:40:03 +02:00
README.md switch to Vue.js 2019-05-22 21:40:03 +02:00
composer.json switch to Vue.js 2019-05-22 21:40:03 +02:00
package-lock.json switch to Vue.js 2019-05-22 21:40:03 +02:00
package.json switch to Vue.js 2019-05-22 21:40:03 +02:00
phpunit.integration.xml first gulp build 2015-07-29 15:46:37 +02:00
phpunit.xml fix tests 2015-09-16 22:16:36 +02:00
webpack.common.js switch to Vue.js 2019-05-22 21:40:03 +02: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 RESTful 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 releases for a changelog.

Bugs

Before reporting bugs:

👥 Maintainers

⚠️ Developer Info

build state

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 and whenever you make changes, run make build-js
  4. Enable the app through the app management of your Nextcloud

Third-party apps

The notes app provides a JSON-API for third-party apps. You can find the documentation in the wiki.