3 Sept 2023 3 min read Rewriting my over-engineered CLI in Rust: Motivation The motivation behind rewriting my bloated CLI tool in Rust to simplify my writing workflow between Obsidian and my website.
28 Sept 2023 3 min read New API Design for LazyDraft Designing a leaner API for LazyDraft by focusing on the core workflow of listing and staging draft posts.
21 Nov 2023 6 min read Implementing the Config Management for my CLI Building config file parsing in Rust using Serde for my LazyDraft CLI tool.
26 Nov 2023 5 min read Completing the MVP Version of LazyDraft Implementing the stage command and completing the MVP version of LazyDraft CLI for transferring posts from Obsidian to my website.
1 Jan 2025 6 min read Implementing continuous Flag in Lazydraft Adding a watch-style continuous staging mode to LazyDraft for real-time post preview as you write.