Skip to content

Releases: daxcore/mkdocs-obsidian-interactive-graph-plugin

Interactive Graph 0.3.0

14 Dec 16:27
3579a28
Compare
Choose a tag to compare

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 global to true at line draw_graph_sidebar(myChart, global=false) at top of javascript file.
  • removed deprecated version inside compose.yml file

Interactive Graph 0.2.6

24 Apr 19:35
39c24c4
Compare
Choose a tag to compare

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

29 Mar 19:36
Compare
Choose a tag to compare

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

29 Mar 16:39
Compare
Choose a tag to compare

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