Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A user has the following projects.base file. They want two views: one showing active
projects and one showing archived projects. However, the "Archived" view always shows
zero notes even though several notes have status: archived.
filters: 'file.hasTag("project") && status != "archived"'
views:
- type: table
name: "Active"
filters: 'status == "active"'
- type: table
name: "Archived"
filters: 'status == "archived"'#project.status == "active".status == "archived".#project) in a global filter.defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals