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
- Host: GitHub
- URL: https://github.com/barrettotte/md-graph
- Owner: barrettotte
- License: mit
- Created: 2020-12-19T00:30:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T00:30:38.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:51:07.975Z (over 1 year ago)
- Topics: md-links, network-graph, notes
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
Another example using my Notes repository
## References
- https://regexr.com/
- pyvis - https://pyvis.readthedocs.io/