Conversation
6f997d9 to
f5a25bf
Compare
baa9f94 to
9f1b60b
Compare
3000091 to
c25f19d
Compare
1043f0b to
2c0f5ae
Compare
Exposes the editor in `web-pkg` separately under `web-pkg/editor` to ensure proper chunking and to better decouple it from the rest of the package.
Converts `web-pkg` to dynamic imports when importing it for the module federation. This ensures that it doesn't get loaded with the initial batch of chunks, resulting in a faster initial DOM load.
JammingBen
reviewed
Apr 30, 2026
Member
JammingBen
left a comment
There was a problem hiding this comment.
One more thing for a follow-up issue: translations of toolbar and slash menu currently don't work.
765fcf4 to
15f0608
Compare
64376b4 to
1930ab0
Compare
1930ab0 to
a2b2ab0
Compare
234793c to
521d3cc
Compare
openclouders
pushed a commit
that referenced
this pull request
Apr 30, 2026
* feat: add tiptap based editor to web-pkg --------- Co-authored-by: Jannik Stehle <j.stehle@opencloud.eu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues link
Fixes #2426
Types of changes