An open API service indexing awesome lists of open source software.

https://github.com/barrettotte/md-graph

Generate interactive network graph from markdown link relationships
https://github.com/barrettotte/md-graph

md-links network-graph notes

Last synced: about 1 year ago
JSON representation

Generate interactive network graph from markdown link relationships

Awesome Lists containing this project

README

          

# 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
- https://regexr.com/
- pyvis - https://pyvis.readthedocs.io/