Skip to main content

A MkDocs plugin that generates a obsidian like interactive graph

Project description

Interactive Graph for Material for MkDocs

Plugin for Material for MkDocs to draw an interactive graph like Obsidian. Just available for non-mobile website yet.

Refer Github Pages for a demonstration of the interactive graph in Material for MkDocs.

Installation

Available on PyPI. Install via pip install mkdocs-obsidian-interactive-graph-plugin or add it to your requirements.txt.

Usage

Setup in MkDocs

Activate the plugin in mkdocs.yml, but note that this plugin has to be located before plugins, that replace wikilinks by markdown links. Currently just wikilinks like [[Link#Anchor|Custom Text]] are supported.

plugins:
  - obsidian-interactive-graph

extra_javascript:
  - https://fastly.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
  - https://fastly.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js
  - assets/javascripts/graph.js

Graph Javascript by Apache ECharts

A graph.js example can be downloaded from here and must be located into the docs directory under docs/YourSiteName/assets/javascripts/graph.js.

Docker

Adapt the .env and mkdocs.yml files to your needs. DEV=ON will rebuild the mkdocs-obsidian-interactive-graph-plugin from local files. If DEV != ON the upstream packages of PyPI will be used. Build and start the Docker container via docker compose up --build [-d].

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

File details

Details for the file mkdocs-obsidian-interactive-graph-plugin-0.2.0.tar.gz.

File metadata

File hashes

Hashes for mkdocs-obsidian-interactive-graph-plugin-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e7e89f089124eab81f26eff6606bba19497385c80ec0279352ff80803a9903c0
MD5 19d4ece7d34567fbfb323f1c9bdf23b7
BLAKE2b-256 0e829fa879b13f06de86a1dfc2c3f25dd32ae4402bb14ce10c3277d04a46c9e4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page