Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vertical-blank/atom-markdown-url-extract
- Owner: vertical-blank
- License: mit
- Created: 2016-01-03T16:29:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T02:39:02.000Z (almost 9 years ago)
- Last Synced: 2023-03-05T18:01:30.644Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.