-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hello
I'm not sure this is the right place, or if I should try asking for this in some dependency.
I'm using the svgbob tool to draw diagrams. Currently, I have to put them to separate files, then run the tool to convert them and then include as images into the presentation. This works, but is suboptimal, because of the manual steps but also because having to open another file to look at what the image is adds extra work and context switch. It would be much nicer if this was somehow possible to do inline, eg:
# A slide with diagram
```bob
+-----------+
| A box |
+-----------+
```Then some magic would happen and the presentation would contain the corresponding svg image.
I don't have an exact idea what the magic should be. I don't think hardcoding support for this specific tool makes much sense, but maybe some kind of configuration option of how to handle such block/plugin that it could call into would be nice.