{"id":30069158,"url":"https://github.com/cycleccc/wangEditor-next","last_synced_at":"2025-08-08T11:02:59.406Z","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-07-29T04:57:03.000Z","size":16779,"stargazers_count":616,"open_issues_count":101,"forks_count":62,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-02T00:14:09.551Z","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,"zenodo":null},"funding":{"github":null,"open_collective":"wangeditor"}},"created_at":"2024-04-07T02:47:09.000Z","updated_at":"2025-08-01T09:11:23.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":1247,"template":false,"template_full_name":null,"purl":"pkg:github/wangeditor-next/wangEditor-next","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangeditor-next%2FwangEditor-next/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269410221,"owners_count":24412157,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-08T11:01:49.068Z","updated_at":"2025-08-08T11:02:59.399Z","avatar_url":"https://github.com/wangeditor-next.png","language":"TypeScript","funding_links":["https://opencollective.com/wangeditor"],"categories":["Rich text editor"],"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%2Fcycleccc%2FwangEditor-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycleccc%2FwangEditor-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycleccc%2FwangEditor-next/lists"}