2022-05-31 00:12:23 +02:00
<!--
2024-03-29 07:02:13 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-05-31 00:12:23 +02:00
-->
2021-12-05 09:05:11 +01:00
# Excalidraw pour YunoHost
2023-03-03 19:09:07 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/excalidraw.svg )](https://dash.yunohost.org/appci/app/excalidraw) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/excalidraw.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/excalidraw.maintain.svg )
2021-12-05 09:05:11 +01:00
[![Installer Excalidraw avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=excalidraw)
2024-03-29 07:02:13 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
> *Ce package vous permet d’ installer Excalidraw rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-12-05 09:05:11 +01:00
2023-03-03 19:09:07 +01:00
## Vue d’ ensemble
2021-12-05 09:05:11 +01:00
2021-12-05 09:10:13 +01:00
Excalidraw est un outil de tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes qui ont l'impression d'être dessinés à la main.
2021-12-05 09:05:11 +01:00
2022-03-19 19:08:38 +01:00
2024-05-13 21:07:03 +02:00
**Version incluse :** 0.17.3~ynh2
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
**Démo :** < https: / / excalidraw . com >
2021-12-05 09:05:11 +01:00
2023-03-03 19:09:07 +01:00
## Captures d’ écran
2021-12-05 09:05:11 +01:00
2023-03-03 19:35:08 +01:00
![Capture d’ écran de Excalidraw ](./doc/screenshots/screenshot.png )
2021-12-05 09:05:11 +01:00
2021-12-05 09:05:16 +01:00
## Documentations et ressources
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
- Site officiel de l’ app : < https: // excalidraw . com >
- Dépôt de code officiel de l’ app : < https: // github . com / excalidraw / excalidraw >
- YunoHost Store : < https: // apps . yunohost . org / app / excalidraw >
- Signaler un bug : < https: // github . com / YunoHost-Apps / excalidraw_ynh / issues >
2021-12-05 09:05:11 +01:00
## Informations pour les développeurs
2024-03-29 07:02:13 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing ).
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-05-31 00:12:23 +02:00
2024-03-29 07:02:13 +01:00
```bash
2021-12-05 09:05:11 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing --debug
ou
sudo yunohost app upgrade excalidraw -u https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing --debug
```
2021-12-05 09:05:16 +01:00
2024-03-29 07:02:13 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >