mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
1fa368fa5f
Signed-off-by: David Mehren <git@herrmehren.de>
85 lines
3.5 KiB
Markdown
85 lines
3.5 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
|
|
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
-->
|
|
|
|
HedgeDoc 2
|
|
===
|
|
|
|
[![#HedgeDoc on matrix.org][matrix.org-image]][matrix.org-url]
|
|
[![version][github-version-badge]][github-release-page]
|
|
[![POEditor][poeditor-image]][poeditor-url]
|
|
[![Mastodon][social-mastodon-image]][social-mastodon]
|
|
![REUSE Compliance Check][reuse-workflow-badge]
|
|
![Nest.JS CI][nestjs-workflow-badge]
|
|
[![codecov][codecov-badge]][codecov-url]
|
|
|
|
HedgeDoc lets you create real-time collaborative markdown notes. Have a look at [our website](https://hedgedoc.org) for
|
|
more details.
|
|
|
|
**Important:** We are currently working on HedgeDoc 2, a complete rewrite of HedgeDoc. Please note the following:
|
|
|
|
- This branch contains the latest development code and does not implement all features yet. If you are looking for the
|
|
1.x source code, have a look at the `master` branch.
|
|
- HedgeDoc 2 will be split in two components: the backend (this repo) and the frontend in
|
|
the [react-client repo](https://github.com/hedgedoc/react-client).
|
|
- The 1.x release is maintenance-only. We do not accept feature requests or PRs for this release anymore and may choose
|
|
to close non-critical bug reports, if the bug will be non-existent in 2.0.
|
|
|
|
## Community and Contributions
|
|
|
|
We welcome contributions!
|
|
Have a look at our [contribution docs](CONTRIBUTING.md) to find out how you can help. If you want to contribute to
|
|
HedgeDoc 2, please join our [development chat][matrix.org-dev-url].
|
|
|
|
To stay up to date with our work or get support it's recommended to join our
|
|
[Matrix channel][matrix.org-url], stop by our [community forums][hedgedoc-community]
|
|
or subscribe to the [release feed][github-release-feed]. We also engage in
|
|
regular [community calls][hedgedoc-community-calls] ([RSS](https://community.codimd.org/t/codimd-community-call/19.rss))
|
|
which you are very welcome to join.
|
|
|
|
# License
|
|
|
|
Licensed under AGPLv3. For our list of contributors, see [AUTHORS](AUTHORS).
|
|
|
|
The license does not include the HedgeDoc logo, whose terms of usage can be found in
|
|
the [github repository](https://github.com/hedgedoc/hedgedoc-logo).
|
|
|
|
[matrix.org-image]: https://img.shields.io/matrix/hedgedoc:matrix.org?logo=matrix&server_fqdn=matrix.org
|
|
|
|
[matrix.org-url]: https://chat.hedgedoc.org
|
|
|
|
[matrix.org-dev-url]: https://chat.hedgedoc.org/dev
|
|
|
|
[github-version-badge]: https://img.shields.io/github/release/hedgedoc/hedgedoc.svg
|
|
|
|
[github-release-page]: https://github.com/hedgedoc/hedgedoc/releases
|
|
|
|
[github-release-feed]: https://github.com/hedgedoc/hedgedoc/releases.atom
|
|
|
|
[github-issue-tracker]: https://github.com/hedgedoc/hedgedoc/issues/
|
|
|
|
[poeditor-image]: https://img.shields.io/badge/POEditor-translate-blue.svg
|
|
|
|
[poeditor-url]: https://poeditor.com/join/project/1OpGjF2Jir
|
|
|
|
[hedgedoc-demo]: https://demo.hedgedoc.org
|
|
|
|
[hedgedoc-demo-features]: https://demo.hedgedoc.org/features
|
|
|
|
[hedgedoc-community]: https://community.hedgedoc.org
|
|
|
|
[hedgedoc-community-calls]: https://community.hedgedoc.org/t/codimd-community-call/19
|
|
|
|
[social-mastodon]: https://social.hedgedoc.org/mastodon
|
|
|
|
[social-mastodon-image]: https://img.shields.io/mastodon/follow/49593?domain=https%3A%2F%2Fsocial.snopyta.org&style=social
|
|
|
|
[reuse-workflow-badge]: https://github.com/hedgedoc/hedgedoc/workflows/REUSE%20Compliance%20Check/badge.svg
|
|
|
|
[nestjs-workflow-badge]: https://github.com/hedgedoc/hedgedoc/workflows/Nest.JS%20CI/badge.svg
|
|
|
|
[codecov-badge]: https://codecov.io/gh/hedgedoc/hedgedoc/branch/develop/graph/badge.svg?token=pdaRF4qjNQ
|
|
|
|
[codecov-url]: https://codecov.io/gh/hedgedoc/hedgedoc
|