{"id":13422174,"url":"https://github.com/ueberdosis/tiptap","last_synced_at":"2026-01-05T21:17:49.022Z","repository":{"id":36951505,"uuid":"145464445","full_name":"ueberdosis/tiptap","owner":"ueberdosis","description":"The headless rich text editor framework for web artisans.","archived":false,"fork":false,"pushed_at":"2025-05-05T13:43:53.000Z","size":53371,"stargazers_count":30054,"open_issues_count":607,"forks_count":2462,"subscribers_count":159,"default_branch":"develop","last_synced_at":"2025-05-05T13:51:00.748Z","etag":null,"topics":["editor","javascript","js","prosemirror","react","renderless-components","rich-text","tiptap","vue","wysiwyg","wysiwyg-editor"],"latest_commit_sha":null,"homepage":"https://tiptap.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ueberdosis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"ueberdosis","open_collective":"tiptap","custom":"https://tiptap.dev/pricing"}},"created_at":"2018-08-20T19:58:58.000Z","updated_at":"2025-05-05T12:47:14.000Z","dependencies_parsed_at":"2024-03-04T13:03:10.330Z","dependency_job_id":"8edddcc9-2d2e-471b-be48-f6eb0a52b179","html_url":"https://github.com/ueberdosis/tiptap","commit_stats":{"total_commits":5975,"total_committers":390,"mean_commits":"15.320512820512821","dds":0.5305439330543933,"last_synced_commit":"4f4a72f855803df3485a3fafb34e9a35b10c2bb1"},"previous_names":["scrumpy/tiptap","heyscrumpy/tiptap"],"tags_count":6106,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Ftiptap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Ftiptap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Ftiptap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Ftiptap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueberdosis","download_url":"https://codeload.github.com/ueberdosis/tiptap/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252563113,"owners_count":21768401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","javascript","js","prosemirror","react","renderless-components","rich-text","tiptap","vue","wysiwyg","wysiwyg-editor"],"created_at":"2024-07-30T23:00:38.546Z","updated_at":"2026-01-05T21:17:49.015Z","avatar_url":"https://github.com/ueberdosis.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ueberdosis","https://opencollective.com/tiptap","https://tiptap.dev/pricing"],"categories":["Editor Components","UI Components","Text editor","JavaScript","TypeScript","vue","独立的","Integration Libraries","编辑器","javascript","js","[🧑‍💻 dev](https://github.com/stars/ketsapiwiq/lists/dev)","Uncategorized","🌐 Web Development - Frontend","Editors"],"sub_categories":["Form Components","ProseMirror","网络服务_其他","Uncategorized","Rich Text Editor"],"readme":"![Tiptap Editor](.github/assets/cover.png)\n\n[![LFX Health Score](https://insights.production.lfx.dev/api/badge/health-score?project=tiptap)](https://insights.linuxfoundation.org/project/tiptap)\n[![Build Status](https://github.com/ueberdosis/tiptap/actions/workflows/build.yml/badge.svg)](https://github.com/ueberdosis/tiptap/actions/workflows/build.yml)\n[![Version](https://img.shields.io/npm/v/@tiptap/core.svg?label=version)](https://www.npmjs.com/package/@tiptap/core)\n[![Downloads](https://img.shields.io/npm/dm/@tiptap/core.svg)](https://npmcharts.com/compare/@tiptap/core?minimal=true)\n[![License](https://img.shields.io/npm/l/@tiptap/core.svg)](https://www.npmjs.com/package/@tiptap/core)\n[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true)](https://discord.gg/WtJ49jGshW)\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub)](https://github.com/sponsors/ueberdosis)\n\n# Tiptap Editor\n\nThe 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](#examples-codesandbox-and-ui-templates) below). Tiptap is based on the highly reliable [ProseMirror](https://github.com/ProseMirror/prosemirror) library.\n\nTiptap Editor is complemented by the collaboration open-source backend [Hocuspocus](https://github.com/ueberdosis/hocuspocus). Both the Editor and Hocuspocus form the foundation of the [Tiptap Suite](https://tiptap.dev/).\n\n### How does the Tiptap Editor work?\n\n- **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](#examples-codesandbox-and-ui-templates) linked below.\n- **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.\n- **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](https://tiptap.dev/docs/editor/extensions) and [community](https://github.com/ueberdosis/awesome-tiptap/#community-extensions) to enhance your editor's functionality.\n- **Customize your UX:** The editor was built to give you control to define your own [extensions](https://tiptap.dev/docs/editor/guide/custom-extensions) and [nodes](https://tiptap.dev/docs/editor/api/nodes).\n\n### Editor Pro Extensions\n\nThe **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.\n\nKey functionalities include collaborative editing, commenting, versioning, document conversion and AI related features.\nReview the docs right [here](https://tiptap.dev/docs/editor/extensions).\n\nPro Extensions need a valid subscription.\n\n### Make your editor collaborative\n\nInterested in collaborative editing? Check out our open-source package [Hocuspocus](https://github.com/ueberdosis/hocuspocus) - a collaboration backend built around the CRDT power of [Yjs](https://github.com/yjs/yjs). Hocuspocus serves as the backbone for the [Tiptap Suite](https://tiptap.dev/).\n\n## Documentation\n\nFor more detailed information, make sure to check out our [documentation](https://tiptap.dev/docs/editor/installation). If you encounter any problems or have suggestions for our system, please open an issue.\n\n### Examples, CodeSandbox and UI Templates\n\nHave a look at the [examples to see Tiptap in action](https://tiptap.dev/examples) or review and fork our codesandboxes.\n\n- [Basic example of the Tiptap editor.](https://codesandbox.io/p/devbox/editor-9x9dkd?embed=1\u0026file=%2Fsrc%2FApp.js)\n- [Collaboration ready Tiptap CodeSandbox](https://codesandbox.io/p/devbox/collaboration-4stk94)\n- React notion-like block editor template: [Demo](https://templates.tiptap.dev/)\n\n## About Tiptap\n\nTiptap 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.\n\nFor more details, visit the Tiptap [documentation](https://tiptap.dev/docs/editor/introduction) or [website](https://tiptap.dev/).\n\n### Community\n\nFor help, discussion about best practices, or any other conversation that would benefit from being searchable:\n\n[Discuss Tiptap on GitHub](https://github.com/ueberdosis/tiptap/discussions)\n\n### Sponsors 💖\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.complish.app/\"\u003e\n        \u003cimg src=\"https://uploads-ssl.webflow.com/5fa93d27380666789a1cbbd3/5fae50824b4d2d06f3d2898f_Frame%20374.png\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003eComplish\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.storyblok.com/\"\u003e\n        \u003cimg src=\"https://unavatar.io/github/storyblok\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003eStoryblok\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://posthog.com/\"\u003e\n        \u003cimg src=\"https://unavatar.io/github/posthog\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003ePostHog\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"100\"\u003e\n      \u003ca href=\"https://reflect.app/\"\u003e\n        \u003cimg src=\"https://unavatar.io/reflect.app\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003eReflect\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"100\"\u003e\n      \u003ca href=\"https://ziffmedia.com/\"\u003e\n        \u003cimg src=\"https://unavatar.io/github/ziffmedia\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003eZiff Media\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"100\"\u003e\n      \u003ca href=\"https://www.basewell.com/\"\u003e\n        \u003cimg src=\"https://unavatar.io/github/Basewell\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003eBasewell\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"100\"\u003e\n      \u003ca href=\"https://poggio.io\"\u003e\n        \u003cimg src=\"https://unavatar.io/github/poggiolabs\" width=\"25\"\u003e\u003cbr\u003e\n        \u003cstrong\u003ePoggio\u003c/strong\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n[iFixit](https://www.ifixit.com/), [ApostropheCMS](https://apostrophecms.com/), [Novadiscovery](http://www.novadiscovery.com/), [Omics Data Automation](https://www.omicsautomation.com), [Flow Mobile](https://www.flowmobile.app/), [DocIQ](https://www.dociq.io/) and [hundreds of awesome individuals](https://github.com/sponsors/ueberdosis).\n\n### Contributing\n\nFeel like adding some magic of your own to Tiptap Editor Core? We welcome contributions! Please see our [CONTRIBUTING](CONTRIBUTING.md) guidelines for how to get started.\n\n### Contributors\n\n[Sam Willis](https://github.com/samwillis),\n[Brian Hung](https://github.com/BrianHung),\n[Dirk Holtwick](https://github.com/holtwick),\n[Sam Duvall](https://github.com/SamDuvall),\n[Christoph Flathmann](https://github.com/Chrissi2812),\n[Erick Wilder](https://github.com/erickwilder),\n[Marius Tolzmann](https://github.com/mariux),\n[jjangga0214](https://github.com/jjangga0214),\n[Maya Nedeljkovich](https://github.com/mayacoda),\n[Ryan Bliss](https://github.com/ryanbliss),\n[Gregor](https://github.com/gambolputty) and [many more](../../contributors).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Ftiptap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueberdosis%2Ftiptap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Ftiptap/lists"}