Generate interactive network graph from markdown link relationships.
Example at https://barrettotte.github.io/md-graph/
- Parse directory of markdown files to build link dictionary
- Rework dictionary to build network graph
- Generate visualization network graph
- Export to static HTML with links to individual files on each node.
- GitHub Actions build step in a static site for my personal notes
python3 mdgraph/mdgraph.py example/mdgraph_config.json
Example at https://barrettotte.github.io/md-graph/
Another example using my Notes repository