Automate the creation of Jekyll blog posts from Obsidian snippets located in the rr vault under lit/snippets/. This enables a high-volume blogging workflow by leveraging the research and clipping process in Obsidian.
rr, directory lit/snippets/.obsidian CLI for vault interaction (read, files, vault=rr)._posts/ directory.YYYY-MM-DD-slug.md.🔗 to the title front matter.layout: posttitle: "🔗 <Obsidian Title>"date: YYYY-MM-DD HH:MM:SS +0000 (derived from created property in Obsidian).categories: [...] (inferred or default: ["external", "ramblings"]).tags: [...] (copied from Obsidian, plus ["external", "links", "quotes"]).lit/snippets/ for a target date (default: today).YYYY-MM-DD-*.obsidian read to get the full content of each snippet.title, created, tags) to Jekyll properties.🔗 ._posts/YYYY-MM-DD-slug.md._posts/ to see if a post with the same slug already exists to avoid duplication.title or created are missing in the front matter.