Skip to content

Commit

Permalink
💄 v1.1.9 / 2024.12.01
Browse files Browse the repository at this point in the history
- 📝README 补充插件的命令介绍
- ✨ 命令面板添加取消脚注自动编号命令 #17
  • Loading branch information
Achuan-2 committed Dec 1, 2024
1 parent c1662d3 commit 803aadb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@

## v1.1.9 / 2024.12.01
- 📝README 补充插件的命令介绍
- ✨ 命令面板添加取消脚注自动编号命令 #17

## v1.1.8 / 2024.12.01

## v1.1.8

- 💄完善自定义弹窗界面

## v1.1.7

## v1.1.7 / 2024.12.01


- ✨ 现在不勾选脚注自动编号时,添加脚注的弹窗可以使用思源富文本功能编辑脚注内容啦,但是勾选脚注自动编号,还是只能纯文本格式添加脚注内容
因为我暂时实现不了同时更新脚注编号又同时显示特定块的功能,需要富文本编辑,可以等脚注排完序,再悬浮脚注引用编辑

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-12-01_12-59-22-2024-12-01.png)
- 🐛 修复勾选脚注自动编号,弹窗添加脚注添加多行时的错误。
Expand Down
16 changes: 16 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ v1.1.6 / 2024.11.30 脚注支持脚注数字编号啦!
* **自定义样式**:自定义脚注块引、添加脚注时选中文字的样式、脚注内容块的样式。
* **重置设置**:重置插件设置为默认值

## 插件命令面板

打开命令面板 Ctrl+Shift+P

目前已有的命令如下:
- 添加脚注:添加脚注到当前文档(可以不选择文字添加)
- 脚注编号:将当前文档的所有脚注转换为数字编号样式
- 脚注取消编号:将当前文档的所有脚注转换为自定义锚文本样式

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-12-01_17-53-18-2024-12-01.png)


可在设置中自行绑定快捷键:

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-12-01_17-55-09-2024-12-01.png)

## 🤔插件使用介绍

### 如何同时删除脚注引用和脚注内容块
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-blockref-footnote",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-plugin-blockref-footnote",
"version": "1.1.8",
"version": "1.1.9",
"minAppVersion": "3.1.13",
"backends": [
"windows",
Expand Down
1 change: 1 addition & 0 deletions public/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
},
"deleteFootnote": "Delete Footnote",
"reorderFootnotes": "Reorder Footnotes",
"cancelReorderFootnotes": "Cancel Reorder Footnotes",
"errors": {
"noDocId": "[Block Ref Footnote Plugin] Please fill in the specified document ID"
}
Expand Down
1 change: 1 addition & 0 deletions public/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
},
"deleteFootnote": "删除脚注",
"reorderFootnotes": "脚注自动编号",
"cancelReorderFootnotes": "取消脚注编号",
"errors": {
"noDocId": "【块引脚注插件】请填写指定文档ID"
}
Expand Down

0 comments on commit 803aadb

Please sign in to comment.