esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
546 stars 25 forks source link

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

Closed antonbrall closed 5 months ago

antonbrall commented 5 months ago

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'

ParkerRobb commented 5 months ago

Probably a duplicate of #207

antonbrall commented 5 months ago

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

antonbrall commented 5 months ago

Duplicate of #207