Obsidian Concept Notes
Create a standalone Concept Note / Evergreen Note / Permanent Note rather than a slide-by-slide lecture summary.
Required workflow
- Read references/concept-note-spec.md completely before drafting or editing a concept note.
- Infer the concept's domain from the current conversation, course context, and common usage. Ask only when genuinely different meanings remain plausible.
- Follow the specification's learning sequence, YAML properties, Markdown structure, formula guidance, examples, boundaries, comparisons, knowledge links, self-test, and file-generation requirements.
- Adapt depth to concept complexity. Do not add material merely to fill every optional subsection.
- If a source course note is available, read the relevant context and preserve its notation while clearly identifying legitimate alternative conventions.
- Create the UTF-8
.mdfile directly when the environment permits. Preserve existing user content and avoid overwriting a same-named note without inspecting it. - Validate that YAML starts on line 1, Obsidian links and LaTeX are well formed, code fences are paired, and the collapsible answer block follows the invariant below.
Collapsible answer invariant
Use an Obsidian folded callout for self-test answers:
> [!question]- 点击查看答案
> 参考答案
>
> 1. 第一题答案。
> 2. 第二题答案。
- Keep every answer line inside the same blockquote; prefix nonempty lines with
>and blank lines with>. - Keep the hyphen in
[!question]-so the callout is collapsed by default. - Do not use HTML
<details>or<summary>for answers. - Before delivery, verify that no answer text falls outside the callout.