2021-11-25 10:21:12 +01: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.
|
|
|
|
-->
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
# Turtl for YunoHost
|
2020-03-29 13:33:57 +02:00
|
|
|
|
2023-01-26 18:21:29 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/turtl.svg)](https://dash.yunohost.org/appci/app/turtl) ![Working status](https://ci-apps.yunohost.org/ci/badges/turtl.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/turtl.maintain.svg)
|
2021-11-25 10:21:12 +01:00
|
|
|
[![Install Turtl with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=turtl)
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
> *This package allows you to install Turtl 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.*
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
## Overview
|
2017-08-11 12:10:13 +02:00
|
|
|
|
2021-11-25 14:21:02 +01:00
|
|
|
Turtl is a free online service that allows you to create, synchronize and find your notes, in an encrypted manner.
|
2017-08-11 12:10:13 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
### Features
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
- Different note types: text, bookmark, password, image, and file/document
|
|
|
|
- Client-side cryptography to keep all of your data safe
|
|
|
|
- Securely share with anyone without compromising the security of your data
|
|
|
|
- Sharing allows different permissions ranging from read-only to full ownership of shared content
|
|
|
|
- Find your notes easily. Turtl supports full-text search, filtering by tag (or lack of tag), and sort by create/edit date
|
|
|
|
- Attach photos, files, and documents to your notes. Files are stored securely just like the rest of your data.
|
|
|
|
- Browser extension makes bookmarking easy on desktop
|
|
|
|
- Share to Turtl on Android for easy bookmarking and file uploads
|
|
|
|
- Write notes in Markdown, an easy and natural way to format text
|
|
|
|
- TeX math expressions in notes for math people (surround them by $$ to use)
|
|
|
|
- Multiple translations (German, Spanish, French, and more)
|
|
|
|
- RTL text support for our Farsi/Hebrew/etc-speaking friends
|
|
|
|
- Export/import your entire profile for backup purposes or to move between servers
|
|
|
|
- Semi-offline mode (you only need to be connected to log in)
|
|
|
|
- A number of keyboard shortcuts for navigation the app without mouse (type ? in-app to see shortcuts)
|
|
|
|
- An open-source server allows you to host your own Turtl data
|
2017-08-11 14:34:22 +02:00
|
|
|
|
2017-07-28 12:35:26 +02:00
|
|
|
|
2023-01-26 18:21:29 +01:00
|
|
|
**Shipped version:** 1.0~ynh2
|
2017-08-11 14:34:22 +02:00
|
|
|
|
2021-11-25 10:21:12 +01:00
|
|
|
## Screenshots
|
|
|
|
|
2023-01-26 18:21:29 +01:00
|
|
|
![Screenshot of Turtl](./doc/screenshots/screenshot.png)
|
2021-11-25 10:21:12 +01:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2023-01-26 18:21:29 +01:00
|
|
|
* Official app website: <https://turtlapp.com>
|
|
|
|
* Official admin documentation: <https://turtlapp.com/docs/>
|
|
|
|
* Upstream app code repository: <https://github.com/turtl/server>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_turtl>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/turtl_ynh/issues>
|
2021-11-25 10:21:12 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/turtl_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2023-01-26 18:21:29 +01:00
|
|
|
|
|
|
|
``` bash
|
2021-11-25 10:21:12 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/turtl_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade turtl -u https://github.com/YunoHost-Apps/turtl_ynh/tree/testing --debug
|
|
|
|
```
|
|
|
|
|
2023-01-26 18:21:29 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|