JSPM

tiptap-extension-trailing-node

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q75850F
  • License ISC

The extension adds an actual node to the tiptap content.

Package Exports

  • tiptap-extension-trailing-node
  • tiptap-extension-trailing-node/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tiptap-extension-trailing-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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