File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Halo 内容格式助手
1+ # Halo 内容助手
22
3- 为 Halo 添加内容格式转换和导出的功能 。
3+ 为 Halo 添加内容格式转换、文章导入导出等功能 。
44
55** ⚠️ 目前格式转换并不能完全保留原格式,部分语法可能在不同的编辑器中有不同的表现,建议谨慎使用。**
66
77## 特性
88
99- 支持 Markdown 和富文本格式的互转。
1010- 支持导出文章内容,支持转换为 Markdown 文件导出,支持导出为 PDF。
11+ - 支持 Markdown、Word(.doc、.docx)文档导入,包含关联的图片资源。
1112- 支持文章克隆。
1213- 支持复制文章内容。
1314
3132![ ] ( ./images/plugin-content-tools-preview-4.png )
3233
3334![ ] ( ./images/plugin-content-tools-preview-5.png )
35+
36+ ![ ] ( ./images/plugin-content-tools-preview-6.png )
37+
38+ ![ ] ( ./images/plugin-content-tools-preview-7.png )
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ apiVersion: plugin.halo.run/v1alpha1
22kind : Plugin
33metadata :
44 name : content-tools
5+ annotations :
6+ store.halo.run/app-id : app-SUvBR
57spec :
68 enabled : true
79 requires : " >=2.20.0"
1214 homepage : https://github.com/ruibaby/plugin-content-tools#readme
1315 repo : https://github.com/ruibaby/plugin-content-tools
1416 issues : https://github.com/ruibaby/plugin-content-tools/issues
15- displayName : " 内容格式助手 "
16- description : " 支持文章内容格式转换和导出 "
17+ displayName : " 内容助手 "
18+ description : " 支持文章内容格式转换、文章导入导出等功能 "
1719 license :
1820 - name : " GPL-3.0"
1921 url : " https://github.com/ruibaby/plugin-content-tools/blob/main/LICENSE"
You can’t perform that action at this time.
0 commit comments