Infographic

by larchliu
5
4
3
2
1
Score: 35/100

Description

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

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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