-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove better-table (#233)
- Loading branch information
Showing
49 changed files
with
31 additions
and
5,842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 24 additions & 24 deletions
48
...cs/fluent-editor/docs/modules/table-up.md → .../docs/fluent-editor/docs/demo/table-up.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# TableUp | ||
|
||
具体相关参数请查看[文档](https://github.com/zzxming/quill-table-up?tab=readme-ov-file#usage) | ||
|
||
## 安装 | ||
|
||
```bash | ||
npm install quill-table-up | ||
``` | ||
|
||
### 单元格操作菜单 | ||
|
||
:::demo src=demos/table-up-menu.vue | ||
::: | ||
|
||
### 单元格大小调整 | ||
|
||
:::demo src=demos/table-up-resize.vue | ||
::: | ||
|
||
### 快捷菜单配置 | ||
|
||
:::demo src=demos/table-up-shortcut.vue | ||
::: | ||
# 表格 | ||
|
||
TinyEditor 的表格功能依赖 `quill-table-up`,使用前请先安装 `quill-table-up`。 | ||
|
||
```bash | ||
npm install quill-table-up | ||
``` | ||
|
||
具体相关参数请查看[文档](https://github.com/zzxming/quill-table-up?tab=readme-ov-file#usage) | ||
|
||
## 单元格操作菜单 | ||
|
||
:::demo src=demos/table-up-menu.vue | ||
::: | ||
|
||
## 单元格大小调整 | ||
|
||
:::demo src=demos/table-up-resize.vue | ||
::: | ||
|
||
## 快捷菜单配置 | ||
|
||
:::demo src=demos/table-up-shortcut.vue | ||
::: |
Oops, something went wrong.