Created
November 15, 2025 11:11
-
-
Save chuckwagoncomputing/8dfdea022a92f7c1ecf7e6a73e80288d to your computer and use it in GitHub Desktop.
Wiki to CSV for node map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (echo "from,to"; grep -Po '(?<=]\()((?!http)[^# /\n]+)(?=(#[^ /\n]*)?\))' !(_Sidebar).md 2>/dev/null | sed 's/\.md:/,/g' | sort | uniq) >map.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment