Skip to content

dmccubbing/notes

 
 

Repository files navigation

Notes

build state Scrutinizer Code Quality

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 Nextcloud Notes

For further developer and user documentation please visit the wiki

👥 Maintainers

🔗 Requirements

Minimum PHP Version

  • PHP >= 5.4

Minimum Nextcloud / ownCloud Version

  • Nextcloud >= 9.0
  • ownCloud >= 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 are accepted though)

❗ Bugs

Before reporting bugs:

⚠️ Git (development version)

Installation

  • Clone the Notes app into the /var/www/nextcloud/apps/ directory

    git clone https://github.com/nextcloud/notes.git

  • Activate the Notes app in the apps menu

Keep up to date

To update the Notes app use::

cd /var/www/nextcloud/apps/notes
git pull --rebase origin master

About

📔 Simple Notes app for Nextcloud

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.0%
  • JavaScript 42.7%
  • CSS 3.5%
  • Makefile 2.8%