Infographic

approved

by larchliu

Render AntV Infographic (infographic.antv.vision) code blocks. - This plugin has not been manually reviewed by Obsidian staff.

1 stars153 downloadsUpdated 6mo ago0BSD

Obsidian Infographic Plugin

Render AntV Infographic code blocks inside Obsidian.

Usage

Create a fenced code block with language infographic:

```infographic
template: radial-tree
data:
  name: Root
  children:
    - name: A
    - name: B
```

More syntax/examples: https://infographic.antv.vision/learn

Development

npm install
npm run dev

Build:

npm run build

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.