{"id":22023717,"url":"https://github.com/wangeditor-next/wangEditor-next","last_synced_at":"2025-07-23T12:31:44.465Z","repository":{"id":231968488,"uuid":"783130366","full_name":"cycleccc/wangEditor-next","owner":"cycleccc","description":"wangEditor-next —— 基于 slate.js 的富文本编辑器。wangEditor-next —— rich text editor, based on slate.js. ","archived":false,"fork":false,"pushed_at":"2024-11-20T18:14:55.000Z","size":12353,"stargazers_count":239,"open_issues_count":57,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-21T03:27:00.570Z","etag":null,"topics":["react","richeditor","tyepscript","vue"],"latest_commit_sha":null,"homepage":"https://cycleccc.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/cycleccc.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":"2024-11-21T03:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c5e0f12-4cbb-43ca-8a18-77f3d8003e99","html_url":"https://github.com/cycleccc/wangEditor-next","commit_stats":{"total_commits":2089,"total_committers":68,"mean_commits":"30.720588235294116","dds":0.6122546673049306,"last_synced_commit":"c2abdb26a7fdb45372ad46f5c1d2f05adcdab7ca"},"previous_names":["end-cycle/wangeditor","cycleccc/wangeditor-next","cycleccc/wangeditor"],"tags_count":955,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycleccc%2FwangEditor-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycleccc%2FwangEditor-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycleccc%2FwangEditor-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycleccc%2FwangEditor-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cycleccc","download_url":"https://codeload.github.com/cycleccc/wangEditor-next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227059104,"owners_count":17724492,"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","tyepscript","vue"],"created_at":"2024-11-30T07:00:46.827Z","updated_at":"2025-07-23T12:31:44.457Z","avatar_url":"https://github.com/cycleccc.png","language":"TypeScript","funding_links":["https://opencollective.com/wangeditor"],"categories":["Rich text editor","TypeScript"],"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/edit/vue3-wangeditor-demo-8emmc7)\n\n### React\nTry it on StackBlitz: [React Example](https://stackblitz.com/edit/react-4osjqn)\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"}