docs: update start.md
This commit is contained in:
@@ -10,17 +10,20 @@ The official only provides the editor core layer npm package, the menu bar or ot
|
||||
|
||||
## Features
|
||||
|
||||
- Rich text operations (Undo, Redo, Font, Size, Bold, Italic, Superscript, Alignment, Title, List, ...)
|
||||
- Insert elements (Table, Image, Link, Code Block, Page Break, Math Formula, Date Picker, content Block, ...)
|
||||
- Rich text operations (Undo, Redo, Font, Size, Bold, Italic, Underline, Strikeout, Superscript, Alignment, Title, List, ...)
|
||||
- Insert elements (Table, Image, Link, Code Block, Page Break, Math Formula, Date Picker, Block, ...)
|
||||
- Print (Based on canvas to picture, pdf drawing)
|
||||
- Controls (Radio, Text, Checkbox)
|
||||
- Controls (Select, Text, Date, Radio, Checkbox)
|
||||
- Right-click menu (Internal, Custom)
|
||||
- Shortcut keys (Internal, Custom)
|
||||
- Text, Element, Control drag and drop
|
||||
- Drag and Drop(Text, Element, Control)
|
||||
- Header, Footer, Page Number
|
||||
- Page Margin
|
||||
- Watermark
|
||||
- Pagination
|
||||
- Comment
|
||||
- Catalog
|
||||
- [Plugin](https://github.com/Hufe921/canvas-editor-plugin)
|
||||
|
||||
## TODO
|
||||
|
||||
|
||||
+8
-5
@@ -2,7 +2,7 @@
|
||||
|
||||
> 所见即所得的富文本编辑器。
|
||||
|
||||
得益于光标及文字排版的完全自行实现。绘制底层也可由 svg 渲染,详见代码:[feature/svg](https://github.com/Hufe921/canvas-editor/tree/feature/svg);或借助 pdfjs 的完成 pdf 的绘制,详见代码:[feature/pdf](https://github.com/Hufe921/canvas-editor/tree/feature/pdf)。
|
||||
得益于光标及文字排版的完全自行实现。绘制底层也可由 svg 渲染,详见代码:[feature/svg](https://github.com/Hufe921/canvas-editor/tree/feature/svg);或借助 pdfjs 可以完成 pdf 的绘制,详见代码:[feature/pdf](https://github.com/Hufe921/canvas-editor/tree/feature/pdf)。
|
||||
|
||||
::: warning
|
||||
官方仅提供编辑器核心层 npm 包,菜单栏或其他外部工具可自行参考文档扩展,或直接参考[官方](https://github.com/Hufe921/canvas-editor)实现,详见[demo](https://hufe.club/canvas-editor/)。
|
||||
@@ -10,17 +10,20 @@
|
||||
|
||||
## 功能点
|
||||
|
||||
- 富文本操作(撤销、重做、字体、字号、加粗、斜体、上下标、对齐方式、标题、列表.....)
|
||||
- 富文本操作(撤销、重做、字体、字号、加粗、斜体、下划线、删除线、上下标、对齐方式、标题、列表.....)
|
||||
- 插入元素(表格、图片、链接、代码块、分页符、Math 公式、日期选择器、内容块......)
|
||||
- 打印(基于 canvas 转图片、pdf 绘制)
|
||||
- 控件(单选、文本、复选框)
|
||||
- 控件(单选、文本、日期、单选框组、复选框组)
|
||||
- 右键菜单(内部、自定义)
|
||||
- 快捷键(内部、自定义)
|
||||
- 文字、元素、控件拖拽
|
||||
- 拖拽(文字、元素、控件)
|
||||
- 页眉、页脚、页码
|
||||
- 页边距
|
||||
- 水印
|
||||
- 分页
|
||||
- 水印
|
||||
- 批注
|
||||
- 目录
|
||||
- [插件](https://github.com/Hufe921/canvas-editor-plugin)
|
||||
|
||||
## 待开发
|
||||
|
||||
|
||||
Reference in New Issue
Block a user