tiptap-extensions

May 3, 2026 ยท View on GitHub

CI

A collection of Tiptap extensions, versioned and released independently.

Packages

PackageVersionDescription
tiptap-extension-iframelynpmEmbedded content via Iframely
tiptap-extension-figmanpmHydrate Figma links into embeds
tiptap-extension-jiranpmBidirectional 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.