https://github.com/owncloud/notes
:notebook_with_decorative_cover: Notes app for ownCloud
https://github.com/owncloud/notes
owncloud-app
Last synced: 12 months ago
JSON representation
:notebook_with_decorative_cover: Notes app for ownCloud
- Host: GitHub
- URL: https://github.com/owncloud/notes
- Owner: owncloud
- License: agpl-3.0
- Created: 2013-03-18T22:56:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T07:29:05.000Z (about 1 year ago)
- Last Synced: 2025-06-27T21:13:47.182Z (12 months ago)
- Topics: owncloud-app
- Language: Starlark
- Homepage:
- Size: 16 MB
- Stars: 197
- Watchers: 70
- Forks: 48
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Notes
[](https://drone.owncloud.com/owncloud/notes)
[](https://sonarcloud.io/dashboard?id=owncloud_notes)
[](https://sonarcloud.io/dashboard?id=owncloud_notes)
[](https://sonarcloud.io/dashboard?id=owncloud_notes)
The Notes app is a distraction free notes taking app. It offers a [RESTful API](https://github.com/owncloud/notes/wiki/API-0.2) for app developers. The source code is [available on GitHub](https://github.com/owncloud/notes)

For further developer and user documentation please visit [the wiki](https://github.com/owncloud/notes/wiki)
## Maintainers
- [Hendrik Leppelsack](https://github.com/Henni)
- [Lukas Reschke](https://github.com/LukasReschke)
## Requirements
##### Minimum PHP Version
* PHP >= 5.4
##### Minimum ownCloud Version
* >= 8.1
##### Supported Webservers
* Apache
##### Supported Browsers
* latest 3 versions of Chrome, Firefox and Edge
* we *do not* officially support Internet Explorer and Safari (Patches accepted though)
## Bugs
Before reporting bugs:
* check the requirements above
* get the newest version of the Notes app
* [check if they have already been reported](https://github.com/owncloud/notes/issues?state=open)
## Git (development version)
#### Installation
* Clone the **Notes** app into the **/var/www/owncloud/apps/** directory
```git clone https://github.com/owncloud/notes.git```
* Activate the **Notes** app in the apps menu
#### Keep up to date
To update the Notes app use::
cd /var/www/owncloud/apps/notes
git pull --rebase origin master