Skip to content

Commit

Permalink
docs: update repo name to wangeditor-next
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Jan 23, 2025
1 parent 003f1c1 commit 6eefcae
Show file tree
Hide file tree
Showing 67 changed files with 1,471 additions and 1,441 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ about: Please fill out this template to help us reproduce the issue faster. Othe

Yes/No

- Demo: https://cycleccc.github.io/demo/
- Demo: https://wangeditor-next.github.io/demo/

## Online Demo

Expand All @@ -48,4 +48,4 @@ Yes/No

- Step 1
- Step 2
- Step 3
- Step 3
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ about: 请大家一定要按照该模板填写,以方便我们更快复现,

能/不能

- demo https://cycleccc.github.io/demo/
- demo https://wangeditor-next.github.io/demo/

## 在线 demo

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ about: Please fill out this template so that we can truly understand your issue;

## Have you consulted the documentation?

(Document link [https://cycleccc.github.io/docs/](https://cycleccc.github.io/docs/))
(Document link [https://wangeditor-next.github.io/docs/](https://wangeditor-next.github.io/docs/))

*Yes/No*

Expand All @@ -26,4 +26,4 @@ about: Please fill out this template so that we can truly understand your issue;

- Step 1
- Step 2
- Step 3
- Step 3
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ about: 请按照该模板填写,以便我们能真正了解你的问题,否

## 是否查阅了文档 ?

(文档链接 [https://cycleccc.github.io/docs/](https://cycleccc.github.io/docs/)
(文档链接 [https://wangeditor-next.github.io/docs/](https://wangeditor-next.github.io/docs/)

*是/否*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "---------- set ssh-key ok ----------"
- name: download and replace # 下载现有文件,替换
run: |
git clone git@github.com:cycleccc/demo.git
git clone git@github.com:wangeditor-next/demo.git
echo "---------- git clone ok ----------"
cp -r ./packages/editor/demo/* ./demo ## 用最新构建出来的文件,替换现有的
echo "---------- replace ok ----------"
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 2. 报告问题

如果您发现bug或有新功能的想法,请在[问题跟踪器](https://github.com/cycleccc/wangEditor-next/issues)中创建一个新的问题。在提交之前,请检查是否已经存在类似的问题。
如果您发现bug或有新功能的想法,请在[问题跟踪器](https://github.com/wangeditor-next/wangEditor-next/issues)中创建一个新的问题。在提交之前,请检查是否已经存在类似的问题。

### 3. 提交 Pull Request

Expand All @@ -23,9 +23,9 @@
- 确保在提交更改之前运行测试和 linter。
- 如果您要对其中一个包进行更改,请确保**始终**在您的 PR 中包含一个 [changeset](https://github.com/changesets/changesets),描述**更改的内容**以及更改的**说明**。这些负责创建变更日志
- **提交更改**:提交您的更改,并确保提交信息清晰明了。

commit 格式

type [feat, fix, refactor, docs, test, perf, chore, ci, style, build, revert]

commit 模版如下
Expand All @@ -40,10 +40,10 @@
样例
```
fix(img link): image incorrectly converted to link
dragging img elements from the page into the editor converts them to links
https://github.com/cycleccc/wangEditor-next/issues/52
https://github.com/wangeditor-next/wangEditor-next/issues/52
```
- **Pull Request**:将您的分支推送到远程仓库,并在GitHub上发起Pull Request。

Expand Down
14 changes: 7 additions & 7 deletions README-en.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# wangEditor-next 5

[![codecov](https://codecov.io/gh/cycleccc/wangEditor-next/branch/master/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/cycleccc/wangEditor-next)
[![GitHub stars](https://img.shields.io/github/stars/cycleccc/wangEditor-next)](https://github.com/cycleccc/wangEditor-next/stargazers)
[![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)
[![GitHub stars](https://img.shields.io/github/stars/wangeditor-next/wangeditor-next-next)](https://github.com/wangeditor-next/wangEditor-next/stargazers)

[Chinese](./README.md)

## Introduction

The original project [wangeditor-next](https://github.com/cycleccc/wangEditor) 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.
The 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.

An open-source web rich text editor that is ready to use out of the box with simple configuration. It supports JS, Vue, and React.

- [Documentation](https://cycleccc.github.io/docs/)
- [Demo](https://cycleccc.github.io/demo/)
- [Documentation](https://wangeditor-next.github.io/docs/)
- [Demo](https://wangeditor-next.github.io/demo/)

![](./docs/images/editor.png)

Expand Down Expand Up @@ -51,11 +51,11 @@ Try it on StackBlitz: [React Example](https://stackblitz.com/edit/react-4osjqn)

## Communication

- [Discuss issues and suggestions](https://github.com/cycleccc/wangEditor-next/issues)
- [Discuss issues and suggestions](https://github.com/wangeditor-next/wangEditor-next/issues)

## Contribution

We welcome contributions! Please read the [contribution guidelines](https://github.com/cycleccc/wangEditor-next/blob/master/docs/contribution-CN.md) and the development guide in the [docs](https://github.com/cycleccc/wangEditor-next/tree/master/docs) folder.
We 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.

## 🌟 Support and Motivation

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
[![codecov](https://codecov.io/gh/cycleccc/wangEditor-next/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/cycleccc/wangEditor-next)
[![codecov](https://codecov.io/gh/wangeditor-next/wangeditor-next-next/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/wangeditor-next/wangeditor-next-next)

🌍 [English](./README-en.md) | 中文

Expand All @@ -16,8 +16,8 @@

开源 Web 富文本编辑器,开箱即用,配置简单。支持 JS Vue React 。

- [文档](https://cycleccc.github.io/docs/)
- [Demo](https://cycleccc.github.io/demo/)
- [文档](https://wangeditor-next.github.io/docs/)
- [Demo](https://wangeditor-next.github.io/demo/)

![](./docs/images/editor.png)

Expand Down Expand Up @@ -58,11 +58,11 @@ npm install @wangeditor-next/editor-for-react --save

## 交流

- [讨论问题和建议](https://github.com/cycleccc/wangEditor-next/issues)
- [讨论问题和建议](https://github.com/wangeditor-next/wangEditor-next/issues)

## 贡献

我们欢迎所有贡献!请阅读[贡献指南](https://github.com/cycleccc/wangEditor-next/blob/master/docs/contribution-CN.md)[docs](https://github.com/cycleccc/wangEditor-next/tree/master/docs) 文件夹内的开发指南。
我们欢迎所有贡献!请阅读[贡献指南](https://github.com/wangeditor-next/wangEditor-next/blob/master/docs/contribution-CN.md)[docs](https://github.com/wangeditor-next/wangEditor-next/tree/master/docs) 文件夹内的开发指南。

## 🌟 支持与鼓励

Expand All @@ -74,8 +74,8 @@ npm install @wangeditor-next/editor-for-react --save

## 贡献者

<a href="https://github.com/cycleccc/wangEditor-next/graphs/contributors">
<img src="https://contrib.rocks/image?repo=cycleccc/wangEditor-next" />
<a href="https://github.com/wangeditor-next/wangEditor-next/graphs/contributors">
<img src="https://contrib.rocks/image?repo=wangeditor-next/wangeditor-next-next" />
</a>

## License
Expand All @@ -90,7 +90,7 @@ npm install @wangeditor-next/editor-for-react --save
[npm-downloads-href]: https://npmjs.com/package/@wangeditor-next/editor
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@wangeditor-next/editor?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@wangeditor-next/editor
[license-src]: https://img.shields.io/github/license/cycleccc/wangeditor-next.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/cycleccc/wangeditor-next/blob/master/LICENSE
[license-src]: https://img.shields.io/github/license/wangeditor-next/wangeditor-next-next.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/wangeditor-next/wangEditor-next/blob/master/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/@wangeditor-next/editor
2 changes: 1 addition & 1 deletion docs/contribution-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 2. 报告问题

如果您发现bug或有新功能的想法,请在[问题跟踪器](https://github.com/cycleccc/wangEditor-next/issues)中创建一个新的问题。在提交之前,请检查是否已经存在类似的问题。
如果您发现bug或有新功能的想法,请在[问题跟踪器](https://github.com/wangeditor-next/wangEditor-next/issues)中创建一个新的问题。在提交之前,请检查是否已经存在类似的问题。

### 3. 提交 Pull Request

Expand Down
2 changes: 1 addition & 1 deletion docs/contribution-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We are committed to maintaining an open and friendly environment. Please ensure

### 2. Reporting Issues

If you find a bug or have an idea for a new feature, please create a new issue in the [issue tracker](https://github.com/cycleccc/wangEditor-next/issues). Before submitting, check to see if a similar issue already exists.
If you find a bug or have an idea for a new feature, please create a new issue in the [issue tracker](https://github.com/wangeditor-next/wangEditor-next/issues). Before submitting, check to see if a similar issue already exists.

### 3. Submitting Pull Requests

Expand Down
Loading

0 comments on commit 6eefcae

Please sign in to comment.