lizard-heart / obsidian-to-omnifocus

GNU General Public License v3.0
32 stars 11 forks source link

Link to note in task description incorrectly formatted when vault has spaces in its names #4

Closed orizonlabs closed 3 months ago

orizonlabs commented 1 year ago

When a task is created, an URI link to the Obsidian task origin location is added as task description in Omnifocus. If the vault has spaces in its name, then these spaces are not translated to %20 but kept as which creates a broken link.

yoghurtdewdew commented 1 year ago

I have similar problems. Emoji in name of a folder will break the obsidian url. Hope to support the uri URL.

dorich commented 1 year ago

I have the same problem. Spaces in the vault title appear as spaces in the URI Link.

shabegom commented 7 months ago

Opened a PR to fix the spaces in vault name issue. It doesn't handle emoji or other characters. I'm not sure what an emoji gets encoded as for a URI...

yoghurtdewdew commented 7 months ago

Hi I wonder if Advanced URI could be used so the name would not be a problem?