Skip to content

Support additional URI schemes for hyperlinks in notes #735

Description

@prntss

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', ...].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions