showoff icon indicating copy to clipboard operation
showoff copied to clipboard

Renderer plugin support

Open samuelson opened this issue 8 years ago • 1 comments

A way to add arbitrary rendering plugins, similar to the way the syntax highlighting works.

E.g. if this syntax is used @@@ render: dot actually render the code to SVG instead of highlighting.

The renderers could live in some pre determined directory and would be automatically triggered when showoff encountered that tag.

samuelson avatar Dec 22 '16 18:12 samuelson

The javascript to do such a thing should also be dynamically loaded as needed. That would let us include as many renderers as we want, without needlessly bloating the amount of data the viewer must download.

binford2k avatar Jan 06 '17 23:01 binford2k