mirror of
https://github.com/YunoHost-Apps/encryptic_ynh.git
synced 2024-09-03 18:26:30 +02:00
Add templates
This commit is contained in:
parent
f922ed22f9
commit
3c1326d374
3 changed files with 21 additions and 2 deletions
12
doc/DESCRIPTION.md
Normal file
12
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
Encryptic (fork of Laverna) is an anonymous system, encrypted and without registration required, it is accessible via a web browser (without software installation).
|
||||
The data is private because it is stored by default on your machine (InnoDB and localstorage), it is a setting in the settings that will allow you to synchronize it via the cloud on your various devices.
|
||||
|
||||
### Features
|
||||
|
||||
- Markdown editor based on Pagedown
|
||||
- Synchronization with cloud storage via Dropbox or RemoteStorage
|
||||
- Multiple editing modes: normal, preview, and distraction free
|
||||
- Offline access to your notes
|
||||
- WYSIWYG control buttons
|
||||
- Syntax highlighting, MathJax support
|
||||
- Robust keyboard shortcuts
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
@ -3,11 +3,18 @@
|
|||
"id": "encryptic",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Open-source note-taking application heavily focused on encryption.",
|
||||
"fr": "Application de prise de notes open source axée sur le chiffrement."
|
||||
"en": "Open-source note-taking application heavily focused on encryption",
|
||||
"fr": "Application de prise de notes open source axée sur le chiffrement"
|
||||
},
|
||||
"version": "0.1.0~ynh3",
|
||||
"url": "https://www.encryptic.org/",
|
||||
"upstream": {
|
||||
"license": "MPL-2.0",
|
||||
"website": "https://www.encryptic.org/",
|
||||
"demo": "https://app.encryptic.org/",
|
||||
"admindoc": "https://github.com/encryptic-team/encryptic/wiki",
|
||||
"code": "https://github.com/encryptic-team/encryptic"
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"maintainer": {
|
||||
"name": "eric_G",
|
||||
|
|
Loading…
Reference in a new issue