Due to limitations with Gramps notes, I supplement notetaking with other tools and would like to link directly to them. When adding a note with the Type = "Link", hyperlinks are only rendered if the text begins with http:// or https://. Links added through the editor behave the same way. Any custom URI schemes (e.g., obsidian://) remain plain text and can’t be used for deep linking.
Gramps Desktop renders hyperlinks of other URI schemes without issue when using Link Type="Internet Address", so bringing similar support to Gramps Web would improve consistency and usability.
I’m requesting expanded link detection for notes so additional URI schemes can be recognized. Possible approaches include accepting any RFC 3986–valid scheme before ://, or using a safe allow-list such as ['http', 'https', 'obsidian', 'notion', 'bear', ...].
Due to limitations with Gramps notes, I supplement notetaking with other tools and would like to link directly to them. When adding a note with the Type = "Link", hyperlinks are only rendered if the text begins with http:// or https://. Links added through the editor behave the same way. Any custom URI schemes (e.g., obsidian://) remain plain text and can’t be used for deep linking.
Gramps Desktop renders hyperlinks of other URI schemes without issue when using Link Type="Internet Address", so bringing similar support to Gramps Web would improve consistency and usability.
I’m requesting expanded link detection for notes so additional URI schemes can be recognized. Possible approaches include accepting any RFC 3986–valid scheme before ://, or using a safe allow-list such as ['http', 'https', 'obsidian', 'notion', 'bear', ...].