cobalt.rs
cobalt.rs copied to clipboard
Support ASCII Art
User-facing design
Option 1: Tag
liquid
{% ascii_art "/assets/img.png" %}
.---> F
A B C D /
*-------*-----*---*----*-----> E
\ ^ \
v / '---> G
B --> C -'
{% endascii_art %}
Possible permalink substitutions
- Any variable in scope
- Any new ones we might need to add?
Option 2: File transform
Similar to sass, liquid, markdown, etc
Implementation
Leverage https://github.com/ivanceras/svgbobrus
Actually, something like
http://ivanceras.github.io/svgbob-editor/
would be great.