tiptap-extensions
May 3, 2026 ยท View on GitHub
A collection of Tiptap extensions, versioned and released independently.
Packages
| Package | Version | Description |
|---|---|---|
tiptap-extension-iframely | Embedded content via Iframely | |
tiptap-extension-figma | Hydrate Figma links into embeds | |
tiptap-extension-jira | Bidirectional sync with Jira (ADF) |
Development
bun install
bun run build # build all packages
bun run dev # watch all packages
bun run typecheck # check types
bun run check # check linting / formatting
Releasing
This repo uses Changesets. After making a change:
bun run changeset # describe the change + select bump
git commit -am "..." && git push
On merge to main, a "Version Packages" PR opens. Merging it publishes the affected packages to npm.