mirror of
https://github.com/YunoHost-Apps/chtickynotes_ynh.git
synced 2024-09-03 18:15:57 +02:00
Fix
This commit is contained in:
parent
93d233e744
commit
6c7100ea57
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
## Overview
|
||||
ChtickyNotes core is based on [Post It All!](https://github.com/txusko/PostItAll).
|
||||
ChtickyNotes is a "simple post-it" application. Its main features are:
|
||||
ChtickyNotes is a "simple post-it" based on [Post It All!](https://github.com/txusko/PostItAll).
|
||||
|
||||
##Features:
|
||||
- notes movable and resizable
|
||||
- edit note by just typing on it (or CTRL-V to paste chunks of HTML)
|
||||
- menu on each note to change its color, and so on
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
## Overview
|
||||
Le noyau de ChtickyNotes est basé sur [Post It All!](Https://github.com/txusko/PostItAll).
|
||||
ChtickyNotes est une application "post-it". Ses principales caractéristiques sont :
|
||||
ChtickyNotes est une application "post-it" basé sur [Post It All!](Https://github.com/txusko/PostItAll).
|
||||
|
||||
|
||||
## Features:
|
||||
- notes mobiles et redimensionnables
|
||||
- éditer la note en tapant simplement dessus (ou CTRL-V pour coller du code HTML)
|
||||
- menu sur chaque note pour changer sa couleur...
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue