tiptap/.changeset/fresh-coats-relate.md

6 lines
292 B
Markdown
Raw Normal View History

2024-10-26 01:27:00 +08:00
---
"@tiptap/core": minor
---
Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror `Node`s and `Fragment`s directly into the editor through the `insertContentAt`, `setContent` and `insertContent` commands.