Skip to content

zqran/block-suite-simple-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockSuite Simple Editor

BlockSuite Doc

Basic Demo

import { SimpleAffineEditor } from '@blocksuite/editor'
import '@blocksuite/editor/themes/affine.css'

const editor = new SimpleAffineEditor()
document.body.appendChild(editor)

Install

Since BlockSuite is under heavy development, we recommend you to use the latest nightly version. Or, the stable version you are using

pnpm i \
  @blocksuite/store@nightly \
  @blocksuite/blocks@nightly \
  @blocksuite/editor@nightly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published