pub fn note_name(key: &str) -> StringExpand description
Map a node key to a filesystem- and wikilink-safe note stem. Characters that
are awkward in filenames or Obsidian links (: / # whitespace) collapse
to -; alphanumerics, ., _ and - are kept.