Skip to content

Is that possible to auto detect link text as web link? #283

Discussion options

You must be logged in to vote

The markdown syntax to this problem is to surround your link in angle brackets: <https://example.com/foo/bar/a/b/c/d/e/f>, which this plugin supports.

Supporting bare urls directly without any special syntax would require finding them in plain text using some regex which I do not want to maintain. This plugin is built heavily off of tree sitter and avoids any custom parsing like this.

Given that there is an alternative that only adds 2 characters I'm not interested in supporting this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sgon00
Comment options

Answer selected by sgon00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants