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: 9 days ago
JSON representation
Visualisation Markdown
- Host: GitHub
- URL: https://github.com/amitkaps/visdown
- Owner: amitkaps
- License: mit
- Created: 2016-08-29T09:57:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T20:14:12.000Z (about 2 years ago)
- Last Synced: 2024-08-01T00:55:09.989Z (3 months ago)
- Topics: data-visualization, markdown, visualisation, visualisation-markdown
- Language: JavaScript
- Homepage: http://visdown.com
- Size: 4.58 MB
- Stars: 663
- Watchers: 20
- Forks: 38
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - amitkaps/visdown - Visualisation Markdown (JavaScript)
- awesome-vega - Visdown - Markdown (Vega/Vega-Lite). (Wrappers / Papers)
- awesome-starred - amitkaps/visdown - Visualisation Markdown (markdown)
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)