Skip to content

Commit

Permalink
update version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjinglei committed Nov 4, 2023
1 parent 9ec4485 commit 694c361
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGE LOG

## 0.3.2/2023-11-04

- [v0.3.1 ... v0.3.2](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.3.1...v0.3.2)

- Improved the feature of automatic following the current note.
- Upgrade siyuan api to 0.8.8.

## 0.3.1/2023-11-01

- [v0.3.0 ... v0.3.1](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/compare/v0.3.0...v0.3.1)
Expand Down
44 changes: 31 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,48 @@
## Get Start

After enabling this plug-in, a sidebar will be added in the right top corner. After opening the sidebar, click the function button in the right top corner. The plug-in will draw a diagram according to the current document and display it in the sidebar.
For example, select "Start here" in the Siyuan User Guide, and then click the "Global" button in "Diagram Enhance". The resulting relationship diagram is shown in the preview picture:

![pic2](https://z1.ax1x.com/2023/10/20/piFpN9S.png)
For example, If you link note A with note B, C and D. The relation graph drawn by Siyuan looks like the picture in left side. While the relation graph drawn by this plugin looks like the picture in right side.

[Manual in Chinese](https://ld246.com/article/1696579047798)

## Function

- Global Graph
- Vertical Graph
- Horizontal Graph
- Jump To Note
- Setting
![pic1](https://z1.ax1x.com/2023/10/20/piFpacQ.png) ![pic2](https://z1.ax1x.com/2023/10/20/piFpN9S.png)

## Changelog

[CHANGELOG](./CHANGELOG.md)
- v0.3.2
- Improved the feature of automatic following the current note. Need siyuan version 2.10.13.
- v0.3.1
- The maximum number of nodes limit applies to all graphs.
- dailynote applies as separating nodes.
- v0.3.0
- Added a function that separates the graph.
- v0.2.0
- Added Source Graph
- Added Sink Graph
- Added Neighbor Graph
- Added V&H Graph
- v0.1.0
- draw global graph
- draw vertical graph
- draw horizontal graph

more details in [CHANGELOG](./CHANGELOG.md)

### Manuals

- [Manual in Chinese](https://ld246.com/article/1696579047798)

## Planning

- [ ] Layout
- [ ] Color

Welcome to feedback and sponsorship
## Feedback

- [github issue](https://github.com/shenjinglei/siyuan-plugin-graph-enhance/issues)

## Sponsor

- [胖头鱼](https://afdian.net/a/shenjinglei)

## Acknowledge

Expand Down
4 changes: 3 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

## 更新日志

- v0.3.2
- 优化了关系图自动跟随当前文档功能,思源版本需要 2.10.13 以上
- v0.3.1
- 最大节点数限制将作用于全部的绘制图
- dailynote 将默认作为分割点
Expand Down Expand Up @@ -80,7 +82,7 @@

![](https://z1.ax1x.com/2023/10/27/pieCVeO.png)

`b`起始的图也不再绘制`c`,`c1`,`c2`之前的节点。
`d`起始的图也不再绘制`c`,`c1`,`c2`之前的节点。

![](https://z1.ax1x.com/2023/10/27/pieCZwD.png)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.8.4",
"siyuan": "0.8.8",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "graph-enhance",
"author": "shenjinglei",
"url": "https://github.com/shenjinglei/siyuan-plugin-graph-enhance",
"version": "0.3.1",
"minAppVersion": "2.10.6",
"version": "0.3.2",
"minAppVersion": "2.10.13",
"backends": ["all"],
"frontends": ["all"],
"displayName": {
Expand Down
14 changes: 8 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 694c361

Please sign in to comment.