{
  "name": "Project overview",
  "version": "1.0.0",
  "author": "Custom Views",
  "license": "MIT",
  "template": "<article class=\"view\"><div class=\"eyebrow\">{{eyebrow}}</div><h1>{{file.basename}}</h1><p class=\"meta\">{{meta}}</p><hr><p class=\"content\">{{description}}</p><div class=\"content\">{{file.content}}</div></article>",
  "css": ".view { font-family: var(--font-text, system-ui); color: var(--text-normal, #222); padding: 32px; max-width: 760px; margin: auto; } .view h1 { font-size: 32px; line-height: 1.15; letter-spacing: -.03em; margin: 12px 0; } .view .eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted, #777); } .view .meta { color: var(--text-muted, #777); font-size: 14px; } .view hr { border: 0; border-top: 1px solid var(--background-modifier-border, #ddd); margin: 24px 0; } .view .content { line-height: 1.65; }",
  "js": "",
  "example": {
    "file.basename": "The next chapter",
    "eyebrow": "PROJECT",
    "meta": "In progress · This week",
    "description": "Make room for the work that matters.",
    "file.content": "Write your notes here."
  }
}