✎ Distraction-free notes and writing
Перейти к файлу
korelstar 63e53e696e pick release version 3.1.5 2020-02-20 08:21:45 +01:00
.github add phplint-problem-matcher 2020-02-13 21:57:48 +01:00
.phan add phplint-problem-matcher 2020-02-13 21:57:48 +01:00
.tx Fix tx config 2018-02-12 23:06:02 +01:00
appinfo pick release version 3.1.5 2020-02-20 08:21:45 +01:00
css Set font color to black for printing. 2019-10-29 21:48:47 +01:00
img switch to Vue.js 2019-05-22 21:40:03 +02:00
l10n [tx-robot] updated from transifex 2020-02-15 02:48:22 +00:00
lib fix code style 2020-02-13 21:57:48 +01:00
src fix lint errors 2020-02-06 22:10:59 +01:00
templates warning if JavaScript was not built 2019-11-16 23:01:00 +01:00
tests add version matrix for lint-php 2020-02-13 21:57:48 +01: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 update to @nextcloud/eslint-config 2020-02-11 18:09:41 +01:00
.gitignore move some lint checks to Makefile 2019-08-28 22:13:50 +02:00
.scrutinizer.yml use GitHub Actions and PHAN 2020-02-06 22:10:59 +01:00
.stylelintrc.js switch to Vue.js 2019-05-22 21:40:03 +02:00
CHANGELOG.md pick release version 3.1.5 2020-02-20 08:21:45 +01:00
COPYING various cleanups 2013-04-03 18:21:48 +02:00
Makefile add phplint-problem-matcher 2020-02-13 21:57:48 +01:00
README.md change status badge to GitHub Actions 2020-02-06 22:17:24 +01:00
composer.json add phplint-problem-matcher 2020-02-13 21:57:48 +01:00
package-lock.json update to @nextcloud/eslint-config 2020-02-11 18:09:41 +01:00
package.json update to @nextcloud/eslint-config 2020-02-11 18:09:41 +01:00
phpcs.xml code style and lint errors 2019-05-25 08:15:05 +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 CHANGELOG.md for details about changes.

Bugs

Before reporting bugs:

👥 Maintainers

⚠️ Developer Info

Lint

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

Third-party apps

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