Remix.run Logo
radicalriddler 2 days ago

Obsidian just being markdown files

Pepperidge farm 'members

lazzlazzlazz 2 days ago | parent [-]

I believe the Bases are Markdown files that contain filters for other Markdown files. So it's still all Markdown. Amazing actually.

dtkav 2 days ago | parent [-]

Obsidian markdown has "frontmatter" which is yaml before the markdown file.

A .base file is a query written in yaml that aggregates frontmatter values across many .md files into a table view.