-
Notifications
You must be signed in to change notification settings - Fork 19
Description
It would be great to embed exported images of .tldraw files in notes, and have those images automatically update when the source .tldraw file is edited.
There's a community tool called @kitschpatrol/tldraw-cli that can export .tldraw files to SVG/PNG. It could be integrated to auto-export drawings when they're saved
The plugin could integrate tldraw-cli's programmatic API to automatically export SVGs when a .tldraw file is saved, storing them alongside the original file.
I know some users work around this by manually exporting, but having automatic export would make .tldraw files much more practical as 'source of truth'.
Bascially this would allow user to embed an .svg yet still retain the ability to update the image file, by its original .tldraw file