mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# Quick notes
|
|
|
|
The Quick notes application, is an application to take quick notes -Forgive the
|
|
redundancy :sweat_smile:- on small cards, organizedby colors and tags. It allows
|
|
a basic rich text as **Bold**, *italic*, and numbered or bullet list to improve
|
|
the notes. Also it allows attaching files, and the notes can be shared as
|
|
read-only to other users.
|
|
|
|

|
|
|
|
## :rocket: Installation
|
|
|
|
Quick notes is available in the Nextcloud App Store and can be installed
|
|
directly from your Nextcloud installation looking in the category Office.
|
|
|
|
Nextcloud will notify you about possible updates. Please have a look at
|
|
CHANGELOG.md for details about changes.
|
|
|
|
## :exclamation: Bugs
|
|
|
|
Before reporting bugs:
|
|
|
|
* Get the newest version of the Quick notes app
|
|
* Please consider also installing the [latest development version](https://github.com/matiasdelellis/quicknotes.git)
|
|
* [Check if they have already been reported](https://github.com/matiasdelellis/quicknotes/issues)
|
|
|
|
## Building the app
|
|
|
|
1. Clone this into your `apps` folder of your Nextcloud: `git clone https://github.com/matiasdelellis/quicknotes.git`
|
|
2. In a terminal, just run the command `make` to install the dependencies and build the aplication.
|
|
3. Enable the app through the app management of your Nextcloud. |