seethroughdev / obsidian-recipe-grabber

MIT License
55 stars 8 forks source link

Settings don't work if target folder has spaces in it #37

Open WyattKarnes opened 2 months ago

WyattKarnes commented 2 months ago

I have set up my file structure for recipes as:

  1. Meal Planning/Recipes/

But when I try to set this as the location for recipes to be saved to, it does not work. If I change the path to:

MealPlanning/Recipes/

The plugin works fine. I have also tried putting the full path, without success. I have also tried replacing the spaces with %20, and that did not work either.

seethroughdev commented 2 months ago

Thanks for posting this. Must be something to do with the normalizePath call. Keep you updated.

WyattKarnes commented 2 months ago

Great thanks.

Flxp49 commented 2 months ago

Working for me. Is your OS Linux? @WyattKarnes