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
I would like to set the link not with http or https, but with the joplin:// extension to open in the application. But with such a URL, I get javascript:void(0) in the href.
I understand that for security reasons non-standard links are removed. Can I use such links? And get the correct url.
I would like to set the link not with http or https, but with the joplin:// extension to open in the application. But with such a URL, I get javascript:void(0) in the href.
I understand that for security reasons non-standard links are removed. Can I use such links? And get the correct url.
example:
<a href="joplin://openNote?id=id123" target="_blank">Note 1</a>
The text was updated successfully, but these errors were encountered: