tiptap-extension-trailing-node

1.0.0 • Public • Published

tiptap-extension-trailing-node

The extension adds an actual node to the tiptap content. Add a blank node after the node to solve the problem of not being able to append content.


NPM URL version



Install

npm install tiptap-extension-trailing-node -S

Usage

import TrailingNode from "tiptap-extension-trailing-node";

const editor = new Editor({
  element: document.querySelector(".editor"),
  extensions: [StarterKit, TrailingNode],
});

Relations

tiptap-Trailing Node: https://tiptap.dev/docs/editor/experiments/trailing-node

tiptap-appmsg-editor: https://github.com/KID-1912/tiptap-appmsg-editor

Package Sidebar

Install

npm i tiptap-extension-trailing-node

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

3.3 kB

Total Files

4

Last publish

Collaborators

  • kid-1912