-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
Currently, if you upload an image to a tldraw drawing it adds it as an asset.... Cool.
But when you delete the image from the drawing, the asset still remains in the markdown...
This artificially bloats the note, even though the image isn't being utilized.
And since its still technically being referenced, plugins and queries cant see that you are not using it.
I suggest implementing a change, such that, if an image is deleted off the drawing, its asset is deleted too.
This is how excalidaw does it I believe.
Reactions are currently unavailable