Skip to content

Commit b5847f6

Browse files
docs: modify Fluent Editor to TinyEditor (#212)
* docs: modify Fluent Editor to TinyEditor * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 97cfcee commit b5847f6

26 files changed

+81
-80
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug report
2-
description: Create a report to help us improve Fluent Editor
2+
description: Create a report to help us improve TinyEditor
33
title: '🐛 [Bug]: '
44
labels: [🐛 bug]
55
body:

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contributing
22

3-
We are delighted that you are interested in contributing to the Fluent Editor open-source project. There are many ways to contribute, and you can choose one or more based on your strengths and interests:
3+
We are delighted that you are interested in contributing to the TinyEditor open-source project. There are many ways to contribute, and you can choose one or more based on your strengths and interests:
44

55
- Report [new issues](https://github.com/opentiny/fluent-editor/issues/new?assignees=&labels=%F0%9F%90%9B++bug&projects=&template=bug-report.yml&title=%F0%9F%90%9B+%5BBug%5D%3A+)
66
- Provide more detailed information for [existing issues](https://github.com/opentiny/fluent-editor/labels/bug), such as additional screenshots, detailed reproduction steps, or providing a minimal reproducible demo link
77
- Submit Pull requests to fix typos in the documentation or to make the documentation clearer and more comprehensive
8-
- Add the official assistant WeChat: opentiny-official (note: Fluent Editor), join the technical discussion group
8+
- Add the official assistant WeChat: opentiny-official (note: TinyEditor), join the technical discussion group
99

10-
Once you have used Fluent Editor rich text and participated in several of the above forms of contributions, and have become familiar with Fluent Editor, you can try more challenging tasks, such as:
10+
Once you have used TinyEditor rich text and participated in several of the above forms of contributions, and have become familiar with TinyEditor, you can try more challenging tasks, such as:
1111

1212
- Fixing bugs, starting with [good first issue](https://github.com/opentiny/fluent-editor/labels/good%20first%20issue)
1313
- Implementing new features
@@ -17,7 +17,7 @@ Once you have used Fluent Editor rich text and participated in several of the ab
1717

1818
## Submitting Issues
1919

20-
If you encounter problems while using Fluent Editor, we welcome you to submit an Issue. Before submitting an Issue, please read the relevant [official documentation](https://opentiny.github.io/fluent-editor) to confirm whether it is a defect or a feature that has not yet been implemented.
20+
If you encounter problems while using TinyEditor, we welcome you to submit an Issue. Before submitting an Issue, please read the relevant [official documentation](https://opentiny.github.io/fluent-editor) to confirm whether it is a defect or a feature that has not yet been implemented.
2121

2222
If it is a defect, create a new Issue using the [Bug report](https://github.com/opentiny/fluent-editor/issues/new?assignees=&labels=%F0%9F%90%9B++bug&projects=&template=bug-report.yml&title=%F0%9F%90%9B+%5BBug%5D%3A+) template. Example title: `After setting and saving the background color of table cells in the table module, the background color is lost when rendering the cells next time`.
2323

@@ -36,7 +36,7 @@ The Issue for new features mainly requires the following information:
3636

3737
## Submitting PRs
3838

39-
Before submitting a PR, please ensure that the content you submit is in line with the overall planning of Fluent Editor. Generally, Issues already marked as [bug](https://github.com/opentiny/fluent-editor/labels/bug) encourage submitting PRs. If you are not sure, you can create a [Discussion](https://github.com/opentiny/fluent-editor/discussions) for discussion.
39+
Before submitting a PR, please ensure that the content you submit is in line with the overall planning of TinyEditor. Generally, Issues already marked as [bug](https://github.com/opentiny/fluent-editor/labels/bug) encourage submitting PRs. If you are not sure, you can create a [Discussion](https://github.com/opentiny/fluent-editor/discussions) for discussion.
4040

4141
### Pull Request Standards
4242

@@ -71,10 +71,10 @@ The PR description uses a template and requires filling in the relevant PR infor
7171

7272
### Local Startup Steps
7373

74-
- Click the Fork button at the top right of the [Fluent Editor](https://github.com/opentiny/fluent-editor) code repository to Fork the upstream repository to your personal repository
74+
- Click the Fork button at the top right of the [TinyEditor](https://github.com/opentiny/fluent-editor) code repository to Fork the upstream repository to your personal repository
7575
- Clone your personal repository to the local
7676
- Associate the upstream repository to synchronize the latest code from the upstream repository
77-
- Run `pnpm i` in the root directory of Fluent Editor to install dependencies
77+
- Run `pnpm i` in the root directory of TinyEditor to install dependencies
7878
- Run `pnpm dev` to start the rich text website
7979
- Open the browser to visit: [http://localhost:5173/fluent-editor/](http://localhost:5173/fluent-editor/)
8080

@@ -101,7 +101,7 @@ pnpm dev
101101
- Local coding
102102
- Follow the [Commit Message Format](https://www.conventionalcommits.org/zh-hans/v1.0.0/) standard for submission, PRs that do not conform to the submission standard will not be merged
103103
- Submit to the remote repository: git push origin branchName
104-
- Open the [Pull requests](https://github.com/opentiny/fluent-editor/pulls) link of the Fluent Editor code repository, click the New pull request button to submit PR
104+
- Open the [Pull requests](https://github.com/opentiny/fluent-editor/pulls) link of the TinyEditor code repository, click the New pull request button to submit PR
105105
- Supplement the relevant information according to the PR template, including PR checklist, PR type, associated Issue number, whether it is a destructive change
106106
- The project Committer conducts Code Review and provides feedback
107107
- The PR author adjusts the code according to the feedback, please note that after a branch has initiated a PR, subsequent commits will be synchronized automatically, no need to resubmit PR
@@ -113,14 +113,14 @@ The contribution process ends, thank you for your contribution!
113113

114114
If you are interested in our open-source projects, you are welcome to join our open-source community through the following methods.
115115

116-
- Add the official assistant WeChat: opentiny-official (note: Fluent Editor), join our technical discussion group
116+
- Add the official assistant WeChat: opentiny-official (note: TinyEditor), join our technical discussion group
117117

118-
If you have submitted an Issue or PR for Fluent Editor, please comment the following content under the Issue or PR to add yourself to the contributor list.
118+
If you have submitted an Issue or PR for TinyEditor, please comment the following content under the Issue or PR to add yourself to the contributor list.
119119

120120
```
121121
@all-contributors please add @<username> for <contributions>
122122
```
123123

124124
For detailed rules, please refer to: [https://allcontributors.org/docs/en/bot/usage](https://allcontributors.org/docs/en/bot/usage)
125125

126-
We sincerely thank every developer who has contributed to the Fluent Editor open-source project! ❤
126+
We sincerely thank every developer who has contributed to the TinyEditor open-source project! ❤

CONTRIBUTING.zh-CN.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 贡献指南
22

3-
很高兴你有意愿参与 Fluent Editor 开源项目的贡献,参与贡献的形式有很多种,你可以根据自己的特长和兴趣选择其中的一个或多个:
3+
很高兴你有意愿参与 TinyEditor 开源项目的贡献,参与贡献的形式有很多种,你可以根据自己的特长和兴趣选择其中的一个或多个:
44

55
- 报告[新缺陷](https://github.com/opentiny/fluent-editor/issues/new?assignees=&labels=%F0%9F%90%9B++bug&projects=&template=bug-report.yml&title=%F0%9F%90%9B+%5BBug%5D%3A+)
66
-[已有缺陷](https://github.com/opentiny/fluent-editor/labels/bug)提供更详细的信息,比如补充截图、提供更详细的复现步骤、提供最小可复现 demo 链接等
77
- 提交 Pull requests 修复文档中的错别字或让文档更清晰和完善
8-
- 添加官方小助手微信 opentiny-official(备注:Fluent Editor),加入技术交流群参与讨论
8+
- 添加官方小助手微信 opentiny-official(备注:TinyEditor),加入技术交流群参与讨论
99

10-
当你亲自使用 Fluent Editor 富文本,并参与多次以上形式的贡献,对 Fluent Editor 逐渐熟悉之后,可以尝试做一些更有挑战的事情,比如:
10+
当你亲自使用 TinyEditor 富文本,并参与多次以上形式的贡献,对 TinyEditor 逐渐熟悉之后,可以尝试做一些更有挑战的事情,比如:
1111

1212
- 修复缺陷,可以先从 [Good-first issue](https://github.com/opentiny/fluent-editor/labels/good%20first%20issue) 开始
1313
- 实现新特性
@@ -17,7 +17,7 @@
1717

1818
## 提交 Issue
1919

20-
如果你在使用 Fluent Editor 富文本过程中遇到问题,欢迎给我们提交 Issue,提交 Issue 之前,请先仔细阅读相关的[官方文档](https://opentiny.github.io/fluent-editor),确认这是一个缺陷还是尚未实现的功能。
20+
如果你在使用 TinyEditor 富文本过程中遇到问题,欢迎给我们提交 Issue,提交 Issue 之前,请先仔细阅读相关的[官方文档](https://opentiny.github.io/fluent-editor),确认这是一个缺陷还是尚未实现的功能。
2121

2222
如果是一个缺陷,创建新 Issue 时选择 [Bug report](https://github.com/opentiny/fluent-editor/issues/new?assignees=&labels=%F0%9F%90%9B++bug&projects=&template=bug-report.yml&title=%F0%9F%90%9B+%5BBug%5D%3A+) 模板,标题示例:`在表格模块中,设置单元格背景色并保存之后,下次渲染单元格背景色丢失`
2323

@@ -36,7 +36,7 @@
3636

3737
## 提交 PR
3838

39-
提交 PR 之前,请先确保你提交的内容是符合 Fluent Editor 整体规划的,一般已经标记为 [bug](https://github.com/opentiny/fluent-editor/labels/bug) 的 Issue 是鼓励提交 PR 的,如果你不是很确定,可以创建一个 [Discussion](https://github.com/opentiny/fluent-editor/discussions) 进行讨论。
39+
提交 PR 之前,请先确保你提交的内容是符合 TinyEditor 整体规划的,一般已经标记为 [bug](https://github.com/opentiny/fluent-editor/labels/bug) 的 Issue 是鼓励提交 PR 的,如果你不是很确定,可以创建一个 [Discussion](https://github.com/opentiny/fluent-editor/discussions) 进行讨论。
4040

4141
### Pull Request 规范
4242

@@ -71,10 +71,10 @@ PR 描述使用了模板,需要按照模板填写 PR 相关信息,主要包
7171

7272
### 本地启动步骤
7373

74-
- 点击 [Fluent Editor](https://github.com/opentiny/fluent-editor) 代码仓库右上角的 Fork 按钮,将上游仓库 Fork 到个人仓库
74+
- 点击 [TinyEditor](https://github.com/opentiny/fluent-editor) 代码仓库右上角的 Fork 按钮,将上游仓库 Fork 到个人仓库
7575
- Clone 个人仓库到本地
7676
- 关联上游仓库,方便同步上游仓库最新代码
77-
-Fluent Editor 根目录下运行 `pnpm i`,安装依赖
77+
-TinyEditor 根目录下运行 `pnpm i`,安装依赖
7878
- 运行 `pnpm dev`,启动富文本网站
7979
- 打开浏览器访问:[http://localhost:5173/fluent-editor/](http://localhost:5173/fluent-editor/)
8080

@@ -101,7 +101,7 @@ pnpm dev
101101
- 本地编码
102102
- 遵循 [Commit Message Format](https://www.conventionalcommits.org/zh-hans/v1.0.0/) 规范进行提交,不符合提交规范的 PR 将不会被合并
103103
- 提交到远程仓库:git push origin branchName
104-
- 打开 Fluent Editor 代码仓库的 [Pull requests](https://github.com/opentiny/fluent-editor/pulls) 链接,点击 New pull request 按钮提交 PR
104+
- 打开 TinyEditor 代码仓库的 [Pull requests](https://github.com/opentiny/fluent-editor/pulls) 链接,点击 New pull request 按钮提交 PR
105105
- 按照 PR 模板补充相关信息,包括 PR 自检项、PR 类型、关联的 Issue 编号、是否是破坏性变更
106106
- 项目 Committer 进行 Code Review,并提出意见
107107
- PR 作者根据意见调整代码,请注意一个分支发起了 PR 后,后续的 commit 会自动同步,无需重新提交 PR
@@ -111,16 +111,16 @@ pnpm dev
111111

112112
## 加入开源社区
113113

114-
如果你对我们的 Fluent Editor 开源项目感兴趣,欢迎通过以下方式加入我们的开源社区。
114+
如果你对我们的 TinyEditor 开源项目感兴趣,欢迎通过以下方式加入我们的开源社区。
115115

116-
- 添加官方小助手微信:opentiny-official(备注:Fluent Editor),加入我们的技术交流群
116+
- 添加官方小助手微信:opentiny-official(备注:TinyEditor),加入我们的技术交流群
117117

118-
如果你给 Fluent Editor 提交过 Issue 或 PR,请在 Issue 或 PR 下面评论以下内容,添加自己到贡献者列表里。
118+
如果你给 TinyEditor 提交过 Issue 或 PR,请在 Issue 或 PR 下面评论以下内容,添加自己到贡献者列表里。
119119

120120
```
121121
@all-contributors please add @<username> for <contributions>
122122
```
123123

124124
详细规则可以参考:[https://allcontributors.org/docs/en/bot/usage](https://allcontributors.org/docs/en/bot/usage)
125125

126-
我们诚挚感谢每位参与过 Fluent Editor 开源项目贡献的开发者们!❤
126+
我们诚挚感谢每位参与过 TinyEditor 开源项目贡献的开发者们!❤

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 - present Fluent Editor Authors.
3+
Copyright (c) 2024 - present TinyEditor Authors.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Fluent Editor
1+
# TinyEditor
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
44

55
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
66

77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

9-
Fluent Editor is a rich text editor based on Quill 2.0, which extends Quill with rich modules and formats such as table, image, link, clipboard, emoji, file, mention, and quick menu. It is framework-independent, compatible with Quill API, and compatible with Quill module ecosystem.
9+
TinyEditor is a rich text editor based on Quill 2.0, which extends Quill with rich modules and formats such as table, image, link, clipboard, emoji, file, mention, and quick menu. It is framework-independent, compatible with Quill API, and compatible with Quill module ecosystem.
1010

1111
English | [简体中文](README.zh-CN.md)
1212

1313
## Features
1414

15-
Fluent Editor has the following features and advantages:
15+
TinyEditor has the following features and advantages:
1616

1717
- Contains more than 30 modules and formats, in addition to the 21 built-in formats in Quill, it also extends and enhances 15 modules and formats such as table, image, link, counter, emoji, file, clipboard, mention, quick menu, screenshot, etc.
1818
- Powerful table function, supports inserting table with specified rows and columns in the toolbar, table row height/column width dragging, inserting rows/columns, deleting rows/columns, merging/splitting cells, and other rich table operations.
1919
- It is not related to frameworks and can be used in multiple frameworks such as Vue, React, Angular, etc.
2020
- Compatible with all Quill APIs, Quill ecosystem modules and formats.
2121

22-
![Fluent Editor](fluent-editor.png)
22+
![TinyEditor](fluent-editor.png)
2323

2424
## Quick Start
2525

26-
Install Fluent Editor:
26+
Install TinyEditor:
2727

2828
```shell
2929
npm i @opentiny/fluent-editor
@@ -33,7 +33,7 @@ Write html:
3333

3434
```html
3535
<div id="editor">
36-
<p>Hello Fluent Editor!</p>
36+
<p>Hello TinyEditor!</p>
3737
</div>
3838
```
3939

@@ -43,7 +43,7 @@ Import style:
4343
@import '@opentiny/fluent-editor/style.css';
4444
```
4545

46-
Initialize the Fluent Editor editor:
46+
Initialize the TinyEditor editor:
4747

4848
```javascript
4949
import FluentEditor from '@opentiny/fluent-editor'
@@ -95,10 +95,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
9595

9696
Thanks to:
9797

98-
- The [quill](https://github.com/slab/quill) project, which is an API-driven rich text editor with a modular architecture, good scalability, ease of use, and cross-platform support. Fluent Editor extends and enhances a large number of modules and formats such as tables, images, and hyperlinks based on Quill.
99-
- The [quill-better-table](https://github.com/soccerloway/quill-better-table) project, which enhances the built-in table module of Quill and adds rich functionality. Fluent Editor's table operation functionality is based on quill-better-table.
100-
- The [quill-emoji](https://github.com/contentco/quill-emoji) project, which is a Quill module for emoji. Fluent Editor's insert emoji function is based on quill-emoji.
101-
- The [quill-blot-formatter](https://github.com/Fandom-OSS/quill-blot-formatter) project, which is a Quill module for resizing images and videos. Fluent Editor's image scaling function is based on quill-blot-formatter.
98+
- The [quill](https://github.com/slab/quill) project, which is an API-driven rich text editor with a modular architecture, good scalability, ease of use, and cross-platform support. TinyEditor extends and enhances a large number of modules and formats such as tables, images, and hyperlinks based on Quill.
99+
- The [quill-better-table](https://github.com/soccerloway/quill-better-table) project, which enhances the built-in table module of Quill and adds rich functionality. TinyEditor's table operation functionality is based on quill-better-table.
100+
- The [quill-emoji](https://github.com/contentco/quill-emoji) project, which is a Quill module for emoji. TinyEditor's insert emoji function is based on quill-emoji.
101+
- The [quill-blot-formatter](https://github.com/Fandom-OSS/quill-blot-formatter) project, which is a Quill module for resizing images and videos. TinyEditor's image scaling function is based on quill-blot-formatter.
102102

103103
## License
104104

README.zh-CN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Fluent Editor 富文本编辑器
1+
# TinyEditor 富文本编辑器
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
44

55
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
66

77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

9-
Fluent Editor 是一个基于 Quill 2.0 的富文本编辑器,在 Quill 基础上扩展了表格、图片、超链接、复制粘贴、插入表情、文件上传、@提醒、斜杆菜单等丰富的模块和格式,框架无关、兼容 Quill API、兼容 Quill 模块生态。
9+
TinyEditor 是一个基于 Quill 2.0 的富文本编辑器,在 Quill 基础上扩展了表格、图片、超链接、复制粘贴、插入表情、文件上传、@提醒、斜杆菜单等丰富的模块和格式,框架无关、兼容 Quill API、兼容 Quill 模块生态。
1010

1111
[English](README.md) | 简体中文
1212

1313
## 项目优势
1414

15-
Fluent Editor 主要有以下特点和优势:
15+
TinyEditor 主要有以下特点和优势:
1616

1717
- 包含 30 多种丰富的模块和格式,除了 Quill 内置的 21 种格式之外,还扩展和增强了表格、图片、超链接、字数统计、表情、文件上传、复制粘贴、@提醒、斜杆快捷菜单、截图等 15 种模块和格式
1818
- 强大的表格功能,支持在工具栏插入指定行列的表格、表格行高/列宽拖拽、插入行/列、删除行/列、合并/拆分单元格等丰富的表格操作
1919
- 与框架无关,可以在 Vue、React、Angular 等多种框架中使用
2020
- 兼容 Quill 所有 API,兼容 Quill 生态模块和格式
2121

22-
![Fluent Editor](fluent-editor.png)
22+
![TinyEditor](fluent-editor.png)
2323

2424
## 快速入门
2525

26-
安装 Fluent Editor
26+
安装 TinyEditor
2727

2828
```shell
2929
npm i @opentiny/fluent-editor
@@ -33,7 +33,7 @@ npm i @opentiny/fluent-editor
3333

3434
```html
3535
<div id="editor">
36-
<p>Hello Fluent Editor!</p>
36+
<p>Hello TinyEditor!</p>
3737
</div>
3838
```
3939

@@ -43,7 +43,7 @@ npm i @opentiny/fluent-editor
4343
@import '@opentiny/fluent-editor/style.css';
4444
```
4545

46-
初始化 Fluent Editor 编辑器:
46+
初始化 TinyEditor 编辑器:
4747

4848
```javascript
4949
import FluentEditor from '@opentiny/fluent-editor'

0 commit comments

Comments
 (0)