Support for white spaces in file paths in links

Nowadays, links to files do not work when the path to the fail contains a white space. For example :

  • This works: file
  • This does not work : [file](D:\Rapport Essai.pdf)

In order to make it work, we need to url encode the path.
So this works : file

It would be much more handy if Logseq could automatically url-encode the file paths when we copy them in the links.

You can replace space with %20 and it should work.

1 Like