Abhimanyu08 / Notedown

Embed computation and tldraw canvas in your markdown
https://notedown.art
10 stars 2 forks source link

Can be this feature implemented in the Hedgedoc project? #12

Open seanly opened 8 months ago

seanly commented 8 months ago

https://github.com/hedgedoc/hedgedoc/issues/5358

Abhimanyu08 commented 8 months ago

I would look into it! I guess one way would be to add support for mermaid.js in hedgedoc. What I have done is build a custom parser which enables me to embed a tldraw whiteboard component on <draw/> syntax. This way your note preview document now actually consists of the original markdown text + the svg generated from tldraw, both stored as a separate file