Collapse data from imgs

Use case or problem

I tend to dump a lot of my Jupyter notebook figures to notes at obsidian to store partial results and explore possible interpretations of results. If one copies and pastes a figure from Jupyter into a note, typically it pastes something like:
![](data:image/png;base64,iVBO......(verylongstring)==)
A (verylongstring) can be hundreds or thousands of lines that completely disrupt the performance and manageability of the note editing.

Proposed solution

Collapsing the information inside data:image/png;base64 would be brilliant, it would allow users to embed figures while preserving the not layout and not having to attach figures. I propose something like:

Current workaround (optional)

Save the figure locally and attaching to the note

3 Likes