You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
838 B
Markdown

6 years ago
NotePost
========
6 years ago
6 years ago
A cloud-based notetaking app.
Features
--------
* Markdown support for simple formatting
* Color-coding and favoriting of notes
* Implements the [Nextcloud Notes API](https://github.com/nextcloud/notes/wiki/API-0.2), allowing integration with apps that support Nextcloud Notes (like [this one](https://github.com/stefan-niedermann/nextcloud-notes))
5 years ago
* Core notetaking functions work without JavaScript
6 years ago
Setup Tips
----------
6 years ago
* Run `composer install` (or `composer.phar install`) to install dependency libraries
* Run `git submodule init` and `git submodule update` to install several other dependencies
* Install the database using `database.mwb` or `database.sql`
* Copy `settings.template.php` to `settings.php` and customize
* You'll also need to setup [AccountHub](https://source.netsyms.com/Business/AccountHub)