When adding a picture to [[Anxiety]], I accidentally pasted in a **Data URI**.
The picture:

The text saved in this note (slightly modified):
```plaintext

```
It occurs to me, this is another option in the same realm as my [[Markdown Graphics Anxiety]] - I *could* directly embed images via Data URIs. I just added [[Markdown Graphics Anxiety#Embedded or Linked?]].
## Pros & Cons
| Feature | Pro | Con |
| --------------- | ------------------------------- | ----------------------------------------------------- |
| HTTP Requests | Fewer requests | Reused assets cannot be cached |
| File management | Portable - self contained notes | Larger - Base64-encoding increases image size by ~33% |
| Complexity | Better for managing files | Worse for managing text within files |
****
# More
## Source
- Chat with Gemini