Open
Description
In the RichText fields (e.g. the middle column in StoryBoard, Notes...) it should also be possible to add links.
For that we need to:
- Enable links in the api html sanitizer https://github.com/ecamp/ecamp3/blob/devel/api/src/InputFilter/CleanHTMLFilter.php, and also extend the tests
- Enable the links in the tiptap editor in the frontend with an additional plugin
- Render the links in the print layout 1 (nuxt print)
- Render the links in the print layout 2 (pdf)
- Add some links to the testdata camps which are used in the e2e tests
This can also be done in multiple PR's and by multiple people, but they will have to coordinate their work.