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
As a user, I highlight markdown links frequently. I'd like the link to only highlight the text part.
Example
Before highlight: [text](https://google.com)
After highlight `text
Proposed Solution
We trim the link, regex search for the first instance of bracket enclosed text and replace the selection with the appropriate html wrapped text.
Challenges
Some folks might want to highlight the entire link along with the url for parsing reasons.
🔑 A separate command called Highlight Link Text Only might be useful as a differentiator.
Prospects
When highlighting links, the benefit of viewing a shorter title is kept while keeping the highlight effect (otherwise the entire 30+ character html link would be shown, a terrible ui experience)
The text was updated successfully, but these errors were encountered:
As a user, I highlight markdown links frequently. I'd like the link to only highlight the text part.
Example
Before highlight:
[text](https://google.com)
After highlight `text
Proposed Solution
We trim the link, regex search for the first instance of bracket enclosed text and replace the selection with the appropriate html wrapped text.
Challenges
Some folks might want to highlight the entire link along with the url for parsing reasons.
🔑 A separate command called
Highlight Link Text Only
might be useful as a differentiator.Prospects
When highlighting links, the benefit of viewing a shorter title is kept while keeping the highlight effect (otherwise the entire 30+ character html link would be shown, a terrible ui experience)
The text was updated successfully, but these errors were encountered: