alopezrivera / OneNoteExporter

Export your OneNote note collection to Obsidian, Logseq, Org Mode or any other plain text note-taking app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbols in notebook and section names replaced by `^<letter>`

alopezrivera opened this issue · comments

Currently, certain symbols in notebook names are rendered as ^<letter> in OneDrive. On export, these are also replaced by ^<letter> in section names.

Known cases

  • comma
    , -> ^J
  • plus
    + -> ^M

Possible solution

Replace ^<symbol> by <original> when reading notebook and section names during export.