moacirrf / netbeans-markdown

This plugin adds some additional features to Apache Netbeans Markdown Editor. Preview, Split Window, Suggestion, Export to DOCX, PDF and HTML
https://github.com/moacirrf/netbeans-markdown
GNU General Public License v3.0
16 stars 1 forks source link

Images improvements #56

Closed moacirrf closed 1 year ago

moacirrf commented 1 year ago
  1. Avoid override of images with same name on preview window, appending a number to the image name.
  2. Avoid duplication of images with same name on preview window, testing by hash, if images has the same but with same hash will not generate other images with number appended, will try reuse image.
  3. Improvement of download images, now it will follow redirections.
  4. Improvement of type image detection, try many ways to detect image type.