An open API service indexing awesome lists of open source software.

https://github.com/kid-1912/tiptap-extension-trailing-node

Add a blank node after the node to solve the problem of not being able to append content.
https://github.com/kid-1912/tiptap-extension-trailing-node

blank extension insert tiptap

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

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

```shell
npm install tiptap-extension-trailing-node -S
```

## Usage

```js
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