2021-06-21 11:14:57 +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-22 16:49:21 +01:00
# CodiMD for YunoHost
2018-11-21 16:11:09 +01:00
2023-04-27 18:37:24 +02:00
[![Integration level ](https://dash.yunohost.org/integration/codimd.svg )](https://dash.yunohost.org/appci/app/codimd) ![Working status ](https://ci-apps.yunohost.org/ci/badges/codimd.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/codimd.maintain.svg )
2020-12-19 13:50:12 +01:00
[![Install CodiMD with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=codimd)
2020-05-21 12:49:24 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-06-21 11:14:57 +02:00
> *This package allows you to install CodiMD 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-05-21 12:49:24 +02:00
## Overview
2019-11-28 18:06:39 +01:00
2021-09-04 11:37:46 +02:00
CodiMD is the free software version of HackMD, developed and opened source by the HackMD team with reduced features (without book mode), you can use CodiMD for your community and own all your data. [(See the origin of the name CodiMD.) ](https://github.com/hackmdio/codimd/issues/720 )
CodiMD is perfect for open communities, while HackMD emphasizes on permission and access controls for commercial use cases.
2018-11-21 16:11:09 +01:00
2023-12-26 14:41:20 +01:00
**Shipped version:** 2.5.0~ynh1
2018-11-21 16:11:09 +01:00
2021-06-21 11:14:57 +02:00
## Screenshots
2020-05-21 12:49:24 +02:00
2022-05-28 00:16:41 +02:00
![Screenshot of CodiMD ](./doc/screenshots/screenshot.png )
2020-05-21 12:49:24 +02:00
2021-06-21 11:14:57 +02:00
## Documentation and resources
2020-05-21 12:49:24 +02:00
2022-05-28 00:16:41 +02:00
* Official app website: < https: // hackmd . io />
* Official user documentation: < https: // hackmd . io / c / codimd-documentation /% 2Fs % 2Fcodimd-documentation # User-Guides >
* Official admin documentation: < https: // hackmd . io / c / codimd-documentation /% 2Fs % 2Fcodimd-documentation # Administration-Guides >
* Upstream app code repository: < https: // github . com / hackmdio / codimd >
2023-10-31 15:01:34 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / codimd >
2022-05-28 00:16:41 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / codimd_ynh / issues >
2018-11-21 16:11:09 +01:00
2020-10-12 22:05:07 +02:00
## Developer info
2020-05-06 11:05:04 +02:00
2020-06-13 16:12:37 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/codimd_ynh/tree/testing ).
2018-11-21 16:11:09 +01:00
2020-05-21 12:49:24 +02:00
To try the testing branch, please proceed like that.
2022-05-28 00:16:41 +02:00
``` bash
2020-05-21 12:49:24 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
or
sudo yunohost app upgrade codimd -u https://github.com/YunoHost-Apps/codimd_ynh/tree/testing --debug
```
2021-06-21 11:14:57 +02:00
2022-05-28 00:16:41 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >