v1.3.0 Releases #17

Merged
zhengyi merged 13 commits from dev into main 2023-12-19 15:56:00 +08:00
Owner

更新日志

  • 支持更多tips渲染
  • 支持github仓库信息渲染
  • 升级vditor为分支halo-vditor版本 https://git.mczhengyi.top/zhengyi/vditor
  • ⬆️ 升级halo-vditor到3.9.8版本(对应vditor3.9.7)
  • 🐛 修复页面偶尔出现的白屏问题,使用本地资源

关于新的渲染类型

我在原有vditor基础上加入了新的渲染类型halo,支持所见即所得,这种渲染类型内容结构包含第一行类型和下面的内容,具体如下

    ```halo
    <类型>:<参数>
    <内容>
    <内容>
    ```

现在支持下面两种类型tipsgit

tips

渲染tips块

tips:<类型>
<内容>
  • 类型: 支持info/danger/success/warn

git

git:[<地址>@<平台>/<用户>/<仓库>]

例如:
git:[@github/justice2001/halo-plugin-vditor]

  • 地址:保留,后期给gitlab、gitea平台使用,使用公共平台注意保留后面的@
  • 平台:当前仅支持github
## 更新日志 * ✨ 支持更多tips渲染 * ✨ 支持github仓库信息渲染 * ✨ 升级vditor为分支halo-vditor版本 [https://git.mczhengyi.top/zhengyi/vditor](https://git.mczhengyi.top/zhengyi/vditor) * ⬆️ 升级halo-vditor到3.9.8版本(对应vditor3.9.7) * 🐛 修复页面偶尔出现的白屏问题,使用本地资源 ## 关于新的渲染类型 我在原有vditor基础上加入了新的渲染类型`halo`,支持所见即所得,这种渲染类型内容结构包含第一行类型和下面的内容,具体如下 ``` ```halo <类型>:<参数> <内容> <内容> ``` ``` 现在支持下面两种类型`tips`和`git` ### tips 渲染tips块 ``` tips:<类型> <内容> ``` - 类型: 支持`info`/`danger`/`success`/`warn` ### git ``` git:[<地址>@<平台>/<用户>/<仓库>] ``` > 例如: > git:[@github/justice2001/halo-plugin-vditor] - 地址:保留,后期给gitlab、gitea平台使用,使用公共平台注意保留后面的@ - 平台:当前仅支持github
zhengyi added 12 commits 2023-12-19 11:52:58 +08:00
Build Plugin JAR File / build (push) Successful in 1m9s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
93655a1a6d
💚 Fix ci build no version in dev branch
f87377b365 ♻️ Remove vditor assets from this repo
use download_dist.sh to download assets
Build Plugin JAR File / build (push) Failing after 35s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
b81f9faaec
Merge pull request 'Move vditor assets to local' (PR#14) from feat-local-asset into dev
Reviewed-on: #14
Build Plugin JAR File / build (push) Failing after 2m7s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
71624ac813
📦 Update pnpm to 8.13
Build Plugin JAR File / build (push) Successful in 1m10s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
780c598814
📦 Update vditor sha
Build Plugin JAR File / build (push) Successful in 1m34s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
2cfce64d31
⬆️ Update halo-vditor to 3.9.8
zhengyi added 1 commit 2023-12-19 15:53:45 +08:00
Build Plugin JAR File / build (push) Successful in 1m41s Details
Build Plugin JAR File / github-release (push) Has been skipped Details
d268f0fe73
📝 Add doc for halo render
zhengyi merged commit 27ff93e8b4 into main 2023-12-19 15:56:00 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zhengyi/halo-plugin-vditor#17
No description provided.