Skip to content

[!abstract] Purpose Guides and references for managing this Obsidian knowledge base — plugins, templates, folder notes, and deployment.


  • Ensure code snippet is fenced with ```dataview [code] ```.

Obsidian Bases plugin (core plugin — Settings → Core plugins → Bases)

Section titled “Obsidian Bases plugin (core plugin — Settings → Core plugins → Bases)”
IssueWrongCorrect
Code fence name```bases (plural)```base (singular)
Filter formatproperty/condition/value YAML (Dataview style)Expression syntax
Equality filterstatus = "ready"status == "ready" (double ==)
Not-equal filterstatus != "complete"
GroupinggroupBy: risk (not supported)Sort by field — no native groupBy
Folder scopefrom: "_WorkingOn/Tasks"file.inFolder("_WorkingOn/Tasks") in filters
Column selectionproperties: [...] in code block (ignored)Click Properties (≡) in table toolbar — Obsidian writes order:

Minimal working Bases block:

filters:
and:
- file.inFolder("_WorkingOn/Tasks")
- status != "complete"
views:
- type: table
name: All Active Tasks
sort:
- property: risk
direction: DESC

Deviating from this structure causes silent failure — the block renders as raw text with no error message.


  • `Custom Text
  • type [[, select Note, type #, select Heading, type |, then Custom Text to display

[!todo] Lorem ipsum dolor sit amet



%% Error: Cannot create a waypoint in a note that’s not the folder note. For more information, check the instructions here %%