generated obsidian URI doesnt work if Vault Name contains spaces #412
Z3krom991
started this conversation in
Debugging and testing
Replies: 1 comment
-
Hi. Where do you open the URI link from? A web browser? Obsidian? This seems to be a strange problem. I have vaults with spaces in their names and for me the URIs with Just to narrow down the problem, does this URI work for you: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian debug information
Obsidian version: v1.5.12
Operating system name and version: Windows 10 Pro 22H2
Shell commands version: 0.22.0
What shell are you using?
CMD.EXE
Please describe the problem
When the Name of my vault contains spaces, the URI opens another obsidian instance, with the same specific file open each time.
Shell Command:
start C:\\"Program Files"\\Adobe\\"Acrobat DC"\\Acrobat\\Acrobat.exe /A "page=94" C:\\Users\\USER\\Documents\\PnP-Content\\Regelwerke\\Mondstahlklingen.pdf
Generated URI: obsidian://shell-commands/?vault=Gefangen%20im%20Labyrinth&execute=hx1e1oh6uy
After renaming the Vault, removing the spaces, the newly generated URI worked without issues. Shell Command stayed the same.
New Generated URI: obsidian://shell-commands/?vault=Gefangen_im_Labyrinth&execute=hx1e1oh6uy
Beta Was this translation helpful? Give feedback.
All reactions