Finalize vault: fix Bases syntax, add Quartz fields, improve template

Changes from Codex review:
- Bases: rename .md -> .base, fix filter to file.name == 'index.md',
  fix formula to now() (not date(now)), add proper views section with
  table view and column order, add displayName for properties
- Frontmatter: add 'description' (SEO/link previews) and 'draft' (publishing
  control) fields for Quartz compatibility
- Template: add '## Scope' section, add '## Related Research' section for
  explicit wikilinks between topics, use path-qualified wikilinks in detail
  files section to avoid ambiguous basenames across topics
- README: fix cross-vault wikilink claim (separate vaults can't resolve
  cross-vault links; Quartz can't publish outside its content tree),
  document draft field, clarify that tags don't create graph edges
This commit is contained in:
hermes 2026-07-29 11:28:38 +00:00
commit 681d926797
4 changed files with 61 additions and 52 deletions

View file

@ -1,8 +1,10 @@
---
title:
description:
status: exploring
category:
tags: []
draft: true
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
origin:
@ -18,6 +20,10 @@ One or two sentences on what this research investigates.
What specific question are we trying to answer?
## Scope
What is included, excluded, and what would count as a sufficient answer?
## Key Findings
-
@ -30,17 +36,21 @@ Key references, links, and data sources. For a full list, see [[sources]] if the
## Detail Files
Optional — create these only when research grows and you want to modularize:
Optional — create these only when research grows and you want to modularize. Use path-qualified links to avoid ambiguous basenames across topics:
- [[sources]] — links, references, data sources, API docs
- [[analysis]] — deep analysis, findings, comparisons
- [[methodology]] — how the research was conducted, tools used
- [[notes]] — working notes, raw observations, intermediate results
- [[summary]] — final synthesis (when concluded)
- [[next-steps]] — follow-up questions, gaps, future research
- [[topic-slug/sources|Sources]] — links, references, data sources, API docs
- [[topic-slug/analysis|Analysis]] — deep analysis, findings, comparisons
- [[topic-slug/methodology|Methodology]] — how the research was conducted, tools used
- [[topic-slug/notes|Notes]] — working notes, raw observations, intermediate results
- [[topic-slug/summary|Summary]] — final synthesis (when concluded)
- [[topic-slug/next-steps|Next Steps]] — follow-up questions, gaps, future research
For small topics, keep everything in `index.md` and delete this section.
## Related Research
-
## Discussion
Notes from the Buzz channel discussion. Link back to the thread with the origin URL.
@ -51,4 +61,4 @@ Notes from the Buzz channel discussion. Link back to the thread with the origin
## Conclusion
What did we find? (concluded / shelved — update the frontmatter status too)
What did we find? (concluded / shelved — update the frontmatter status and set `draft: false` if publishing)