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
Currenlty if a user types an app link for Obsidian (e.g. obsidian://open?vault=98_Obsidian_NEW_2023&file=30-) followed by a space, it will not get linkified.
LinkifyReaction uses linkify to detect URLs in order to linkify text and it uses the 2 default linkifiers: UrlLinkifier and EmailLinkifier.
These do not cover the cases like app links to apps like Obsidian where the link does not conform to the URL format.
The text was updated successfully, but these errors were encountered:
@miguelcmedeiros is the idea that we should identify any string that has a "://" that separates two pieces of text? Or do we expect the user to specify each application scheme that should be recognized?
Currenlty if a user types an app link for Obsidian (e.g.
obsidian://open?vault=98_Obsidian_NEW_2023&file=30-
) followed by a space, it will not get linkified.LinkifyReaction
useslinkify
to detect URLs in order to linkify text and it uses the 2 default linkifiers:UrlLinkifier
andEmailLinkifier
.These do not cover the cases like app links to apps like Obsidian where the link does not conform to the URL format.
The text was updated successfully, but these errors were encountered: