HakonHarnes / img-clip.nvim

Effortlessly embed images into any markup language, like LaTeX, Markdown or Typst
MIT License
499 stars 8 forks source link

feat: base64 limit #11

Closed HakonHarnes closed 10 months ago

HakonHarnes commented 10 months ago

Related issue

Closes #9.

Summary of changes

Added a max_base64_size option which defines the max size of the Base64 string in KB. Keep in mind embedding as Base64 will increase the file size with 33%, and 10KB of Base64 equals 10 240 characters.