Every extension

taskItem

Node 0.92 kB gzipped

Parses li[data-checked] · renders li.

Adding it

import { createEditor, document, paragraph, text, taskItem } from '@matrajs/core'

const editor = createEditor({
  extensions: [document, paragraph, text, taskItem],
  element: document.querySelector('#editor'),
})

There is no separate package · taskItem is already in @matrajs/core, and an extension you do not import is not in your bundle. document, paragraph and text are the floor every document needs.

Commands

Keys

Attributes

HTML

← All 81 extensions

Edit this page on GitHub