I have some docx, inside there are some content (text and image) that I would like to copy into my obsidian page.
However when I highlight + copy content then paste (Ctrl + V) them to obsidian. Images are pasted as “data:image/….”
Example: below is one of image input to obsidian
![A screenshot of](data:image/png;base64,R0lGODdhKwEBAXcAACH+GlNvZnR3YXJlOiBNaWNyb3NvZnQgT2ZmaWNlACwAAAAAKwEBAYfe3t5zjK3W1tbm5uaUlJT37/e1tbVrjLXe1tbFxcWcnJzm1s61MRBrhKXv7…
I would like that after pasting, it become a embeded image as: ![[Pasted image 20260313094347.png]]
How can I do that ?
Many thanks