cablehead / stacks

an experimental "tool for thought"
https://stacks.cross.stream
MIT License
94 stars 5 forks source link

known issue: copying images often puts data:image/png;base64 on clipboard #65

Open cablehead opened 5 months ago

cablehead commented 5 months ago

From @0n0mat0p03ia

Comment: I noticed that selecting Copy from the modal window creates a new clip in the top stack, displaying the base64 encoding of the image (e.g., data:image/png;base64,iVBORw0KGgoAAAANSU...) rather than the image itself. Is this the expected behavior?

cablehead commented 5 months ago

blocked by (in a forcing function sense): https://github.com/cablehead/stacks/issues/46