docable-notebooks icon indicating copy to clipboard operation
docable-notebooks copied to clipboard

feature: svg block

Open chrisparnin opened this issue 5 years ago • 1 comments

Give me an in-situ way to edit vector diagrams and you can have all my money.

https://twitter.com/gvwilson/status/1290617242678435840?s=20

Hmm, a simple step in this direction. Probably could just render a code block with svg code into a real svg.

```svg|{type:'svg'}
```

chrisparnin avatar Aug 04 '20 12:08 chrisparnin

As a hack, we only have require a simple svg block and render it in html.

```svg
...

image

Future version would probably upgrade this to a docable block, but would need to disable execution, but enable us to edit.

chrisparnin avatar Aug 23 '20 01:08 chrisparnin