Published
Edited
Feb 21, 2022
1 fork
3 stars
Insert cell
Insert cell
viewof editor = {
const root = html`<div />`
const editor = new tiptap.Editor({
element: root,
extensions: [tiptap.StarterKit],
content: `<p>Hello World!</p>`
})
root.value = editor
return root
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more