{"id":24600266,"url":"https://github.com/wangeditor-next/wangeditor-next","last_synced_at":"2026-05-17T10:02:42.193Z","repository":{"id":231968488,"uuid":"783130366","full_name":"wangeditor-next/wangEditor-next","owner":"wangeditor-next","description":"基于 slate.js、支持 vue2、3、react、markdown、多人协同、易使用、可扩展的富文本编辑器","archived":false,"fork":false,"pushed_at":"2025-04-06T13:29:03.000Z","size":16176,"stargazers_count":485,"open_issues_count":82,"forks_count":45,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T09:01:52.332Z","etag":null,"topics":["react","richeditor","slatejs","tyepscript","vue"],"latest_commit_sha":null,"homepage":"https://wangeditor-next.github.io/docs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wangeditor-team/wangEditor","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wangeditor-next.png","metadata":{"files":{"readme":"README-en.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"open_collective":"wangeditor"}},"created_at":"2024-04-07T02:47:09.000Z","updated_at":"2025-04-07T08:56:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c5e0f12-4cbb-43ca-8a18-77f3d8003e99","html_url":"https://github.com/wangeditor-next/wangEditor-next","commit_stats":{"total_commits":2196,"total_committers":69,"mean_commits":31.82608695652174,"dds":0.6311475409836065,"last_synced_commit":"72251117e71a25db734e5493082727caa51fc53a"},"previous_names":["end-cycle/wangeditor","cycleccc/wangeditor-next","cycleccc/wangeditor","wangeditor-next/wangeditor-next"],"tags_count":1161,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangeditor-next%2FwangEditor-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangeditor-next%2FwangEditor-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangeditor-next%2FwangEditor-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangeditor-next%2FwangEditor-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangeditor-next","download_url":"https://codeload.github.com/wangeditor-next/wangEditor-next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631278,"owners_count":21136550,"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":["react","richeditor","slatejs","tyepscript","vue"],"created_at":"2025-01-24T14:00:34.535Z","updated_at":"2026-04-01T19:11:57.613Z","avatar_url":"https://github.com/wangeditor-next.png","language":"TypeScript","funding_links":["https://opencollective.com/wangeditor"],"categories":[],"sub_categories":[],"readme":"# wangEditor-next 5\n\n[![codecov](https://codecov.io/gh/wangeditor-next/wangeditor-next-next/branch/master/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/wangeditor-next/wangeditor-next-next)\n[![GitHub stars](https://img.shields.io/github/stars/wangeditor-next/wangeditor-next-next)](https://github.com/wangeditor-next/wangEditor-next/stargazers)\n\n[Chinese](./README.md)\n\n## Introduction\n\nThe original project [wangeditor-next](https://github.com/wangeditor-next/wangeditor-next) is temporarily not maintained due to the author's [personal reasons](https://juejin.cn/post/7272735633458413602). This project is a forked version that will continue to be maintained with minimal breaking changes.\n\nAn open-source web rich text editor that is ready to use out of the box with simple configuration. It supports JS, Vue, and React.\n\n- [Documentation](https://wangeditor-next.github.io/docs/)\n- [Demo](https://wangeditor-next.github.io/demo/)\n\n![](./docs/images/editor.png)\n\n## Features\n\n- **Easy to use**: Simple configuration and ready to use out of the box.\n- **Multi-framework support**: Works with JS, Vue, and React.\n- **Customizable**: Highly customizable to fit your needs.\n- **Lightweight**: Minimal footprint with high performance.\n\n## Installation\n\n### For Vue or React\n```shell\nnpm i wangeditor-next/editor\n```\n\n### For HTML using CDN resources\n```html\n\u003cscript src=\"https://unpkg.com/@wangeditor-next/editor@latest/dist/index.js\"\u003e\u003c/script\u003e\n```\n\n## Usage Examples\n\n### HTML\nTry it on StackBlitz: [HTML Example](https://stackblitz.com/edit/stackblitz-starters-xxqmwl)\n\n### Vue 2\nTry it on StackBlitz: [Vue 2 Example](https://stackblitz.com/edit/vue2-vite-starter-hkmsif)\n\n### Vue 3\nTry it on StackBlitz: [Vue 3 Example](https://stackblitz.com/fork/github/wangeditor-next/demo-templates/tree/main/demo-vue3?title=wangEditor%20Vue%203%20Demo\u0026startScript=dev)\n\n### React\nTry it on StackBlitz: [React Example](https://stackblitz.com/fork/github/wangeditor-next/demo-templates/tree/main/demo-react?title=wangEditor%20React%20Demo\u0026startScript=dev)\n\nThe source of truth for demos in this repository lives under `apps/`:\n\n- `apps/demo-html`\n- `apps/demo-react`\n- `apps/demo-vue3`\n- `apps/demo-yjs-react`\n- `apps/demo-yjs-vue3`\n\nRun them locally:\n\n```sh\npnpm demo:html\npnpm demo:react\npnpm demo:vue3\npnpm demo:yjs:react\npnpm demo:yjs:vue3\n```\n\nNotes:\n\n- StackBlitz links are for online reproduction and sharing\n- The maintained demo sources live in `apps/*`, not inside the remote sandboxes\n- Export a template from local source with `pnpm demo:export-template demo-react \u003coutput-dir\u003e` or `pnpm demo:export-template demo-vue3 \u003coutput-dir\u003e`\n- To sync templates automatically, configure the repo variables and secret used by `.github/workflows/export-demo-templates.yml`\n\n## Communication\n\n- [Discuss issues and suggestions](https://github.com/wangeditor-next/wangEditor-next/issues)\n\n## Contribution\n\nWe welcome contributions! Please read the [contribution guidelines](https://github.com/wangeditor-next/wangEditor-next/blob/master/docs/contribution-CN.md) and the development guide in the [docs](https://github.com/wangeditor-next/wangEditor-next/tree/master/docs) folder.\n\n## 🌟 Support and Motivation\n\nIf you find this project helpful, please give it a ⭐️! Your support is my motivation to maintain and improve this project. Thank you!\n\n## Donation\n\nTo donate to the original project, support wangEditor's open-source work at https://opencollective.com/wangeditor (~~though no one donates anyway~~).\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangeditor-next%2Fwangeditor-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangeditor-next%2Fwangeditor-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangeditor-next%2Fwangeditor-next/lists"}