The headless rich text editor framework for web artisans.
Go to file
Nick the Sick 76192158e0
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
revert: "chore(release): publish a new pre-release version (#5769)"
This reverts commit 177868a286.
2024-11-17 15:02:34 +01:00
.changeset revert: "chore(release): publish a new pre-release version (#5769)" 2024-11-17 15:02:34 +01:00
.github build(deps): bump cypress-io/github-action from 6.7.6 to 6.7.7 (#5823) 2024-11-11 14:26:50 +01:00
.husky switch from lerna to changesets for versioning and publishing (#5274) 2024-06-27 17:48:30 +02:00
.vscode chore: add default linter for vscode 2023-06-22 19:22:08 +02:00
demos revert: "chore(release): publish a new pre-release version (#5769)" 2024-11-17 15:02:34 +01:00
packages revert: "chore(release): publish a new pre-release version (#5769)" 2024-11-17 15:02:34 +01:00
shared/rollup-config build: type defs only emit for a single package's code (#5665) 2024-09-26 14:51:00 +02:00
tests feat: in a collab setting, disable transactions that are trying to sync invalid content (#5207) 2024-10-21 17:15:06 +02:00
.editorconfig enable editorconfig for all files 2020-09-25 18:01:53 +02:00
.eslintignore fix lint error 2020-09-30 22:43:58 +02:00
.eslintrc.js fix(react): optimize useEditor and useEditorState to reduce number of instances created while being performant #5432 (#5445) 2024-08-05 17:46:19 +02:00
.gitignore feat: add turbo for parallel builds 2024-07-03 18:02:34 +02:00
.lintstagedrc.js chore: lint only staged files (#2957) 2022-07-06 12:59:02 +02:00
babel.config.js add @babel/preset-react 2021-02-26 02:40:22 +01:00
CHANGELOG.md move CHANGELOG notice to correct file 2024-06-27 18:19:22 +02:00
commitlint.config.mjs chore: added commitlint for conventional commit linting (#5133) 2024-05-11 03:34:37 +02:00
CONTRIBUTING.md fix(vue-3): on editor destruction, transition smoothly (#5772) 2024-11-07 09:19:46 +01:00
env.d.ts improve typescript setup 2021-09-17 12:43:26 +02:00
LICENSE.md chore: update license year 2024-08-09 14:18:53 +02:00
package-lock.json revert: "chore(release): publish a new pre-release version (#5769)" 2024-11-17 15:02:34 +01:00
package.json build: type defs only emit for a single package's code (#5665) 2024-09-26 14:51:00 +02:00
README.md docs: add Poggio to sponsors list (#5645) 2024-09-23 21:02:26 +02:00
tsconfig.json build: type defs only emit for a single package's code (#5665) 2024-09-26 14:51:00 +02:00
turbo.json build: type defs only emit for a single package's code (#5665) 2024-09-26 14:51:00 +02:00

Tiptap Editor

The Tiptap Editor is a headless, framework-agnostic rich text editor that's customizable and extendable through extensions. Its headless nature means it comes without a set user interface, offering full design freedom (for a jumpstart, see linked UI templates below). Tiptap is based on the highly reliable ProseMirror library.

Tiptap Editor is complemented by the collaboration open-source backend Hocuspocus. Both the Editor and Hocuspocus form the foundation of the Tiptap Suite.

Build Status Version Downloads License Chat Sponsor

How does the Tiptap Editor work?

  • Headless Framework: Tiptap does not rely on a user interface. So there is no need for class overrides or code hacks. If you do need an example UI feel free to browse our UI templates linked below.
  • Framework-agnostic: The Tiptap Editor is designed to work across different frontend frameworks. This means whether you're using Vue, React, or plain JavaScript, Tiptap integrates without compatibility issues.
  • Extension based: Extensions in Tiptap allow for a tailored editing experience, from simple text styling to advanced features like drag-and-drop block editing. You have the option to choose from over 100 extensions available in the documentation and community to enhance your editor's functionality.
  • Customize your UX: The editor was built to give you control to define your own extensions and nodes.

Editor Pro Extensions

The Pro Extensions are a set of advanced functionalities that enhance the capabilities of the Tiptap Editor. They are additional features that can be integrated into the base editor to provide more sophisticated editing options.

Key functionalities include collaborative editing, which allows multiple users to edit documents simultaneously, drag-and-drop file management for easier handling of documents and media, and unique node ID assignment. Review the docs right here.

Pro Extensions are free with a Tiptap account. Once signed up, review the guide in your account.

Make your editor collaborative

Interested in collaborative editing? Check out our open-source package Hocuspocus - a collaboration backend built around the CRDT power of Yjs. Hocuspocus serves as the backbone for the Tiptap Suite.

Documentation

For more detailed information, make sure to check out our documentation. If you encounter any problems or have suggestions for our system, please open an issue.

Examples, CodeSandbox and UI Templates

Have a look at the examples to see Tiptap in action or review and fork our codesandboxes.

About Tiptap

Tiptap is a collection of developer components based on open-source technology, forming the basis of our advanced, paid features. It includes the open-source editor component, collaboration features, Content AI, and Tiptap Cloud. We are developing open-source products that also shape our paid features. We're committed to improving both, ensuring quality and reliability in every update.

For more details, visit the Tiptap documentation or website.

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Tiptap on GitHub

Sponsors 💖


Complish

Storyblok

PostHog

Reflect

Ziff Media

Basewell

Poggio

iFixit, ApostropheCMS, Novadiscovery, Omics Data Automation, Flow Mobile, DocIQ and hundreds of awesome individuals.

Contributing

Feel like adding some magic of your own to Tiptap Editor Core? We welcome contributions! Please see our CONTRIBUTING guidelines for how to get started.

Contributors

Sam Willis, Brian Hung, Dirk Holtwick, Sam Duvall, Christoph Flathmann, Erick Wilder, Marius Tolzmann, jjangga0214, Maya Nedeljkovich, Ryan Bliss, Gregor and many more.

License

The MIT License (MIT). Please see License File for more information.