https://github.com/uiur/pastem
Paste embedded markdown automagically
https://github.com/uiur/pastem
Last synced: 4 months ago
JSON representation
Paste embedded markdown automagically
- Host: GitHub
- URL: https://github.com/uiur/pastem
- Owner: uiur
- Created: 2015-04-23T08:44:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T06:49:41.000Z (over 9 years ago)
- Last Synced: 2025-02-01T17:05:15.092Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pastem
[](https://travis-ci.org/uiureo/pastem)A chrome extension that converts a url to embeded markdown on paste.

For example, if you paste `http://gyazo.com/f02ef690f64fdba4eb3f321e72f17d61` in a github issue, it's automatically expanded into this markdown code.
`[](http://gyazo.com/f02ef690f64fdba4eb3f321e72f17d61)`
## Install
https://chrome.google.com/webstore/detail/pastem/ibmnfmdbnmihdjoegiodchoidmgpencc## Supported links
pastem automatically converts urls on following hosts.- youtube.com
- deviantart.com
- blip.tv
- dailymotion.com
- flickr.com
- scribd.com
- vimeo.com
- instagram.com
- soundcloud.com
- kickstarter.com
- coub.com
- wordpress.com
- ted.com
- spotify.com
- cacoo.com
- etsy.com
- gyazo.com## Development
Run this command to build.
```
npm run build
```## License
MIT