
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
Convert URLs to Markdown links and images: Extracts URLs from text → Gets their article title → Creates Markdown links
Convert URLs to Markdown links and images
Extracts URLs from text → Gets their article title → Creates Markdown links and images
Useful for when you have a linkdump and want them in Markdown.
Lorem ipsum dolor sit amet
http://updates.html5rocks.com/2014/01/Yo-Polymer-A-Whirlwind-Tour-Of-Web-Component-Tooling
Magnis dis parturient montes.
Lorem http://codelittle.com/tag/yeoman/
https://github.global.ssl.fastly.net/images/modules/logos_page/GitHub-Mark.png
[Yo Polymer – A Whirlwind Tour Of Web Component Tooling](http://updates.html5rocks.com/2014/01/Yo-Polymer-A-Whirlwind-Tour-Of-Web-Component-Tooling)
[How To Use Yeoman](http://codelittle.com/tag/yeoman/)

$ npm install --global urls-md
$ urls-md --help
Usage
urls-md <file>
cat <file> | urls-md
You can also easily run through multiple files using shell scripting. In this example using ZSH syntax:
# loops through all .txt files in the current directory and outputs the converted files with .md extension
for f (*.txt) { urls-md $f > $f.md }
$ npm install --save urls-md
urlsMd('Lorem ipsum http://codelittle.com/tag/yeoman/', function (err, data) {
console.log(data);
//=> ['[How To Use Yeoman](http://codelittle.com/tag/yeoman/)']
});
MIT © Sindre Sorhus
FAQs
Convert URLs to Markdown links and images: Extracts URLs from text → Gets their article title → Creates Markdown links
The npm package urls-md receives a total of 9 weekly downloads. As such, urls-md popularity was classified as not popular.
We found that urls-md demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.