Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/amitkaps/visdown

Visualisation Markdown
https://github.com/amitkaps/visdown

data-visualization markdown visualisation visualisation-markdown

Last synced: about 2 months ago
JSON representation

Visualisation Markdown

Lists

README

        

# Visdown

Make visualisation using markdown

Demo -> [http://visdown.com/](http://visdown.com/)

Allows you to write *json specification* in simple *yaml* and uses **marked** and **vega-lite** (or vega) to convert those specific code blocks in to svg.

- yaml -> json (using [yaml.js](https://github.com/jeremyfa/yaml.js))
- json -> vega-lite -> svg (using [vegalite.js](https://vega.github.io/vega-lite/))
- markdown -> html (using [marked.js](https://github.com/marked)