Skip to content

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

Interactive Graph 0.3.2

10 Feb 07:45
a55894c

Choose a tag to compare

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

10 Nov 16:42
5dae201

Choose a tag to compare

Install via pip install mkdocs-obsidian-interactive-graph-plugin==0.3.1.

Changes

  • fixed Sidebar graph renders incorrectly on theme change #7 (thanks to @babrar)

Interactive Graph 0.3.0

14 Dec 16:27
3579a28

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

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

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

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