-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made a PageRedirector project to allow opening Advanced URIs using https #190
Comments
Interesting and simple project to solve that issue. I've experienced that myself from time to time. |
Actually, that's not needed due to the way the javascript is encoding the url. For that, a user could simply right click on their file and hit on "copy Obsidian URI" or "copy Advanced URI" and that'll be correctly encoded |
By using the provided command in Obsidian the uri is correctly encoded to be called directly, but not to be passed as a query parameter. You can try it yourself by creating an uri to append |
https://github.com/EDLLT/PageRedirector
Can we mention it in this project's README?
(If you can't mention my project for security reasons then feel free to create a fork of it instead)
I think it'd help many people as I couldn't find any solution for it on the web
I mainly use it to link to my Obsidian vault in sites that don't allow for the "obsidian://" protocol to be processed(One, for example, is Google Tasks)
The text was updated successfully, but these errors were encountered: