jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
659 stars 96 forks source link

Drag links from browser and format #103

Closed khalidl closed 7 years ago

khalidl commented 8 years ago

Not so much an issue, but more of a request:

Was wondering if urls and links dragged from a browser — address-bar or from the page — into a document can be formatted as a Markdown link. The dragged link would automatically be formatted in the following way:
[Google](http://www.google.com)

Not sure if this is possible. Both Byword and iA Writer have this functionality, and it would be great if this was also possible with Markdown Extended.

Thanks!

jonschlinkert commented 7 years ago

You might be able to accomplish this with a ST plugin, but it's outside of the scope of what this package does. I do appreciate the request though. thank you