https://github.com/yunohost-apps/encryptic_ynh
Encryptic package for YunoHost
https://github.com/yunohost-apps/encryptic_ynh
encryptic laverna yunohost yunohost-apps
Last synced: 5 months ago
JSON representation
Encryptic package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/encryptic_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Archived: true
- Created: 2020-11-05T21:29:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T09:54:40.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:23:40.604Z (7 months ago)
- Topics: encryptic, laverna, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://encryptic.org/
- Size: 173 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encryptic for YunoHost
[](https://dash.yunohost.org/appci/app/encryptic)  
[](https://install-app.yunohost.org/?app=encryptic)
*[Lire ce readme en français.](./README_fr.md)*
> *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.*## Overview
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**Shipped version:** 0.1.0~ynh4
**Demo:** https://app.encryptic.org/
## Screenshots

## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
## Documentation and resources
* Official app website:
* Official admin documentation:
* Upstream app code repository:
* YunoHost Store:
* Report a bug:## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
or
sudo yunohost app upgrade encryptic -u https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
```**More info regarding app packaging:**