HedgeDoc - Ideas grow better together
Find a file
Tilman Vatteroth 54ee492411 fix: suppress yjs double import warning
This warning should indicate that you mix cjs and mjs imports.
While this is a nice feature it has a weird side effect:
Jest triggers this check and floods the console every time a test imports yjs.
This happens between all test suites and every time you call jest.resetModules().
Nothing breaks here. Jest does what it should.
Therefore this commit suppresses this warning in test mode.

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-04-13 10:38:20 +02:00
.github chore(deps): update actions/checkout action to v3.5.1 2023-04-13 02:17:45 +00:00
.idea/copyright
.reuse
.yarn fix: suppress yjs double import warning 2023-04-13 10:38:20 +02:00
backend chore(deps): update node.js to 53741c7 2023-04-12 06:32:11 +00:00
commons chore(deps): update typescript-eslint monorepo to v5.58.0 2023-04-10 20:48:24 +02:00
dev-reverse-proxy
docker
docs chore(deps): update dependency pymdown-extensions to v9.11 2023-04-07 22:35:00 +02:00
frontend chore(deps): update dependency @codemirror/autocomplete to v6.5.0 2023-04-13 09:23:22 +02:00
LICENSES
.dockerignore
.env.example
.env.example.license
.gitattributes
.gitignore
.mailmap
.mailmap.license
.nvmrc
.nvmrc.license
.yarnrc.yml
AUTHORS
CODE_OF_CONDUCT.md
codecov.yml
CONTRIBUTING.md
eslint-local-rules.js
LICENSE
package.json fix: suppress yjs double import warning 2023-04-13 10:38:20 +02:00
package.json.license
README.md
renovate.json
renovate.json.license
SECURITY.md
turbo.json fix(turbo): ignore webpack cache 2023-03-31 12:38:47 +02:00
turbo.json.license
yarn.lock fix: suppress yjs double import warning 2023-04-13 10:38:20 +02:00
yarn.lock.license

HedgeDoc Logo

#HedgeDoc on matrix.org version POEditor Mastodon Twitter REUSE Compliance Check Nest.JS CI codecov

HedgeDoc lets you create real-time collaborative markdown notes.

Getting Started

State of the project

HedgeDoc 1.x is stable and used around the world, but the codebase has grown over time, making it hard to add new features.
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.
  • 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.
  • HedgeDoc 2 will be split in two components. The backend and the frontend. Both are present in this repository.

Development

Information for setting up a local development environment can be found in the developer documentation

HedgeDoc 2 UI Test

Curious about the new look and feel of HedgeDoc 2? We provide a demo of the new UI on hedgedoc.dev. This version uses mocked data and has no data persistence.

The UI test is hosted by netlify. Please check their privacy policy as well as ours.

Contributions

We welcome contributions!
Have a look at our contribution docs to find out how you can help. If you want to contribute to HedgeDoc 2, please join our development chat.

License

Licensed under AGPLv3. For our list of contributors, see AUTHORS.

The license does not include the HedgeDoc logo, whose terms of usage can be found in the github repository.