# Digital Garden plugin for Obsidian Digital Garden, by oleeskild, publishes selected [[Obsidian]] notes as a public website for free. It pushes note content to a [[GitHub]] repository created from the plugin's site template, and the site is hosted on Vercel or Netlify's free tier — so the whole stack costs nothing beyond the accounts. Publication is opt-in per note: only notes with `dg-publish: true` in their frontmatter go online, and additional properties control the home page, permalinks, and page metadata. Publishing and updating happen from inside Obsidian via commands — no manual git work — and removing the flag takes a note offline again. The published site preserves what makes a vault a garden rather than a blog: wikilinks between published notes resolve into hyperlinks, backlinks are listed on each page, an interactive local graph shows a note's neighborhood, and full-text search works across the site. Transclusions, callouts, math, and code highlighting render as they do in Obsidian. For sharing a subset of a vault as a living, interlinked public garden — as opposed to polished standalone articles — this is the lowest-friction free option, with [[Obsidian Publish]] as the paid first-party equivalent. ## References - Documentation: https://dg-docs.ole.dev/ - Download: https://obsidian.md/plugins?id=digitalgarden - Source code: https://github.com/oleeskild/obsidian-digital-garden