Hey, I wanted to ask if it would be technically possible to make a plugin that would load the excalidraw drawing file and render the svg in the document. I know there are javascript runtimes for Typst but they don’t support a lot of the browser functions that excalidraw uses and I don’t know if it’s possible to polyfill it.
This kind of thing is typically possible. I made something similar obsidian-canvas. So yeah, it is possible given enough time and effort. A while back also put together a plugin for Pintora. It uses the javascript bits. But be warned, that the performance may not be what you want, given the way wasm is handled. (first post on the forum… lol)
2 Likes
Hey @Freedom, welcome to the forum! I’ve changed your question post’s title to better fit our guidelines: How to post in the Questions category
For future posts, please make sure your title is a question you’d ask to a friend about Typst.
1 Like