Ben Holmes @bholmes.dev · Mar 2

Markdown editors rarely get image pasting right, so I tackled that early for Hubble. ✅ Images paste to a file instead of base64, under FILENAME.assets/. This will be configurable ✅ Pasting the same image twice resolves to the same file name ✅ Original resolution is preserved

33 likes 2 replies

?

Replies

Ben Holmes · Mar 2

This is inspired by Typora, which weirdly defaults to base64. Had to ask GPT before realizing it was configurable! I want to mirror these options, but more clearly call out with a toast where images go and how to change the setting

Nicholas Macias · Mar 2

What keeps me from using obsidian (I’m sure this can be fixed but I’m lazy). The ideal handling imo is a pasted or web image url gets cached to an (owned) cloud url, though, i never thought through how to handle deletions. I guess file based in a cloud folder is good enough.