Skip to content

BlockSuite Editors

DocEditor

This editor preset is great at block-based rich text editng, with drag handle, slash menu, format toolbar and other built-in powerful widgets combined.

ts
import { DocEditor } from '@blocksuite/presets';

EdgelessEditor

This editor preset is great at whiteboard graphics editing capabilites. It combines canvas-based graphics rendering and DOM-based block tree editing together. This facilitates both creative graphic design and structured document editing, catering to a wide range of user needs and workflows.

ts
import { EdgelessEditor } from '@blocksuite/presets';