-
-
Notifications
You must be signed in to change notification settings - Fork 595
refactor: editor monolith #1911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
nperez0111
commented
Aug 4, 2025
- refactor: split out managers from the editor instance
- refactor: split out collaboration & extensions to their own manager
- refactor: move location
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not yet there, but will be the basis for the location api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@@ -303,9 +303,11 @@ export class BlockNoteTipTapEditor extends TiptapEditor { | |||
if (!element) { | |||
this.destroy(); | |||
this.isInitialized = false; | |||
this.emit("unmount", { editor: this }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this smth relevant to splitting up the editor, or just a small fix that was added by the way?