Skip to content

BaseKit

  • BaseKit Extension for Tiptap Editor.
  • This extension is required for all other extensions.

Usage

tsx
import { BaseKit } from 'reactjs-tiptap-editor'; 

const extensions = [
  ...,
  // Import Extensions Here
  BaseKit 
];

Source

SourceDocs

Contributors

Changelog

v0.0.54 on 10/23/2024
7a87f - feat: inline katex
v0.0.47 on 10/9/2024
bfe05 - feat: show limit charactor
v0.0.9 on 8/18/2024
d436d - feat: support dynamic rendering of bubble menu and remove bubble option
v0.0.8 on 8/16/2024
9abff - docs: update

Made with ❤️