75 lines
2.1 KiB
Markdown
75 lines
2.1 KiB
Markdown
# Hedgedoc
|
|
|
|
Hedgedoc ist quasi wie ein Etherpad nur mit deutlich mehr Funktionen. Es gibt eine Ansicht die das bereits formatierte Markdown darstellt
|
|
und vereinfacht damit das lernen und korrekte formatieren von Markdown. Weiterhin gibt es viele Erweiterungen um z.B. Diagramme oder
|
|
mathematische Formeln darzustellen oder das Dokument als Präsentation zu öffnen.
|
|
Das integrierte Usermanagement zeigt alle Pads eines Users an und kann sogar per SSO angebunden werden.
|
|
|
|
|
|
## Allgemeine Informationen
|
|
|
|
* Website:
|
|
* Demo:
|
|
* [Hersteller](https://hedgedoc.org/demo/)
|
|
* [local-it](hedgedoc.demo.local-it.cloud) demo : demo
|
|
* Source Code: [hier](https://github.com/hedgedoc/hedgedoc)
|
|
* Dokumentation: [hier](https://docs.hedgedoc.org/)
|
|
* Lizenz: AGPL 3.0
|
|
* Programmiersprache (Framework): Typescript
|
|
* Geschäftsmodell: community foss
|
|
|
|
### Kernfunktionen (Spezialisierung der Plattform)
|
|
* Kollaborative Markdown Editor
|
|
|
|
### Erweiterte Funktionen (nicht spezialisiert darauf)
|
|
* Presentation
|
|
* File upload
|
|
* MathJax
|
|
* Plantuml
|
|
* ...
|
|
* Revisionen
|
|
* Einbdindung von div
|
|
|
|
|
|
## Technisch
|
|
|
|
### Installation
|
|
|
|
* coop-cloud recipe: [ja](https://git.coopcloud.tech/coop-cloud/hedgedoc)
|
|
* Docker: [image](), [Dockerfile](), https://docs.hedgedoc.org/setup/docker/
|
|
* Docker-Compose: [hier](https://git.coopcloud.tech/coop-cloud/hedgedoc/src/branch/main/compose.yml)
|
|
* Healthcheck: ✅
|
|
* Secrets: ✅
|
|
|
|
* Konfiguration via: env
|
|
* API-Dokumentation: [hier](https://docs.hedgedoc.org/dev/api/)
|
|
* Abhängigkeiten:
|
|
* App: Node
|
|
* DB: Postgres
|
|
* SMTP optional
|
|
* Installationshinweise: (
|
|
|
|
### Authentifizierung & SSO
|
|
|
|
sso, saml, ldap
|
|
|
|
|
|
### Entwicklung
|
|
|
|
* Maintainership: https://hedgedoc.org/team/, David Mehre, Dortmund
|
|
* Contributors: 158
|
|
* Letzte Änderung: 04.07.2022
|
|
* Letzter Release / Zyklus: [1.9.3](https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.3) 10.04.2022
|
|
* Erweiterbarkeit: ?
|
|
* Geplante Entwicklung / Roadmap: v2 als rewrite mit aufteilung in backend frontend geplant
|
|
|
|
Überprüft am: 05.07.22
|
|
|
|
### sonstiges
|
|
|
|
## Notizen
|
|
|
|
grade im kompletten rewrite wird in backend <> frontend aufgeteilt
|
|
|
|
|
|
Version 1.2 28.06.2022
|