Obsidian Notes Builder

The Obsidian Notes Builder streamlines Obsidian Markdown docs management by enforcing a generic linting format and Markdown writing guidelines from its MD Linter component.

Its Builder component builds a static website/blog-like digital garden using quartz. The output website build will be ready for deployment to static website hosting providers.

The Markdown docs, containing the website contents, will be managed in a GitHub repository for storage, management, and updating.

Components

Currently, the idea is to have its three (3) main components inside a monorepo. Push or updates to a designated Git branch will trigger deployment to the static website hosting.

📂 Docs

  • An Obsidian vault/folder containing Markdown files

🔄 MD Linter

  • Uses markdownlint-cli2
  • Lints Markdown files

🛠️ Builder

  • Uses quartz
  • Builds a digital garden/blog from local Obsidian docs (notes)

References