Skip to content

Commit edafd3e

Browse files
author
Rosa Hase
committed
updated the README and documentation about the new modal graph view feature
1 parent 544b362 commit edafd3e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Interactive Graph for Material for MkDocs
22
Plugin for Material for MkDocs to draw an interactive graph like Obsidian.
3-
Just available for non-mobile website yet.
3+
The graph inside the sidebar is just available for non-mobile website. The modal view via the button next to the light/dark mode switch shall work on all devices.
44

55
Refer [Github Pages](https://daxcore.github.io/mkdocs-obsidian-interactive-graph-plugin/) for a **demonstration** of the interactive graph in Material for MkDocs.
66

docs/ObsidianVault/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Interactive Graph for Material for MkDocs
33

44
Plugin for Material for #MkDocs to draw an interactive graph like Obsidian.
5-
Just available for non-mobile website yet.
5+
The graph inside the sidebar is just available for non-mobile website. The modal view via the button next to the light/dark mode switch shall work on all devices.
66

77
Source code located on Github [https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/](https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/){:target="\_blank"}.
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION_NUMBER = '0.2.0'
5+
VERSION_NUMBER = '0.2.1'
66

77
def read_file(fname):
88
return open(os.path.join(os.path.dirname(__file__), fname)).read()

0 commit comments

Comments
 (0)