Skip to content

Commit 6eefcae

Browse files
committed
docs: update repo name to wangeditor-next
1 parent 003f1c1 commit 6eefcae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1471
-1441
lines changed

.github/ISSUE_TEMPLATE/bug-en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ about: Please fill out this template to help us reproduce the issue faster. Othe
2424

2525
Yes/No
2626

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

2929
## Online Demo
3030

@@ -48,4 +48,4 @@ Yes/No
4848

4949
- Step 1
5050
- Step 2
51-
- Step 3
51+
- Step 3

.github/ISSUE_TEMPLATE/bug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ about: 请大家一定要按照该模板填写,以方便我们更快复现,
2424

2525
能/不能
2626

27-
- demo https://cycleccc.github.io/demo/
27+
- demo https://wangeditor-next.github.io/demo/
2828

2929
## 在线 demo
3030

.github/ISSUE_TEMPLATE/question-en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ about: Please fill out this template so that we can truly understand your issue;
1616

1717
## Have you consulted the documentation?
1818

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

2121
*Yes/No*
2222

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

2727
- Step 1
2828
- Step 2
29-
- Step 3
29+
- Step 3

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ about: 请按照该模板填写,以便我们能真正了解你的问题,否
1313

1414
## 是否查阅了文档 ?
1515

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

1818
*是/否*
1919

.github/workflows/deploy-demos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "---------- set ssh-key ok ----------"
2222
- name: download and replace # 下载现有文件,替换
2323
run: |
24-
git clone git@github.com:cycleccc/demo.git
24+
git clone git@github.com:wangeditor-next/demo.git
2525
echo "---------- git clone ok ----------"
2626
cp -r ./packages/editor/demo/* ./demo ## 用最新构建出来的文件,替换现有的
2727
echo "---------- replace ok ----------"

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### 2. 报告问题
1212

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

1515
### 3. 提交 Pull Request
1616

@@ -23,9 +23,9 @@
2323
- 确保在提交更改之前运行测试和 linter。
2424
- 如果您要对其中一个包进行更改,请确保**始终**在您的 PR 中包含一个 [changeset](https://github.com/changesets/changesets),描述**更改的内容**以及更改的**说明**。这些负责创建变更日志
2525
- **提交更改**:提交您的更改,并确保提交信息清晰明了。
26-
26+
2727
commit 格式
28-
28+
2929
type [feat, fix, refactor, docs, test, perf, chore, ci, style, build, revert]
3030

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

README-en.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# wangEditor-next 5
22

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

66
[Chinese](./README.md)
77

88
## Introduction
99

10-
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.
10+
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.
1111

1212
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.
1313

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

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

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

5252
## Communication
5353

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

5656
## Contribution
5757

58-
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.
58+
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.
5959

6060
## 🌟 Support and Motivation
6161

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![bundle][bundle-src]][bundle-href]
77
[![JSDocs][jsdocs-src]][jsdocs-href]
88
[![License][license-src]][license-href]
9-
[![codecov](https://codecov.io/gh/cycleccc/wangEditor-next/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/cycleccc/wangEditor-next)
9+
[![codecov](https://codecov.io/gh/wangeditor-next/wangeditor-next-next/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/wangeditor-next/wangeditor-next-next)
1010

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

@@ -16,8 +16,8 @@
1616

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

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

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

@@ -58,11 +58,11 @@ npm install @wangeditor-next/editor-for-react --save
5858

5959
## 交流
6060

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

6363
## 贡献
6464

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

6767
## 🌟 支持与鼓励
6868

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

7575
## 贡献者
7676

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

8181
## License
@@ -90,7 +90,7 @@ npm install @wangeditor-next/editor-for-react --save
9090
[npm-downloads-href]: https://npmjs.com/package/@wangeditor-next/editor
9191
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@wangeditor-next/editor?style=flat&colorA=080f12&colorB=1fa669&label=minzip
9292
[bundle-href]: https://bundlephobia.com/result?p=@wangeditor-next/editor
93-
[license-src]: https://img.shields.io/github/license/cycleccc/wangeditor-next.svg?style=flat&colorA=080f12&colorB=1fa669
94-
[license-href]: https://github.com/cycleccc/wangeditor-next/blob/master/LICENSE
93+
[license-src]: https://img.shields.io/github/license/wangeditor-next/wangeditor-next-next.svg?style=flat&colorA=080f12&colorB=1fa669
94+
[license-href]: https://github.com/wangeditor-next/wangEditor-next/blob/master/LICENSE
9595
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
9696
[jsdocs-href]: https://www.jsdocs.io/package/@wangeditor-next/editor

docs/contribution-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### 2. 报告问题
1212

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

1515
### 3. 提交 Pull Request
1616

docs/contribution-EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We are committed to maintaining an open and friendly environment. Please ensure
1010

1111
### 2. Reporting Issues
1212

13-
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.
13+
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.
1414

1515
### 3. Submitting Pull Requests
1616

0 commit comments

Comments
 (0)