You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the solution results in an invalid uri and silently fails. This is the case when opening the link directly in Obsidian as well.
obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25 [test](obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25)
The documentation mentions that launching from a terminal requires double escaping "%25%25" (the doc incorrectly states "%25%20"), and this does work.
obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25%25 [test](obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25%25)
I'm uncertain if this is a bug or outdated documentation.
The text was updated successfully, but these errors were encountered:
Suppose the following:
obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%
This fails, obviously, and is documented https://vinzent03.github.io/obsidian-advanced-uri/concepts/encoding
However, the solution results in an invalid uri and silently fails. This is the case when opening the link directly in Obsidian as well.
obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25
[test](obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25)
The documentation mentions that launching from a terminal requires double escaping "%25%25" (the doc incorrectly states "%25%20"), and this does work.
obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25%25
[test](obsidian://advanced-uri?vault=vaultname=&dailies&mode=append&daily=true&data=test%25%25)
I'm uncertain if this is a bug or outdated documentation.
The text was updated successfully, but these errors were encountered: