So excited to share a markdown-it plugin which let you generate a visualization chart using several lines code.
- The project homepage: https://markvis.js.org/
- You can have a try online: https://markvis-editor.js.org/
- Source code: https://github.com/geekplux/markvis
Motivation
Very often we need to insert some data into our articles to make them more convincing, and since we are more sensible of information in charts than statistics, how to easily and conveniently embed a chart in an article is important. However, common method is to export a chart as an image, then upload it to an Image Hosting and get a url, finally paste the url to editor, which is a tedious process from writer's perspective.
Also, it makes the image loading time become much longer than that of the DOM elements, which may be/is a bad experience from reader's perspective.
@geekplux congrats on the release. We get requests for something like this in Corilla from time to time. It's wonderful to see some more options in this space. Well done.
D3.js