{"$schema":"https://ejfox.com/schema/page-twin@1.json","kind":"blog_post","url":"https://ejfox.com/blog/2023/why-i-love-obsidian","json_url":"https://ejfox.com/blog/2023/why-i-love-obsidian.json","generator":"ejfox.com/json-twin@1","data":{"cacheVersion":"2026-05-13-gear-cards","html":"<h2 class=\"\" id=\"why-i-love-obsidian-for-organizing-my-notes-and-blog-posts\">Why I love Obsidian for organizing my notes and blog posts</h2>\n<p class=\"\">#process #personal</p>\n<p class=\"\">I am always on the lookout for tools that can enhance my creative process and help me organize my thoughts more efficiently. When I discovered Obsidian, it was as if I had found the perfect companion for the way my brain works. I want to share my love for Obsidian, highlighting its features, customization options, and how it has revolutionized the way I work.</p>\n<figure role=\"figure\" aria-label=\"A screenshot of my Obsidian workspace: the top left pane has a list of files, the bottom left pane has a local network graph of notes and tags related to this one, the main pane has the content of this post, the top right pane has Smart Connection-powered similar articles, and the bottom right pane has an outline of the table of contents\" class=\"\">\n<img src=\"https://res.cloudinary.com/ejf/image/upload/c_scale,f_auto,q_auto:good,w_1280/v1680634865/Screenshot_2023-04-04_at_2.44.48_PM.png\" alt=\"A screenshot of my Obsidian workspace: the top left pane has a list of files, the bottom left pane has a local network graph of notes and tags related to this one, the main pane has the content of this post, the top right pane has Smart Connection-powered similar articles, and the bottom right pane has an outline of the table of contents\" loading=\"lazy\" decoding=\"async\" srcset=\"https://res.cloudinary.com/ejf/image/upload/c_scale,f_auto,q_auto:good,w_640/v1680634865/Screenshot_2023-04-04_at_2.44.48_PM.png 640w, https://res.cloudinary.com/ejf/image/upload/c_scale,f_auto,q_auto:good,w_960/v1680634865/Screenshot_2023-04-04_at_2.44.48_PM.png 960w, https://res.cloudinary.com/ejf/image/upload/c_scale,f_auto,q_auto:good,w_1280/v1680634865/Screenshot_2023-04-04_at_2.44.48_PM.png 1280w, https://res.cloudinary.com/ejf/image/upload/c_scale,f_auto,q_auto:good,w_1920/v1680634865/Screenshot_2023-04-04_at_2.44.48_PM.png 1920w\" sizes=\"(max-width: 430px) 92vw, (max-width: 768px) 85vw, 900px\" title=\"A screenshot of my Obsidian workspace: the top left pane has a list of files, the bottom left pane has a local network graph of notes and tags related to this one, the main pane has the content of this post, the top right pane has Smart Connection-powered similar articles, and the bottom right pane has an outline of the table of contents\" width=\"3584\" height=\"2474\" style=\"--splay-rot:1.71deg;\" data-dimensions=\"3584×2474\" class=\"img-full my-8 rounded-sm img-splay w-full mx-auto py-4\" crossorigin=\"anonymous\">\n<figcaption class=\"\">A screenshot of my Obsidian workspace: the top left pane has a list of files, the bottom left pane has a local network graph of notes and tags related to this one, the main pane has the content of this post, the top right pane has Smart Connection-powered similar articles, and the bottom right pane has an outline of the table of contents</figcaption>\n</figure>\n<h3 class=\"\" id=\"the-power-of-markdown\">The power of Markdown</h3>\n<p class=\"\">Obsidian's use of Markdown as its primary language makes it incredibly versatile and easy to learn. I've been using Markdown for over 10 years, so it comes naturally. The simplicity of Markdown allows me to focus on my writing without getting bogged down by complex formatting or WYSIWYG tools. Moreover, its widespread adoption ensures compatibility with various platforms and tools, making it a true lingua franca for digital writing.</p>\n<h3 class=\"\" id=\"great-plugin-framework-and-community\">Great plugin framework and community</h3>\n<p class=\"\">One of the most exciting aspects of Obsidian is its thriving plugin community. This diverse ecosystem of plugins allows me to tailor my writing environment to suit my specific needs and preferences. From simple productivity enhancements to advanced features like graph views and AI-powered note suggestions, the possibilities are virtually endless.</p>\n<h3 class=\"\" id=\"using-obsidian-with-nuxt-for-my-website\">Using Obsidian with Nuxt for my website</h3>\n<p class=\"\">I have also built a customized system that automatically publishes my notes from Obsidian to my website while excluding drafts. This seamless integration between my note-taking and publishing process has streamlined my workflow and made sharing my thoughts with the world easier than ever.</p>\n<h4 class=\"\" id=\"syncing-blog-content-with-rsync\">Syncing blog content with rsync</h4>\n<p class=\"\">In order to synchronize my notes (minus drafts) I use rsync and grab the markdown files from the place where Obsidian keeps them for auto-syncing.</p>\n<figure data-rehype-pretty-code-figure=\"\" class=\"\"><pre class=\"md-pre\" style=\"background-color:#09090b;color:#cccac2\" tabindex=\"0\" data-language=\"js[package.json]\" data-theme=\"\"><code data-language=\"js[package.json]\" data-theme=\"\" style=\"display: grid;\" class=\"md-codeblock\"><span class=\"\" data-line=\"\"><span class=\"\">\"scripts\": {</span></span>\n<span class=\"\" data-line=\"\"><span class=\"\">    \"content:blog\": \"rsync -avz --delete --exclude='/drafts/' --include='*.md' --exclude='*' ~/Library/Mobile\\\\ Documents/iCloud\\\\~md\\\\~obsidian/Documents/EJ\\\\'s\\\\ Notes/ ~/code/website/content/blog/\",</span></span>\n<span class=\"\" data-line=\"\"><span class=\"\">    \"content:reading\": \"rsync -avz --delete --exclude='/drafts/' --include='*.md' --exclude='*' ~/Library/Mobile\\\\ Documents/iCloud\\\\~md\\\\~obsidian/Documents/EJ\\\\'s\\\\ Notes/reading/ ~/code/website/content/reading/\",</span></span>\n<span class=\"\" data-line=\"\"><span class=\"\">    \"content:all\": \"npm run content:blog &#x26;&#x26; npm run content:reading\"</span></span>\n<span class=\"\" data-line=\"\"><span class=\"\">  },</span></span><button type=\"button\" title=\"Copy code\" aria-label=\"Copy code\" data=\"&#x22;scripts&#x22;: {\n    &#x22;content:blog&#x22;: &#x22;rsync -avz --delete --exclude=&#x27;/drafts/&#x27; --include=&#x27;*.md&#x27; --exclude=&#x27;*&#x27; ~/Library/Mobile\\\\ Documents/iCloud\\\\~md\\\\~obsidian/Documents/EJ\\\\&#x27;s\\\\ Notes/ ~/code/website/content/blog/&#x22;,\n    &#x22;content:reading&#x22;: &#x22;rsync -avz --delete --exclude=&#x27;/drafts/&#x27; --include=&#x27;*.md&#x27; --exclude=&#x27;*&#x27; ~/Library/Mobile\\\\ Documents/iCloud\\\\~md\\\\~obsidian/Documents/EJ\\\\&#x27;s\\\\ Notes/reading/ ~/code/website/content/reading/&#x22;,\n    &#x22;content:all&#x22;: &#x22;npm run content:blog &#x26;&#x26; npm run content:reading&#x22;\n  },\" class=\"rehype-pretty-copy\" onclick=\"navigator.clipboard.writeText(this.attributes.data.value);this.classList.add(&#x27;rehype-pretty-copied&#x27;);window.setTimeout(() => this.classList.remove(&#x27;rehype-pretty-copied&#x27;), 3000);\"><span class=\"ready\"></span><span class=\"success\"></span></button><style class=\"\">:root {--copy-icon: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23adadad' d='M16.187 9.5H12.25a1.75 1.75 0 0 0-1.75 1.75v28.5c0 .967.784 1.75 1.75 1.75h23.5a1.75 1.75 0 0 0 1.75-1.75v-28.5a1.75 1.75 0 0 0-1.75-1.75h-3.937a4.25 4.25 0 0 1-4.063 3h-7.5a4.25 4.25 0 0 1-4.063-3M31.813 7h3.937A4.25 4.25 0 0 1 40 11.25v28.5A4.25 4.25 0 0 1 35.75 44h-23.5A4.25 4.25 0 0 1 8 39.75v-28.5A4.25 4.25 0 0 1 12.25 7h3.937a4.25 4.25 0 0 1 4.063-3h7.5a4.25 4.25 0 0 1 4.063 3M18.5 8.25c0 .966.784 1.75 1.75 1.75h7.5a1.75 1.75 0 1 0 0-3.5h-7.5a1.75 1.75 0 0 0-1.75 1.75'/%3E%3C/svg%3E\");--success-icon: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2366ff85' d='M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41z'/%3E%3C/svg%3E\");}pre:has(code) {position: relative;}pre button.rehype-pretty-copy {right: 1px;padding: 0;width: 24px;height: 24px;display: flex;margin-top: 2px;margin-right: 8px;position: absolute;border-radius: 25%;backdrop-filter: blur(3px);& span {width: 100%;aspect-ratio: 1 / 1;}& .ready {background-image: var(--copy-icon);}& .success {display: none; background-image: var(--success-icon);}}&.rehype-pretty-copied {& .success {display: block;} & .ready {display: none;}}pre button.rehype-pretty-copy.rehype-pretty-copied {opacity: 1;& .ready { display: none; }& .success { display: block; }}</style></code></pre></figure>\n<h3 class=\"\" id=\"graph-views\">Graph views</h3>\n<p class=\"\">Obsidian's graph view feature offers a unique way to visualize the connections between my notes, revealing patterns and relationships that might have otherwise gone unnoticed. This bird's-eye perspective on my writing helps me identify gaps in my understanding and inspires new ideas for exploration.</p>\n<h3 class=\"\" id=\"canvas-view\">Canvas view</h3>\n<h3 class=\"\" id=\"great-mobile-support--ios-app\">Great mobile support &#x26; iOS app</h3>\n<h3 class=\"\" id=\"community-plugins\">Community plugins</h3>\n<h4 class=\"\" id=\"syncing-reading\">Syncing reading</h4>\n<p class=\"\">With the <a href=\"https://github.com/hadynz/obsidian-kindle-plugin\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"external-link group inline-flex items-center text-blue-600 dark:text-blue-400\" data-preview-url=\"https://github.com/hadynz/obsidian-kindle-plugin\">Obsidian Kindle Plugin<svg class=\"inline-block w-4 h-4 ml-1 opacity-50 dark:opacity-75 group-hover:opacity-100 transition-opacity align-text-bottom\" xmlns=\"http://www.w3.org/2000/svg\" width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .297c-6.63 0-12 5.373-12 12c0 5.303 3.438 9.8 8.205 11.385c.6.113.82-.258.82-.577c0-.285-.01-1.04-.015-2.04c-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729c1.205.084 1.838 1.236 1.838 1.236c1.07 1.835 2.809 1.305 3.495.998c.108-.776.417-1.305.76-1.605c-2.665-.3-5.466-1.332-5.466-5.93c0-1.31.465-2.38 1.235-3.22c-.135-.303-.54-1.523.105-3.176c0 0 1.005-.322 3.3 1.23c.96-.267 1.98-.399 3-.405c1.02.006 2.04.138 3 .405c2.28-1.552 3.285-1.23 3.285-1.23c.645 1.653.24 2.873.12 3.176c.765.84 1.23 1.91 1.23 3.22c0 4.61-2.805 5.625-5.475 5.92c.42.36.81 1.096.81 2.22c0 1.606-.015 2.896-.015 3.286c0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\" class=\"\"></path></svg></a>, I can effortlessly sync my Kindle highlights and integrate them into my notes, making it easy to reference and incorporate quotes from my favorite books. This centralized repository of knowledge has become an invaluable resource for my writing and personal growth.</p>\n<h4 class=\"\" id=\"ai-powered-note-suggestions\">AI-Powered Note Suggestions</h4>\n<p class=\"\">By leveraging the power of OpenAI embeddings through the <a href=\"https://github.com/brianpetro/obsidian-smart-connections\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"external-link group inline-flex items-center text-blue-600 dark:text-blue-400\" data-preview-url=\"https://github.com/brianpetro/obsidian-smart-connections\">Smart Connections plugin<svg class=\"inline-block w-4 h-4 ml-1 opacity-50 dark:opacity-75 group-hover:opacity-100 transition-opacity align-text-bottom\" xmlns=\"http://www.w3.org/2000/svg\" width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .297c-6.63 0-12 5.373-12 12c0 5.303 3.438 9.8 8.205 11.385c.6.113.82-.258.82-.577c0-.285-.01-1.04-.015-2.04c-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729c1.205.084 1.838 1.236 1.838 1.236c1.07 1.835 2.809 1.305 3.495.998c.108-.776.417-1.305.76-1.605c-2.665-.3-5.466-1.332-5.466-5.93c0-1.31.465-2.38 1.235-3.22c-.135-.303-.54-1.523.105-3.176c0 0 1.005-.322 3.3 1.23c.96-.267 1.98-.399 3-.405c1.02.006 2.04.138 3 .405c2.28-1.552 3.285-1.23 3.285-1.23c.645 1.653.24 2.873.12 3.176c.765.84 1.23 1.91 1.23 3.22c0 4.61-2.805 5.625-5.475 5.92c.42.36.81 1.096.81 2.22c0 1.606-.015 2.896-.015 3.286c0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\" class=\"\"></path></svg></a>, I can discover similar notes and quotes within my Obsidian vault. This intelligent feature saves me time and ensures that I never miss an opportunity to enrich my writing with relevant insights from my past readings.</p>","title":"Why I love Obsidian for organizing my notes and blog posts","metadata":{"dek":"In which the author's adoration for Obsidian is revealed, celebrating its versatility, customizability, and ingenuity in organizing the written word","inprogress":true,"date":"2023-04-04T18:48:13.000Z","modified":"2024-09-20T04:20:58.000Z","tags":["personal","process","markdown"],"words":553,"images":1,"imageDetails":{"total":1,"cloudinary":1,"withDimensions":0},"links":3,"codeBlocks":1,"headers":{"h2":1},"toc":[{"text":"Why I love Obsidian for organizing my notes and blog posts","slug":"why-i-love-obsidian-for-organizing-my-notes-and-blog-posts","level":"h2","children":[{"text":"The power of Markdown","slug":"the-power-of-markdown","level":"h3","children":[]},{"text":"Great plugin framework and community","slug":"great-plugin-framework-and-community","level":"h3","children":[]},{"text":"Using Obsidian with Nuxt for my website","slug":"using-obsidian-with-nuxt-for-my-website","level":"h3","children":[]},{"text":"Graph views","slug":"graph-views","level":"h3","children":[]},{"text":"Canvas view","slug":"canvas-view","level":"h3","children":[]},{"text":"Great mobile support & iOS app","slug":"great-mobile-support--ios-app","level":"h3","children":[]},{"text":"Community plugins","slug":"community-plugins","level":"h3","children":[]}]}],"type":"post"}},"_links":{"self":"https://ejfox.com/blog/2023/why-i-love-obsidian.json","html":"https://ejfox.com/blog/2023/why-i-love-obsidian","index":"/blog.json"}}