{"id":22116888,"url":"https://github.com/prosekit/prosemirror-adapter","last_synced_at":"2026-04-02T00:49:03.383Z","repository":{"id":65385112,"uuid":"561275572","full_name":"prosekit/prosemirror-adapter","owner":"prosekit","description":"Universal adapter to create prosemirror nodeview from modern UI frameworks.","archived":false,"fork":false,"pushed_at":"2025-03-19T15:54:31.000Z","size":1087,"stargazers_count":125,"open_issues_count":6,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T21:16:31.753Z","etag":null,"topics":["javascript","prosemirror","react","typescript","vue"],"latest_commit_sha":null,"homepage":"","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/prosekit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-03T10:45:03.000Z","updated_at":"2025-04-04T13:33:38.000Z","dependencies_parsed_at":"2023-02-06T06:02:34.903Z","dependency_job_id":"1e32e27f-66f1-4b89-a7a0-55a3ca3de312","html_url":"https://github.com/prosekit/prosemirror-adapter","commit_stats":{"total_commits":238,"total_committers":6,"mean_commits":"39.666666666666664","dds":0.365546218487395,"last_synced_commit":"d5f9b9f5ecab53febf65c0a9b0709ceafeb120b5"},"previous_names":["prosekit/prosemirror-adapter"],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosekit%2Fprosemirror-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosekit%2Fprosemirror-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosekit%2Fprosemirror-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prosekit%2Fprosemirror-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prosekit","download_url":"https://codeload.github.com/prosekit/prosemirror-adapter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353729,"owners_count":20925329,"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":["javascript","prosemirror","react","typescript","vue"],"created_at":"2024-12-01T13:06:25.065Z","updated_at":"2025-12-25T15:46:44.571Z","avatar_url":"https://github.com/prosekit.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Community modules"],"sub_categories":[],"readme":"# prosemirror-adapter\n\n\u003cp align=\"center\"\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n    \u003cimg src=\"/assets/logo.svg?raw=true\" width=\"400\"/\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n\u003c/p\u003e\n\nUniversal adapter for [ProseMirror](https://prosemirror.net/) to use it with modern UI frameworks.\n\n![npm](https://img.shields.io/npm/v/@prosemirror-adapter/core)\n[![ci](https://github.com/prosekit/prosemirror-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/prosekit/prosemirror-adapter/actions/workflows/ci.yml)\n\n## What is this?\n\n[Prosemirror](https://github.com/ProseMirror/prosemirror) is a toolkit to build modern rich text editors.\nBut it is not a good fit for a modern UI framework like React or Vue.\nThis adapter is a low level tool to make it work with them without pain.\nYou'll need this adapter if you want to use Prosemirror to build a rich text editor with complex UI in modern UI frameworks we support.\n\n### What's on the plan?\n\n- [x] Support Popular UI Frameworks\n  - [x] [React](https://reactjs.org/)\n  - [x] [Preact](https://preactjs.com/)\n  - [x] [Vue](https://vuejs.org/)\n  - [x] [Svelte](https://svelte.dev/)\n  - [x] [Lit](https://lit.dev/)\n  - [x] [Solid](https://solidjs.com/)\n  - [ ] 🚀 coming soon...\n- [x] Add out of box support for prosemirror features\n  - [x] [Prosemirror Node View](https://prosemirror.net/docs/ref/#view.NodeView)\n  - [x] [Prosemirror Mark View](https://prosemirror.net/docs/ref/#view.MarkView)\n  - [x] [Prosemirror Plugin View](https://prosemirror.net/docs/ref/#state.PluginView)\n  - [x] [Prosemirror Widget Decoration](https://prosemirror.net/docs/ref/#view.Decoration%5Ewidget)\n\n### What's not on the plan?\n\nThis package should only take care about building a bridge between prosemirror and UI frameworks. It should be kept as an low level binding.\nSo something out of this scope will not be considered. For example:\n\n- ❎ We won't provide UI components.\n- ❎ We won't provide key bindings.\n- ❎ We won't provide schema for special modules like table or math.\n\n## Getting Started\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003ereact\u003c/th\u003e\n    \u003cth\u003epreact\u003c/th\u003e\n    \u003cth\u003evue\u003c/th\u003e\n    \u003cth\u003esvelte\u003c/th\u003e\n    \u003cth\u003elit\u003c/th\u003e\n    \u003cth\u003esolid\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"react\" href=\"/packages/react\"\u003e\n        \u003cimg src=\"/assets/react.svg\" width=\"100\" height=\"100\" alt=\"react\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"preact\" href=\"/packages/preact\"\u003e\n        \u003cimg src=\"/assets/preact.svg\" width=\"100\" height=\"100\" alt=\"preact\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"vue\" href=\"/packages/vue\"\u003e\n        \u003cimg src=\"/assets/vue.svg\" width=\"100\" height=\"100\" alt=\"vue\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"svelte\" href=\"/packages/svelte\"\u003e\n        \u003cimg src=\"/assets/svelte.svg\" width=\"100\" height=\"100\" alt=\"svelte\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"lit\" href=\"/packages/lit\"\u003e\n        \u003cimg src=\"/assets/lit.svg\" width=\"100\" height=\"100\" alt=\"lit\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca align=\"center\" title=\"solid\" href=\"/packages/solid\"\u003e\n        \u003cimg src=\"/assets/solid.svg\" width=\"100\" height=\"100\" alt=\"solid\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Contributing\n\nPR welcome! Follow our [contribution guide](/CONTRIBUTING.md) to learn how to contribute to prosemirror-adapter.\n\n## License\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprosekit%2Fprosemirror-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprosekit%2Fprosemirror-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprosekit%2Fprosemirror-adapter/lists"}