d2-obsidian icon indicating copy to clipboard operation
d2-obsidian copied to clipboard

Feature Request: JavaScript Implementation

Open aboy021 opened this issue 3 years ago • 2 comments

I realise that this is a big ask, but the current plugin is really just a wrapper for a command line application. It would be great if it was a JS plugin that worked out of the box and worked on mobile devices too. I think there would be broader benefits to D2 as well.

aboy021 avatar Jan 08 '23 21:01 aboy021

yup, D2 is all in Go, which is compilable to WebAssembly, which can run in JS contexts. this is in progress: https://github.com/terrastruct/d2/pull/436

alixander avatar Jan 08 '23 21:01 alixander