omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
720 stars 39 forks source link

Fix for #219 - Folder path separators are incorrectly replaced #224

Closed Tesselay closed 2 months ago

Tesselay commented 2 months ago

The regex for illegal characters of files includes : and / which are both needed to indicate a new folder on Mac and Win/Linux respectively. Created a separate regex and replacement function for folders where they are removed, so now folders are correctly created when setting the sync and attachment locations.

sywhb commented 2 months ago

Thanks @Tesselay , this is really needed