
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
vuepress-plugin-infobox
Advanced tools
This is a vuepress plugin to add an Infobox to a page which is very similar to wikipedia.
Work in progress
This is a vuepress plugin to add an Infobox to a page which is very simliar to wikipedia.
Preview
npm install vuepress-infobox
Add the plugin to your config.js file plugins property
module.exports = {
plugins: ['infobox']
}
Then add the infobox component anywhere in your .md file and create a .json file (demo.json) to provide all the information you want to display in the infobox.
# Demo
<Infobox :json="require('./demo.json')" />
## History
This is the history of the article
For reference look at the official wikipedia infobox: https://en.wikipedia.org/wiki/Template:Infobox_website
Example of demo.json
{
"name": "Demo",
"logo": "/logos/demo.png",
"screenshot": {
"url": "/screenshots/demo.png",
"caption": ""
},
"owner": "me",
"authors": "me",
"programming_language": "Vue.js, Markdown",
"url": "<a target='_blank' href='https://vuepress-infobox.github.io/'>vuepress-infobox.github.io</a>",
"repository": "<a target='_blank' href='https://github.com/mszkb/vuepress-infobox'>https://github.com/mszkb/vuepress-infobox</a>"
}
Make sure you have following folder structure:
docs/.vuepress/public/
Inside the public directory you can create more directories as you wish, for example
docs/.vuepress/public/logos
Then in your demo.json file you can reference the files inside the logos directory.
FAQs
This is a vuepress plugin to add an Infobox to a page which is very similar to wikipedia.
The npm package vuepress-plugin-infobox receives a total of 5 weekly downloads. As such, vuepress-plugin-infobox popularity was classified as not popular.
We found that vuepress-plugin-infobox 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.