Skip to content

Commit

Permalink
🔖 v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed May 18, 2024
1 parent 09b37c2 commit e9f2f7d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.1.5 / 2024.05.18
- 💄pdf 导出块引链接文字为绿色,使用虚线下划线

## v2.1.4 / 2024.05.16
- 💄代码块不设置语言,不显示language语言提示
- 💄下划线的划线样式加粗
Expand Down
18 changes: 3 additions & 15 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,16 @@

## 🚀最近更新

v2.1.5 / 2024.05.18
- 💄pdf 导出块引链接文字为绿色,使用虚线下划线

v2.1.4 / 2024.05.16
- 💄代码块不设置语言,不显示language语言提示
- 💄下划线的划线样式加粗

v2.1.3 / 2024.05.15
- 💄引述块样式修改:light 主题引述块添加border-left,设置为0.3em宽度

v2.1.2 / 2024.05.10
- 🔥 取消代码块限制最大高度

v2.1.1 / 2024.05.10
- ✨ 代码块限制最大高度优化:复制按钮不跟随滚动条滚动
- ✨ 代码块预览pdf界面不显示复制按钮

v2.1.0 / 2024.05.07
- 📝 README 添加标题小圆点层级提示和无序列表层级样式的代码片段
- 💄 调整代码块样式
- 💄 导出预览模式复制到微信公众号,加粗文字颜色设置为蓝色

v2.0.8 / 2024.05.06
- ✨ 代码块设置最大高度优化:适配行号

v2.0.6 / 2024.04.30
- ✨ 思源笔记预览模式直接复制到微信公众号适配
- 💄 超链接样式调整
Expand Down
7 changes: 7 additions & 0 deletions style/export.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,20 @@ text-align:center;
text-decoration: none;
border-bottom: 1px solid var(--custom-link-bottom-color);
}
/* pdf 导出块引链接文字为绿色,使用虚线下划线 */
#preview .protyle-wysiwyg [data-node-id] a[href^="siyuan://"]{
color: var(--b3-protyle-inline-blockref-color);
border-bottom: 1px dashed var(--b3-protyle-inline-blockref-color);
}

/* 代码块 */
#preview .protyle-wysiwyg .code-block {
padding: 0;
background: var(--b3-protyle-code-background);
border-radius: 4px;
box-shadow: none;
}

#preview .protyle-wysiwyg .code-block .protyle-action .protyle-action__copy{
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Tsundoku",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-themes-tsundoku",
"version": "2.1.4",
"version": "2.1.5",
"displayName": {
"default": "Tsundoku",
"zh_CN": "積読"
Expand Down

0 comments on commit e9f2f7d

Please sign in to comment.