cobalt.rs icon indicating copy to clipboard operation
cobalt.rs copied to clipboard

Support ASCII Art

Open epage opened this issue 7 years ago • 1 comments

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

epage avatar Feb 27 '18 15:02 epage

Actually, something like

http://ivanceras.github.io/svgbob-editor/

would be great.

MHohenberg avatar May 11 '18 08:05 MHohenberg