Content
View differences
Updated by Hagen Mahnke 8 months ago
In the future we want to use BlockNote with Yjs instead of CKEditor everywhere so that we do not have to maintain code for usage with two different editors and for a consistent text editing experience for users.
In many cases it is possible to create and change text through the API and we should maintain these existing capabilities. That means we need to be able to accept text (markdown) on our API endpoints and use it to update the existing text. We will need to transform it into a Y.doc with the BlockNote JSON and merge it.
In many cases it is possible to create and change text through the API and we should maintain these existing capabilities. That means we need to be able to accept text (markdown) on our API endpoints and use it to update the existing text. We will need to transform it into a Y.doc with the BlockNote JSON and merge it.