Infographic Viz
pendingby Coffee
Beautiful infographics using official @antv/infographic. Right-click to export PNG/SVG, copy to clipboard, and choose from 200+ themes.
Infographic Viz for Obsidian
Create beautiful infographic visualizations in Obsidian with official @antv/infographic engine. Supports 200+ templates and themes with PNG/SVG export functionality.
β¨ Features
- π¨ 200+ Official Templates - Powered by @antv/infographic
- π 200+ Themes - Choose from all AntV official themes
- π€ Export to PNG/SVG - Right-click to export or copy to clipboard
- βοΈ Editable Mode - Double-click to edit infographic elements
- π Dark/Light Theme - Automatic theme detection
- π± Responsive - Works on desktop and mobile
- π Live Preview - Real-time rendering in edit mode
π Usage
Create infographics using the infographic code block:
```infographic
infographic sequence-zigzag-steps-underline-text
data
title Agile Development Process
items
- label Sprint 1
desc Requirements gathering and user research
- label Sprint 2
desc Prototyping and design review
- label Sprint 3
desc Core feature development
- label Sprint 4
desc Testing and optimization
- label Sprint 5
desc Release and iteration
```
π― Available Templates
List Templates
list-row-simple-horizontal-arrow- Horizontal arrow list for step-by-step processeslist-grid-badge-card- Grid layout with badge cardslist-grid-compact-card- Compact grid cardslist-column-done-list- Vertical checklist
Sequence Templates
sequence-steps-simple- Simple numbered stepssequence-timeline-simple- Timeline for roadmaps and eventssequence-snake-steps-simple- Snake-style workflow stepssequence-ascending-steps- Ascending stair-like stepssequence-zigzag-steps-underline-text- Zigzag steps with underline decoration
Hierarchy Templates
hierarchy-tree-curved-line-rounded-rect-node- Tree hierarchy with curved lineshierarchy-mindmap-curved-line-compact-card- Mind map style hierarchy
Chart Templates
chart-pie-plain-text- Pie chart for proportionschart-bar-plain-text- Horizontal bar chartchart-column-simple- Vertical column chart
Compare Templates
compare-swot- SWOT analysis layoutcompare-binary-horizontal-simple-fold- Binary comparison
Quadrant Templates
quadrant-quarter-simple-card- Four quadrant layout
Note: This plugin includes 200+ templates from @antv/infographic. Check the official documentation for the complete list.
π¨ Themes
Choose from 200+ official AntV themes in plugin settings:
- Go to Settings β Community Plugins β Infographic Viz
- Select "Default Theme"
- Choose from available themes or leave empty for default
Popular themes include:
antv- AntV standard themecatppuccin- Catppuccin themegithub- GitHub themedracula- Dracula themenord- Nord theme
π€ Export
Right-click on any infographic to access export options:
- Copy to Clipboard (PNG) - Copy PNG image to clipboard for pasting into other apps
- Export as PNG - Download infographic as PNG file (high resolution 2x scale)
- Export as SVG - Download infographic as SVG vector file (editable in Figma/Illustrator)
- Copy Source Code - Copy infographic source code for reuse
βοΈ Settings
Default Theme
Choose the default theme for all infographics. Leave empty to use AntV default theme.
Editable Mode
Enable inline editing mode. When enabled, you can double-click infographic elements to edit them directly.
π Syntax Reference
Basic Structure
infographic <template-name>
data
title <title-text>
items
- label <item-label>
desc <description>
value <number-or-text>
icon <iconify-icon>
children
- label <child-label>
Examples
Simple Steps
infographic sequence-steps-simple
data
title Getting Started
items
- label Step 1
desc Install dependencies
- label Step 2
desc Configure settings
- label Step 3
desc Run the application
Hierarchy Tree
infographic hierarchy-tree-curved-line-rounded-rect-node
data
title Organization Structure
items
- label CEO
children
- label CTO
children
- label Engineering
- label QA
- label CFO
children
- label Finance
- label HR
Pie Chart
infographic chart-pie-plain-text
data
title Market Share 2024
items
- label Company A
value 45
- label Company B
value 30
- label Company C
value 25
SWOT Analysis
infographic compare-swot
data
title Project SWOT
items
- label Strengths
desc Experienced team, strong brand
- label Weaknesses
desc Limited budget, tight timeline
- label Opportunities
desc Growing market, new tech
- label Threats
desc Competition, regulations
π οΈ Development
# Install dependencies
bun install
# Development mode with hot reload
bun run dev
# Production build
bun run build
# Type check
bun run type-check
# Lint
bun run lint
π Documentation
For more templates and syntax, visit:
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
π License
MIT License - see LICENSE for details.
π Acknowledgments
- Built with @antv/infographic
- Based on Obsidian Sample Plugin
π Support
If you encounter any issues or have questions:
- Open an issue on GitHub Issues
- Check the GitHub Discussions
Made with β€οΈ by Coffee
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.