pub fn run_auto_link(
db: &Database,
target: Option<&Path>,
) -> Result<AutoLinkReport>Expand description
Create soft auto-links for all orphans, or for one file/path/node id.
When target is None, processes every orphan (plus always applies
filename-stem matches among all notes so goals/x.md ↔ concepts/x.md
even if neither was classified orphan).