Skip to content

Startlight docs in Obsidian

Here is a bit about my current setup

Plugins that I have added for this workflow

  • git push to git from Obsidian and have the updates published
  • Edit MDX add MDX to Obsidian
  • Hide Folders hide folders like node_modules or HTML directories
  • Templater use Astro compatible template by default

Plugins that don’t really work with this setup

  • Bases
  • Canvas
  • Daily notes
  • Tags view

Create a template folder in the base so it isn’t picked up by Astro collections with the mandatory frontmatter

---
title:
description:
---

Only title: is mandatory, but description is good to add anyway

Templater allows this to run automatically for new notes

Not much really, just update your .gitignore

.trash/
.obsidian