2021-02-04 15:50:38 -05:00
|
|
|
|
# Welcome to the HedgeDoc 2 Documentation
|
2021-01-04 07:07:44 -05:00
|
|
|
|
|
2023-07-05 20:45:32 -04:00
|
|
|
|
<!-- markdownlint-disable no-inline-html line-length -->
|
2023-07-02 16:31:04 -04:00
|
|
|
|
<img alt="HedgeDoc Logo" title="HedgeDoc Logo" width="398" height="100" class="light-mode-only" src="images/hedgedoc_logo_black.svg">
|
|
|
|
|
<img alt="HedgeDoc Logo" title="HedgeDoc Logo" width="398" height="100" class="dark-mode-only" src="images/hedgedoc_logo_white.svg">
|
2023-07-05 20:45:32 -04:00
|
|
|
|
<!-- markdownlint-enable no-inline-html line-length -->
|
2021-01-04 07:07:44 -05:00
|
|
|
|
|
2023-07-02 16:31:04 -04:00
|
|
|
|
!!! danger "🚧⚠️🚧 **HedgeDoc 2.0 is still in development!**"
|
|
|
|
|
You are probably looking for the 1.x docs.
|
|
|
|
|
<!-- markdownlint-disable proper-names -->
|
|
|
|
|
Find them in the `master` branch and on [docs.hedgedoc.org](https://docs.hedgedoc.org).
|
|
|
|
|
<!-- markdownlint-enable proper-names -->
|
|
|
|
|
|
|
|
|
|
Welcome to the documentation for HedgeDoc, a collaborative online markdown editor,
|
|
|
|
|
that you can host yourself.
|
|
|
|
|
|
|
|
|
|
## Quick start
|
|
|
|
|
|
2023-07-08 09:39:12 -04:00
|
|
|
|
<!-- markdownlint-disable proper-names -->
|
2023-07-02 16:31:04 -04:00
|
|
|
|
<!-- TODO: HedgeDoc Tour Video https://github.com/hedgedoc/hedgedoc/issues/4828 -->
|
2023-07-08 09:39:12 -04:00
|
|
|
|
<!-- markdownlint-enable proper-names -->
|
2023-07-02 16:31:04 -04:00
|
|
|
|
- 🦔 New to HedgeDoc? Take the [HedgeDoc tour][hedgedoc-tour]
|
|
|
|
|
- 🚀 Want your own instance? [Install HedgeDoc yourself][install-guide]
|
|
|
|
|
- 🛠️ Want to change something about HedgeDoc? Read the [Configuration reference][config-reference]
|
|
|
|
|
|
|
|
|
|
## Getting help
|
|
|
|
|
|
|
|
|
|
Having trouble? We’d like to help!
|
|
|
|
|
|
|
|
|
|
- ❓ Take a look into the [FAQ][faq] – there are answers to many common questions.
|
|
|
|
|
- 🌐 Still any questions? Ask them at our [community forum][community-forum].
|
|
|
|
|
- 💬 Talk to us on our [matrix chat][chat].
|
|
|
|
|
- 🐛 Report bugs in our [issue tracker][issue-tracker].
|
|
|
|
|
|
|
|
|
|
## How the documentation is organized
|
|
|
|
|
|
|
|
|
|
To make it easy for you to find the relevant documentation articles, we organized our docs by the
|
|
|
|
|
following categories:
|
|
|
|
|
|
|
|
|
|
- **[Tutorials][tutorials]** are detailed step-by-step instructions. Start here if you're new to
|
|
|
|
|
HedgeDoc, want to create your first presentation or want to build a simple API application.
|
|
|
|
|
- **[How-to guides][how-to]** target the more advanced users and guide them through a variety of
|
|
|
|
|
topics, addressing non-trivial use-cases. They are more advanced than tutorials and assume some
|
|
|
|
|
knowledge of HedgeDoc.
|
|
|
|
|
- **[Core concepts][core-concepts]** explain the internal structure of HedgeDoc by providing
|
|
|
|
|
background information and explanations. They are especially useful for contributing to HedgeDoc.
|
|
|
|
|
- **[References][references]** are details to lookup in a non-guided way. These include for example
|
|
|
|
|
configuration options or API methods.
|
|
|
|
|
|
|
|
|
|
## Participate in the HedgeDoc project
|
|
|
|
|
|
|
|
|
|
There are different ways how you can participate in the HedgeDoc project:
|
|
|
|
|
|
|
|
|
|
- Help others or share your experiences and tips in the [community forum][community-forum].
|
|
|
|
|
- Improve the translation HegdeDoc of HedgeDoc into your language at our [weblate][weblate].
|
|
|
|
|
- Report bugs, feature requests or enhancement ideas in our [issue tracker][issue-tracker].
|
|
|
|
|
- Read the [getting started how-to for developers][how-to-dev] to start implementing
|
|
|
|
|
your own features.
|
|
|
|
|
|
2023-10-08 12:36:59 -04:00
|
|
|
|
[![Deployed using netlify](https://www.netlify.com/img/global/badges/netlify-color-accent.svg)
|
|
|
|
|
](https://www.netlify.com)
|
|
|
|
|
|
2023-07-02 16:31:04 -04:00
|
|
|
|
[hedgedoc-tour]: https://tour.hedgedoc.org
|
2023-09-10 13:58:30 -04:00
|
|
|
|
[install-guide]: tutorials/setup.md
|
|
|
|
|
[config-reference]: references/config/index.md
|
2023-07-02 16:31:04 -04:00
|
|
|
|
|
2023-09-10 13:58:30 -04:00
|
|
|
|
[faq]: faq/index.md
|
2023-07-02 16:31:04 -04:00
|
|
|
|
[community-forum]: https://community.hedgedoc.org/
|
|
|
|
|
[chat]: https://chat.hedgedoc.org
|
|
|
|
|
[issue-tracker]: https://github.com/hedgedoc/hedgedoc/issues/new/choose
|
2021-01-04 07:07:44 -05:00
|
|
|
|
|
2023-09-10 13:58:30 -04:00
|
|
|
|
[tutorials]: tutorials/index.md
|
|
|
|
|
[how-to]: how-to/index.md
|
|
|
|
|
[core-concepts]: concepts/index.md
|
|
|
|
|
[references]: references/index.md
|
2021-01-04 07:07:44 -05:00
|
|
|
|
|
2023-07-02 16:31:04 -04:00
|
|
|
|
[weblate]: https://translate.hedgedoc.org
|
2023-09-10 13:58:30 -04:00
|
|
|
|
[how-to-dev]: how-to/develop/setup.md
|