Skip to content

Commit

Permalink
🔖 v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Dec 1, 2024
1 parent 15967db commit 521100a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- ✨ 脚注内容模板新增脚注编号变量:`${index}`脚注编号默认带原块链接,`${index:text}`脚注编号纯文本
- 🔥 取消脚注启用编号对脚注内容块添加命名的操作

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/脚注内容块支持编号变量-2024-12-01.gif)
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-12-01_23-01-13-2024-12-01.png)

实现上面GIF的效果:
开启脚注自动编号,脚注内容模板设置为
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ v1.2.0 / 2024.12.01
- ✨ 脚注内容模板新增脚注编号变量:`${index}`脚注编号默认带原块链接,`${index:text}`脚注编号纯文本
- 🔥 取消脚注启用编号对脚注内容块添加命名的操作

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/脚注内容块支持编号变量-2024-12-01.gif)
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-12-01_23-01-13-2024-12-01.png)

实现上面GIF的效果
实现上面图片的效果
开启脚注自动编号,脚注内容模板设置为
```markdown
{{{col
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default class PluginFootnote extends Plugin {
/* 自定义脚注内容块样式 */
/* 脚注内容块如果设置为横排超级块则减少间距 */
.protyle-wysiwyg .sb[custom-plugin-footnote-content][data-sb-layout=col] {
.protyle-wysiwyg .sb[custom-plugin-footnote-content][data-sb-layout="col"] {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
Expand Down

0 comments on commit 521100a

Please sign in to comment.