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

Performance improvements #15

Closed moacirrf closed 2 years ago

moacirrf commented 2 years ago

Include some performance improvements

  1. Include a swing worker to load content on a separated thread. image
  2. Include a progress bar while loading content
  3. Fix a small leg that sometimes happens when move from preview window to split window.
  4. Include cache of converted (svg to png) images to avoid unnecessary conversions.

https://user-images.githubusercontent.com/950706/193418195-c64f1c50-8fc8-49b1-9847-f3e66fda787f.mp4