
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@ahmedrowaihi/json-link
Advanced tools
Link Block for the Editor.js.

Allows adding link previews to your articles.
Get the package
npm i --save-dev @ahmedrowaihi/json-link
Include module at your application
const JSONLinkTool = require("@ahmedrowaihi/json-link");
dist from repositorydist/bundle.js file to your page.You can load the specific version of a package from jsDelivr CDN.
https://cdn.jsdelivr.net/npm/@ahmedrowaihi/json-link@2.5.0
Then require this script on page with Editor.js through the <script src=""></script> tag.
Add a new Tool to the tools property of the Editor.js initial config.
const editor = EditorJS({
...
tools: {
...
linkTool: JSONLinkTool,
},
...
});
Ahmed Rowaihi is a software engineer and a full-stack developer. He doing bachelor's degree in computer science at the Arab Open University (AOU) in KSA. He is passionate about web technologies and interested in problem-solving, data structures, and algorithms. He is also a fan of open-source software.
| 🌐 | GitHub | ||
|---|---|---|---|
| ahmedrowaihi.lol | @ahmedrowaihi | Ahmed Rowaihi | @ahmedrowaihi |
FAQs
ClientSide Link Tool for Editor.js
We found that @ahmedrowaihi/json-link demonstrated a not healthy version release cadence and project activity because the last version was released 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.