TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.9k stars 384 forks source link

architecture: make it possible to manipulate blocks before view is instantiated #833

Open YousefED opened 3 weeks ago

YousefED commented 3 weeks ago

At this moment, we can't call functions like updateBlock replaceBlocks etc (see https://www.blocknotejs.org/docs/editor-api/manipulating-blocks) before the view is set up

See issues:

closes https://github.com/TypeCellOS/BlockNote/issues/810 closes https://github.com/TypeCellOS/BlockNote/issues/633 closes https://github.com/TypeCellOS/BlockNote/issues/439

TheMikeyRoss commented 1 week ago

Hi @YousefED any update on this one? do you need help with someting?