Skip to content

Commit 354a1c2

Browse files
committed
Update readme
Signed-off-by: Ryan Wang <i@ryanc.cc>
1 parent 108cadb commit 354a1c2

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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

@@ -31,3 +32,7 @@
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)
119 KB
Loading
105 KB
Loading

src/main/resources/plugin.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: plugin.halo.run/v1alpha1
22
kind: Plugin
33
metadata:
44
name: content-tools
5+
annotations:
6+
store.halo.run/app-id: app-SUvBR
57
spec:
68
enabled: true
79
requires: ">=2.20.0"
@@ -12,8 +14,8 @@ spec:
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"

0 commit comments

Comments
 (0)