Expand description
The single reference classifier shared by build + editor (asset/file-embed/
folder kinds). Pure; indexes injected via ReferenceContext. Page-Link
emission is out of scope here (the build keeps relative_pretty_url/page_map);
Link is classify-only. Named classify_reference to avoid colliding with
fuzzy_path::resolve_reference (the [[note]]/ContentGraph resolver).
Structs§
- Reference
Context - Index handles a classify call needs. Bundled so the signature stays small and a future index can be added without re-touching every caller.
- Resolved
Reference
Enums§
Functions§
- classify_
reference - Classify a reference’s inner text (target + optional |pothole / #anchor / ?query) into a kind + resolved source path. Pure.