2023-05-19 11:46:32 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-11-05 23:13:31 +01:00
# Encryptic pour YunoHost
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/encryptic.svg )](https://dash.yunohost.org/appci/app/encryptic) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/encryptic.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/encryptic.maintain.svg )
2020-12-26 09:40:10 +01:00
[![Installer Encryptic avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=encryptic)
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
*[Read this readme in english.](./README.md)*
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
> *Ce package vous permet d’ installer Encryptic rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
## Vue d’ ensemble
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
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.
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
### Features
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
- 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
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
**Version incluse :** 0.1.0~ynh3
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
**Démo :** https://app.encryptic.org/
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
## Captures d’ écran
![Capture d’ écran de Encryptic ](./doc/screenshots/encryptic.png )
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
## :red_circle: Fonctions indésirables
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
## Documentations et ressources
2020-11-05 22:30:55 +01:00
2023-05-19 11:46:32 +02:00
* Site officiel de l’ app : < https: // www . encryptic . org />
* Documentation officielle de l’ admin : < https: // github . com / encryptic-team / encryptic / wiki >
* Dépôt de code officiel de l’ app : < https: // github . com / encryptic-team / encryptic >
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_encryptic >
* Signaler un bug : < https: // github . com / YunoHost-Apps / encryptic_ynh / issues >
2020-11-05 22:30:55 +01:00
## Informations pour les développeurs
2020-11-05 22:42:06 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing ).
2020-11-05 22:30:55 +01:00
Pour essayer la branche testing, procédez comme suit.
2023-05-19 11:46:32 +02:00
``` bash
2020-11-05 22:42:06 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
2020-12-04 11:47:49 +01:00
ou
2020-11-05 22:42:06 +01:00
sudo yunohost app upgrade encryptic -u https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
2020-11-05 22:30:55 +01:00
```
2021-08-30 14:03:50 +02:00
2023-05-19 11:46:32 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >