Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vertical-blank/atom-markdown-url-extract


https://github.com/vertical-blank/atom-markdown-url-extract

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# markdown-url-extract package

Generates markdown link syntax from selected url-string.

![screenshot](https://raw.githubusercontent.com/yohei224/atom-markdown-url-extract/master/atom-url-extract.gif)

## example

> http://www.apple.com/
> https://atom.io/

will be convert to

> Apple
> [Apple](http://www.apple.com/)
> Atom
> [Atom](https://atom.io/)
> > At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.