Releases: daxcore/mkdocs-obsidian-interactive-graph-plugin
Releases · daxcore/mkdocs-obsidian-interactive-graph-plugin
Interactive Graph 0.3.2
Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.3.2.
Changes
- Fix broken links to pages with the same name as title #12 (thanks to @lukasrynt)
Interactive Graph 0.3.1
Interactive Graph 0.3.0
Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.3.0.
Changes
- beginning from this version the default graph inside the sidebar was minimized to edges related to the current page only. The previous behavior can be restored by setting
globaltotrueat linedraw_graph_sidebar(myChart, global=false)at top of javascript file. - removed deprecated version inside
compose.ymlfile
Interactive Graph 0.2.6
Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.2.6.
Bugfixes
- fixed an issue while parsing wiki links
Interactive Graph 0.2.4
Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.2.4.
Bugfixes
- fixed the docker development mode
- attached the button for modal view on search instead of light/dark switch, because search feature is more common than the switch
- cleanup the javascript by using css file
Interactive Graph 0.2.3
Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.2.3.
New Features
- added modal view for interactive graph which also should be supported by mobile devices/browsers
- button for modal view located between search and light/dark mode switch (if activated)
- close modal view by click/tap somewhere outside the box
- long-press a node to gray out not related nodes
- tap/click to switch to page with nodes name
- use scroll button or pinch gesture to zoom
- click/tap and hold to move graph around