Use case or problem
Knowledge workers and developers use custom URL schemes like - zotero:, vscode:, and sometimes self-built schemes for jumping into context. The only form Obsidian renders as clickable in Source mode for those schemes is [label](custom:foo). Bare URLs and <custom:foo> autolinks are not clickable, while links with standard schemes like https:// are. The additional wrapper and the need to always think about a label adds considerable friction here.
Proposed solution
A core plug-in that allows to configure “Clickable URL schemes” accepting a list of scheme names (e.g. zotero, vscode, mycustomapp). For listed schemes, bare URLs should be autolinked both in source mode and reading view.
It should be done as opt-in to avoid surprising users whose notes contain something like
foo:barthat aren’t URLs.
