Skip to content

Commit

Permalink
doctree_line (#6)
Browse files Browse the repository at this point in the history
* doctree_line

* doctree_front_line

* textual and format

* textual and format -1

* 0.3.0

* fix multiple window issue

* v0.3.1
  • Loading branch information
zxkmm authored Jan 24, 2024
1 parent 13f1b3c commit dea0c25
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 59 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@

## 0.2.0
- add per device selection

## 0.3.0
- add vscode style doctree front line
- add hide doctree icon label
- add hide doctree item content
- add doctree item seperator
- add disable icon click but keep icon
- add line height setting

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ This makes it difficult or even impossible to click on multi-level subdirectorie
![static_area](https://tvax3.sinaimg.cn/large/0089YRx6gy1hlvq6uhx16j30z00oik89.jpg)


## changelog 0.1.2
- add support for mobile serving mode
- add support for mouse hoving font size overload
- add support for unclamp when mouse hoving
- fix influenced setting panel
## 0.3.0
- add vscode style doctree front line
- add hide doctree icon label
- add hide doctree item content
- add doctree item seperator
- add disable icon click but keep icon
- add line height setting


## Links
Expand Down
12 changes: 7 additions & 5 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@



## changelog 0.1.2
- add support for mobile serving mode
- add support for mouse hoving font size overload
- add support for unclamp when mouse hoving
- fix influenced setting panel
## 0.3.0
- 添加了VSCode风格的文档树层级竖线
- 添加了隐藏文档树图标气泡的功能
- 添加了隐藏文档树项目详情气泡的功能
- 添加了文档树项目分隔符
- 添加了禁用图标点击但保留图标的功能
- 添加了行高设置功能


## 链接
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "siyuan_doctree_compress",
"version": "0.2.0",
"version": "0.3.1",
"type": "module",
"description": "fully customs your doctree",
"repository": "",
"homepage": "",
"author": "",
"repository": "https://github.com/zxkmm/siyuan_doctree_compress",
"homepage": "https://github.com/zxkmm/siyuan_doctree_compress",
"author": "zxkmm",
"license": "MIT",
"scripts": {
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan_doctree_compress",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
"version": "0.2.0",
"version": "0.3.1",
"minAppVersion": "2.12.1",
"backends": [
"windows",
Expand All @@ -22,7 +22,7 @@
},
"description": {
"en_US": "(doctree compress) provides up to 12 functions, including flow layout/ indentation adjustment/ hide bubble/ shield button/ font size/ mouse hover, etc., to completely customize your document tree",
"zh_CN": "(文档树压缩)提供多达12余项功能,包括 流动布局/ 缩进调节/ 隐藏气泡/ 屏蔽按钮/ 字体大小/ 鼠标悬浮等,完全自定义您的文档树"
"zh_CN": "(文档树压缩)提供多达20余项功能,包括 流动布局/ 缩进调节/ 隐藏气泡/ 屏蔽按钮/ 字体大小/ 鼠标悬浮/ 层级竖线/ 分割线/ 等等,完全自定义您的文档树"
},
"readme": {
"en_US": "README.md",
Expand All @@ -34,6 +34,6 @@
]
},
"keywords": [
"文档树", "压缩", "自定义", "compress", "doctree", "modify", "zxkmm"
"文档树", "压缩", "自定义", "compress", "doctree", "modify", "zxkmm", "文档树压缩", "文档树自定义", "siyuan_doctree_compress"
]
}
2 changes: 1 addition & 1 deletion src/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"hideIconDescForce": "上面开关没有作用时再启用,且仅在上一个开关启用时有效",
"hintTitle": "关于",
"hintDesc": "<ul><li>● 由<a href='https://github.com/zxkmm'>zxkmm</a>制作, MIT 协议开源。</li><li>● 如果您喜欢这个插件,请给我的 GitHub 仓库点亮免费的星星⭐(Star)。</li><li>● 链接:<a href='https://github.com/zxkmm/siyuan_doctree_compress'>https://github.com/zxkmm/siyuan_doctree_compress</a></li><li>",
"experimentFeatureHintDesc": "设置文档树的静态外观(可能和第三方主题不兼容)",
"experimentFeatureHintDesc": "设置文档树的动态外观(可能和第三方主题不兼容)",
"experimentFeatureHintTitle": "<hr style='border: none; border-top: 2px solid;'>● 动态文档树布局设置",
"hintDangerousZoneTitle": "<hr style='border: none; border-top: 2px solid;'>● 静态文档树布局设置",
"hintDangerousZoneDesc": "设置文档树的静态外观(可能和第三方主题不兼容)",
Expand Down
Loading

0 comments on commit dea0c25

Please sign in to comment.