Skip to content

Commit

Permalink
update version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjinglei committed Dec 19, 2023
1 parent 812654d commit 9df69f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- v0.4.1
- 新功能:路径图
- 可以绘制两点间路径
- 绘制两点间路径
- 如何选择起点终点
- 当开启自动跟随时,依次点击`起点`,`终点`后,点击`路径图`按钮,即可绘制。
- 当未开启自动跟随时,依次点击`起点`,`路径图`,`终点`,`路径图`,即可绘制。
Expand Down Expand Up @@ -138,6 +138,7 @@
### 一些实践

- [笔记可视化 - 关系图增强插件的使用](https://ld246.com/article/1696579047798)
- [关于关系图增强插件](https://ld246.com/article/1702042778713)

## 未来计划

Expand All @@ -156,7 +157,7 @@

## 感谢

- 本项目使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算
- 本项目使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形
- 本项目使用了[Color.js](https://github.com/color-js/color.js)进行混合颜色计算
- 本项目使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算
- 本项目使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形
- 本项目使用了[Color.js](https://github.com/color-js/color.js)进行颜色混合计算。
- 本项目为[siyuan](https://github.com/siyuan-note/siyuan)插件,已在思源集市上架。
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": "graph-enhance",
"author": "shenjinglei",
"url": "https://github.com/shenjinglei/siyuan-plugin-graph-enhance",
"version": "0.4.0",
"version": "0.4.1",
"minAppVersion": "2.10.13",
"backends": ["all"],
"frontends": ["all"],
Expand Down

0 comments on commit 9df69f2

Please sign in to comment.