1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/encryptic_ynh.git synced 2024-09-03 18:26:30 +02:00
encryptic_ynh/README.md

59 lines
2.5 KiB
Markdown
Raw Normal View History

2021-08-30 14:03:50 +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 22:30:55 +01:00
# Encryptic for YunoHost
2020-11-05 22:42:06 +01:00
[![Integration level](https://dash.yunohost.org/integration/encryptic.svg)](https://dash.yunohost.org/appci/app/encryptic) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.maintain.svg)
2020-12-17 21:12:08 +01:00
[![Install Encryptic with 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
2020-11-05 23:22:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
> *This package allows you to install Encryptic quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2020-11-05 22:30:55 +01:00
## Overview
2021-08-30 14:03:50 +02:00
2020-11-05 23:43:11 +01:00
Encryptic (fork of Laverna) is an anonymous system, encrypted and without registration required, it is accessible via a web browser (without software installation).
2020-11-05 22:30:55 +01:00
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.
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
**Shipped version:** 0.1.0~ynh3
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
**Demo:** https://app.encryptic.org/
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
## Screenshots
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
![](./doc/screenshots/encryptic.png)
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
## Documentation and resources
2020-11-05 22:30:55 +01:00
2021-08-30 14:03:50 +02:00
* Official app website: https://www.encryptic.org/
* Official admin documentation: https://github.com/encryptic-team/encryptic/wiki
* Upstream app code repository: https://github.com/encryptic-team/encryptic
* YunoHost documentation for this app: https://yunohost.org/app_encryptic
* Report a bug: https://github.com/YunoHost-Apps/encryptic_ynh/issues
2020-11-05 22:30:55 +01:00
## Developer info
2020-11-05 22:42:06 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing).
2020-11-05 22:30:55 +01:00
To try the testing branch, please proceed like that.
```
2020-11-05 22:42:06 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
2020-11-05 22:30:55 +01:00
or
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
**More info regarding app packaging:** https://yunohost.org/packaging_apps