obsidianmd / obsidian-importer

Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
https://help.obsidian.md/import
MIT License
619 stars 53 forks source link

[OneNote] Notes with illegal characters fail to import, rather than being sanitized and imported #263

Open FeralFlora opened 3 weeks ago

FeralFlora commented 3 weeks ago

That's all.

It seems like this issue shouldn't occur, though, since the importer uses saveAsMarkdownFile: https://github.com/obsidianmd/obsidian-importer/blob/4be63256cae2c5d852ee1ed75f50d81b87f801c2/src/formats/onenote.ts#L322

which then uses sanitizeFileName. But nevertheless, I still got several failed imports due to illegal characters, specifically colons, for the most part.