Skip to main content

note_name

Function note_name 

Source
pub fn note_name(key: &str) -> String
Expand 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.