Skip to content

Generate interactive network graph from markdown link relationships

License

Notifications You must be signed in to change notification settings

tlaloc911/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

About

Generate interactive network graph from markdown link relationships

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 2.4%