63e53e696e | ||
---|---|---|
.github | ||
.phan | ||
.tx | ||
appinfo | ||
css | ||
img | ||
l10n | ||
lib | ||
src | ||
templates | ||
tests | ||
.babelrc.js | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.scrutinizer.yml | ||
.stylelintrc.js | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
composer.json | ||
package-lock.json | ||
package.json | ||
phpcs.xml | ||
phpunit.integration.xml | ||
phpunit.xml | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
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.
🚀 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:
- get the newest version of the Notes app
- please consider also installing the latest development version
- check if they have already been reported
👥 Maintainers
⚠️ Developer Info
Building the app
- Clone this into your
apps
folder of your Nextcloud - In a terminal, run the command
make dev-setup
to install the dependencies - Then to build the Javascript run
make build-js
ormake watch-js
to rebuild it when you make changes - 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.