From 758932e1fe87187646941184dcd7caa5b0afcf32 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sat, 30 Dec 2023 01:39:02 -0600 Subject: [PATCH] Clean up image path and add alt text --- src/posts/publishing-from-obsidian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/publishing-from-obsidian.md b/src/posts/publishing-from-obsidian.md index 74a52a8..db0ff74 100644 --- a/src/posts/publishing-from-obsidian.md +++ b/src/posts/publishing-from-obsidian.md @@ -21,7 +21,7 @@ They actually didn't support "out of vault" files before (which I admit I didn't Okay so the way this works is you go to **Settings > Community plugins** and then search + install **Obsidian Markdown Export**. From there in the plugin settings, you have to put in an **absolute** path for your external repository, and a **relative** path for your media assets. -![](../../public/assets/markdown-export-settings.png) +![My markdown export settings](/assets/markdown-export-settings.png) So in my case, I put `/Users/cassidoo/GitHub/blahg/src/posts` for the markdown file to end up in my blog repo, and `../../public/assets` to put images in the folder relative to the outputted file.