Expand description
Turning an ask Turn into a saved vault note
(CONTEXT.md: Saved answer). The question becomes the note title, its
citation markers become wikilinks so the note joins the vault link graph.
Functions§
- citation_
names - The clean source names addressed by citation number:
names[n - 1]is the clean name of the source whose ordinal isn, solink_sourcescan rewrite[n]→[[name]]by the same explicit pairing the rest of Ask uses. The vec is sized to the largest ordinal; a citation number with no backing source (a gap) gets an empty-string sentinellink_sourcestreats as out-of-range, leaving that[n]untouched. This is the ONE place the ordinal→name mapping is built for saving — neversources[n - 1]. - note_
content - Renders
turnas note content: the question as an#title, the answer with citation markers converted to[[source]]wikilinks, and a## Sourcesfooter. - suggested_
path - The default path offered when saving
questionas a note:ask/<slug>.md.