owncloud / notes

:notebook_with_decorative_cover: Notes app for ownCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Build Status Quality Gate Status Security Rating Coverage

The Notes app is a distraction free notes taking app. It offers a RESTful API for app developers. The source code is available on GitHub

Screenshot of ownCloud Notes

For further developer and user documentation please visit the wiki

Maintainers

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:

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

About

:notebook_with_decorative_cover: Notes app for ownCloud

License:GNU Affero General Public License v3.0


Languages

Language:Starlark 38.4%Language:JavaScript 28.4%Language:PHP 27.1%Language:Makefile 4.1%Language:CSS 1.9%Language:Hack 0.1%