diff --git a/content/post/2024/06/visualizing-blog-post-links-with-obsidian.md b/content/post/2024/06/visualizing-blog-post-links-with-obsidian.md new file mode 100644 index 00000000..a00c4f85 --- /dev/null +++ b/content/post/2024/06/visualizing-blog-post-links-with-obsidian.md @@ -0,0 +1,22 @@ +--- +title: Visualizing Blog Post Links With Obsidian +date: 2024-06-11T09:00:00+02:00 +draft: true +tags: + - obsidian +categories: + - braindump +--- + +TODO + +Links in form of `[description](/post/year/month/file-name/)` should become `[[file-name]]`. + +Regex `\[(.*)\]\(/post/[0-9]+/[0-9]+/(.+)/\)` replace with `[[$2]]` + +![](../site-as-obs-graph.jpg "A link graph of blog posts at Brain Baking rendered with Obsidian.") + +- spider form: monthly overview posts linking to previous +- nut? +- separate indexes in `/archives` replacing the "by year" list + diff --git a/static/post/2024/06/site-as-obs-graph.jpg b/static/post/2024/06/site-as-obs-graph.jpg new file mode 100644 index 00000000..61871281 Binary files /dev/null and b/static/post/2024/06/site-as-obs-graph.jpg differ