How to add custom URL schemes to PVE's markdown? If not possible, can the markdown library be replaced by a different one by the users?
- Use case:
I'm using some apps that can be opened directly by the browser, if they have their own URL schemes.
For example, in Gitea, it is possible to add a custom
So, links such as
I could not figure out how to do it in PVE, therefore these links I add to the servers' notes are rendered incorrectly.
- Use case:
I'm using some apps that can be opened directly by the browser, if they have their own URL schemes.
For example, in Gitea, it is possible to add a custom
obsidian://
scheme, using their markdown configuration option CUSTOM_URL_SCHEMES
.So, links such as
obsidian://open?vault=xxxx
get correctly rendered by their Markdown, and I can open the server's documentation directly on my local Obsidian.I could not figure out how to do it in PVE, therefore these links I add to the servers' notes are rendered incorrectly.