d2-obsidian
d2-obsidian copied to clipboard
Feature Request: JavaScript Implementation
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.
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