File links with spaces
Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
- [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron settings
- [ ] Lookup. Dendron's Lookup Command
- [ ] Views. Dendron Preview, Tree View, Side Panels in the UI
- [ ] Schema. Dendron Schemas
- [ ] Pod. Data import from / export to Dendron
- [ ] Publish. External Site Publish
- [ x] Markdown. Markdown features, such as syntax support and features
Describe the bug
File links will not work if there is a space or %20 in the name
To Reproduce
Steps to reproduce the behavior:
- Add a file with spaces in the name to assets
- Link the file to a note and view the markdown preview
- Click link
- See error
Expected behavior
Linked file should appear.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
- OS: [e.g. windows]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]
Additional context
Add any other context about the problem here.
Dendron Log file
Please attach the output of > Dev:Dendron: Open Logs here
Thank you for the report.
We will be investigating this and pushing a fix as soon as possible.
This has been resolved with v80.
Feel free to let us know in this issue if you still have outstanding concerns. Otherwise this issue will be automatically closed in 3 days.
This issue has been automatically closed because there has been no response to our request for more information from the original author. We don't have enough information to take action. Please reopen if the question from the maintainer has been answered and the issue is still valid.
This is not fixed in v88 or v89. I have an image in assets/images/foo bar.png. If I use the text  the text is rendered literally. If I use the text  it renders a broken image icon.
I can confirm it's not working correctly in 0.89.
This issue has been automatically closed because there has been no response to our request for more information from the original author. We don't have enough information to take action. Please reopen if the question from the maintainer has been answered and the issue is still valid.
This is still a problem in v0.119.0. I am trying to use a link to a pdf file that has spaces in the name: e.g.: "My local file.pdf"
[My local file](file:///home/myname/test/My local file.pdf)
If, however, I rename the file to: "My_local_file.pdf"
[My local file](file:///home/myname/test/My_local_file.pdf)
Then it works as expected and opens the file in the system's default application, which is Firefox. Also, using "assets/..." gives the same results in both cases.