Files
council/council-sessions.base
jpmschweitzerandClaude Opus 4.7 1acf635bab normalize Obsidian base property syntax
Linter-driven: base views referenced property names with a redundant
note. prefix in the order and sort arrays. The properties map still
declares note.<key>, but inside order/sort the bare key is idiomatic
and renders correctly. No functional change; both bases continue to
filter and display as intended.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 18:19:46 +02:00

38 lines
774 B
Plaintext

filters:
and:
- note.type == "council-session"
properties:
note.date:
displayName: Date
note.problem:
displayName: Question
note.winner:
displayName: Winner
note.tied:
displayName: Tied
note.tie_broken_by_user:
displayName: User tiebreak?
note.had_research_gap_round:
displayName: Extra research?
note.had_phase1_clarification:
displayName: Phase-1 clarif?
note.had_phase2_clarification:
displayName: Phase-2 clarif?
note.had_phase3_clarification:
displayName: Phase-3 clarif?
note.tags:
displayName: Tags
views:
- type: table
name: All sessions
order:
- file.name
- date
- problem
- winner
- tied
- tags
sort:
- property: date
direction: DESC