macedigital / notes

:notebook_with_decorative_cover: Simple Notes app for Nextcloud

Home Page:https://apps.nextcloud.com/apps/notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

The Notes app is a distraction free notes taking app. It 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 and iOS which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization.

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

:notebook_with_decorative_cover: Simple Notes app for Nextcloud

https://apps.nextcloud.com/apps/notes

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 48.7%Language:PHP 45.6%Language:CSS 3.5%Language:Makefile 2.2%