Skip to content

barrettotte/md-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-graph

Generate interactive network graph from markdown link relationships.

Example at https://barrettotte.github.io/md-graph/

Concept

  • 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.

Intended Usage

  • GitHub Actions build step in a static site for my personal notes
  • python3 mdgraph/mdgraph.py example/mdgraph_config.json

Examples

Example at https://barrettotte.github.io/md-graph/

md-graph example

Another example using my Notes repository

References