Exporting notes with unsupported chars in title

Bug report

When notes contain characters in the title that are not allowed in the filesystem, e.g., a colon (:) on Windows, exporting them as Markdown fails.
This is not a problem when exporting a whole notebook.

Environment

  • Platform: Windows
  • Platform version: 11
  • App Version: 6.0.0-rc.1

How to reproduce

  1. Create a few notes with titles containing characters not allowed in the filesystem, e.g., Test: Note 1, Test: Note 2, and Test: Note 3.
  2. Select these notes in the note list.
  3. (Right click on the selection and) Export the selection of notes as markdown.
  4. Observe that the export silently fails when a note’s title contains an unsupported character such as a colon.

Hi @Lukas,

Thanks for the report.
Gotcha! The filename sanitization doesn’t happen when exporting individual notes. Will fix it