Latex '$' causes problems with notes and file names

@griffimu
Note that using dollar sign in filenames has also other associated issues: Two errors that occur when there is a $ sign in the file name

Related feature request: Customizable interpretation of markdown syntax nuances, like CSS

Potential current workarounds:

  • Use filename from broadly accepted characters [a-zA-Z0-9] and utilize aliases to capture complex title independent of filename.
  • use markdown-style links [$title](filename) instead of wiki links [[filename|$title]] to see expressive title before cryptic filename.
  • Escape dollar sign by backslash if needed. [\$title](filename), [[filename|\$title]]

image