esm7/obsidian-map-view

Can't add place that has a "/" in the name

antonbrall opened this issue · 3 comments

There is a place that is called "Vugi / Olympus Träningscenter (Slottsallén 23, 352 52 Växjö, Sweden)" on the google Places API.
Because of the "/" it can not be used as a filename.
This is the error message:

Uncaught (in promise) Error: Cannot create file named vault/places/Vugi / Olympus Träningscenter (Slottsallén 23, 352 52 Växjö, Sweden): Error: ENOENT: no such file or directory, open '/mypath/vaultname/places/Vugi / Olympus Träningscenter (Slottsallén 23, 352 52 Växjö, Sweden).md'

Probably a duplicate of #207

@ParkerRobb yes it is, didn't see that one, thanks.

Duplicate of #207