A collection of Tiptap extensions, versioned and released independently.
| 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) |
bun install
bun run build # build all packages
bun run dev # watch all packages
bun run typecheck # check types
bun run check # check linting / formattingThis repo uses Changesets. After making a change:
bun run changeset # describe the change + select bump
git commit -am "..." && git pushOn merge to main, a "Version Packages" PR opens. Merging it publishes the affected packages to npm.