Skip to content

Add a blank node after the node to solve the problem of not being able to append content.

Notifications You must be signed in to change notification settings

KID-1912/tiptap-extension-trailing-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add a blank node after the node to solve the problem of not being able to append content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages