Garulf / Obsidian-Notes

Search Obsidian notes
43 stars 4 forks source link

Fix: URI path processing for special characters #27

Open larssont opened 1 year ago

larssont commented 1 year ago

Upon trying the plugin I noticed I was unable to open files and folders that contained "&".

Using urllib.parse should parse the arguments correctly without having to intervene manually. Tried it locally and it works OK.