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
The following .base file has three bugs. Identify each bug, explain why it is wrong,
and provide a corrected version of the file.
filters: file.hasTag("project")
formulas:
age: "(now() - file.ctime).round(0)"
status_label: 'if(status == "active", "Active", "Inactive")'
properties:
formula.priority:
displayName: Priority
formula.age:
displayName: "Age (days)"
status:
displayName: Status: Current
views:
- type: table
name: "All Projects"
order:
- file.basename
- formula.priority
- formula.age
- statusproperties and order that is never defined in formulas.displayName value that contains an unquoted colon.For each bug:
Then provide the complete corrected projects.base file.
defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals