Skip to content

Commit

Permalink
🔖 v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 23, 2024
1 parent 1b2b947 commit b041dee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
## v1.1.1 / 2024.11.24

- ✨ 添加脚注引用css样式
- ✨ 脚注块引的自定义属性值改为脚注内容块id,方便删除和后面的数字编号功能
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-24_01-39-40-2024-11-24.png)
- ✨ 脚注块引的自定义属性值改为脚注内容块id,方便删除和后面的数字编号功能 `custom-footnote="20241124013624-9oq7jfl"`
- ✨ 选中文本的样式设置,取消加粗、高亮等原生样式,改用自定义样式。注意:所以如果有对重叠文字重复添加脚注的需求,请不要开启自定义样式,会有样式冲突问题。

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-24_01-40-52-2024-11-24.png)
## v1.1.0 / 2024.11.23

- ✨支持设置脚注内容放到当前块后
Expand Down
9 changes: 9 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
## 📝更新日志

v1.1.1 / 2024.11.24

- ✨ 添加脚注引用css样式
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-24_01-39-40-2024-11-24.png)
- ✨ 脚注块引的自定义属性值改为脚注内容块id,方便删除和后面的数字编号功能 `custom-footnote="20241124013624-9oq7jfl"`
- ✨ 选中文本的样式设置,取消加粗、高亮等原生样式,改用自定义样式。注意:所以如果有对重叠文字重复添加脚注的需求,请不要开启自定义样式,会有样式冲突问题。
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-24_01-40-52-2024-11-24.png)

v1.1.0 / 2024.11.23

- ✨支持设置脚注内容放到当前块后
Expand All @@ -21,6 +29,7 @@ v1.0.9 / 2024.11.23
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-23_18-59-13-2024-11-23.png)
- ✨支持重置设置,重置后会恢复插件默认设置
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-23_18-59-34-2024-11-23.png)

## 📝使用介绍

> 思源笔记使用本插件的版本要求:>v3.1.13
Expand Down
1 change: 0 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
background-color: var(--b3-font-background5);
color: var(--b3-theme-on-background) !important;
border: none !important;
padding: 0 0.2em;
margin: 0 1px;
border-radius: 3px;
}
Expand Down

0 comments on commit b041dee

Please sign in to comment.