yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
530 stars 81 forks source link

Copy current tab URL with text selection as link text #64

Open niteria opened 6 years ago

niteria commented 6 years ago

Hi, thank you for the extension, it already covers 90% of the use cases that I have. There's one feature that would cover the remaining 10%.

Summary

What Copy As Markdown currently lets you do is to copy the tab URL with the tab title as a markdown link.

What I'd also like to be able to do:

  1. Select some text
  2. Right click and choose "Copy As Markdown"
  3. Get a markdown link with the selected text as the link text and the destination equal to the URL of the page.
lancedikson commented 8 months ago

Hey! I've come across the extension with exactly this request, though as it doesn't solve this case still, I've built my own tiny one for this. Check it out: https://github.com/lancedikson/selection-to-md-link