The headless rich text editor framework for web artisans.
Go to file
Philipp Kühn 41a044417e Publish
- @tiptap/core@2.0.0-beta.19
 - @tiptap/extension-mention@2.0.0-beta.19
 - @tiptap/extension-text-align@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.19
 - @tiptap/starter-kit@2.0.0-beta.14
 - @tiptap/suggestion@2.0.0-beta.19
2021-04-07 21:18:49 +02:00
.github github: add react code sandbox 2021-04-06 23:04:05 +02:00
docs feat: add updateAttributes() command, deprecate updateNodeAttributes(), fix #254 2021-04-07 21:17:02 +02:00
packages Publish 2021-04-07 21:18:49 +02:00
shims improve eslint config 2020-09-24 09:35:18 +02:00
tests [BREAKING CHANGE] change the default document type to doc 2021-01-28 11:58:10 +01: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 refactoring 2021-03-16 22:22:13 +01:00
.gitignore ignore cypress screenshots 2020-08-19 18:17:12 +02:00
babel.config.js add @babel/preset-react 2021-02-26 02:40:22 +01:00
CONTRIBUTING.md add basic README, LICENSE and CONTRIBUTING file 2020-09-15 21:16:05 +02:00
cypress.json use cypress reporter in github actions 2021-02-05 21:06:22 +01:00
lerna.json revert 2021-03-05 12:41:25 +01:00
LICENSE.md add basic README, LICENSE and CONTRIBUTING file 2020-09-15 21:16:05 +02:00
package.json update dependencies 2021-03-29 17:23:45 +02:00
README.md docs: update content 2021-03-17 22:35:41 +01:00
rollup.config.js enable ts check for build 2020-11-18 11:38:38 +01:00
tsconfig.json fix some react ts issues 2021-04-07 14:29:51 +02:00
yarn.lock why 2021-04-06 23:00:03 +02:00

tiptap 2 (Sponsors preview!)

Version Downloads License Build Status Sponsor

A headless and extendable rich text editor, based on ProseMirror, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Feedback

We are looking for your feedback to improve tiptap 2 before the first public release! Share everything that helps to make it better for everyone!

Why we built tiptap

We were looking for a text editor for Vue.js and found some solutions that didnt really satisfy us. An editor should be easy to extend and not based on old dependencies such as jQuery. For React there is already a great editor called Slate.js, which impresses with its modularity. We came across ProseMirror and decided to build on it. ProseMirror is a toolkit for building rich text editors that are already in use at many well-known companies such as Atlassian or New York Times.

What does headless mean?

With headless components you'll have (almost) full control over markup and styling. We dont want to tell you what a menu should look like or where it should be rendered in the DOM. Thats all up to you. There is also a great article about headless components by Adam Wathan.

How is the data stored under the hood?

You can save your data as a raw HTML string or can get a JSON-serializable representation of your document. And of course, you can also pass HTML or JSON content back to the editor.

💖 Sponsor the development

Are you using tiptap in production? We need your sponsorship to maintain, update and develop tiptap. Become a Sponsor now!

Documentation

To check out some live examples, visit next.tiptap.dev.

Contributing

Please see CONTRIBUTING for details.

Maintainers

Premium Sponsors

Credits

Become a sponsor

Your benefits as a sponsor:

  • Give back to the open source community
  • Get early access to private repositories
  • Ensure the further maintenace and development of tiptap
  • Your issues and pull requests get a sponsor 💖 label
  • Get a sponsor badge in all your comments on GitHub
  • Show support in your GitHub profile
  • Receive monthly reports about our open source work

Does that sound good? Become a sponsor!

License

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