0

So I'm using org-mode html export functionality and it works perfectly fine; especially with either of these great themes!

My main concern is merely about images. While i was installing mu4e, there was an image that i couldn't preview, which made me kinda hacked it (in a personal project) see my answer.

Hasan Sh
  • 1,018
  • 9
  • 16

1 Answers1

0

I solved it by:

  1. creating a js script that gets all images in a page and creates a modal containing the clicked image.
  2. (run only once) having a python script that appends the script tag to all nested html files in a dir.

This now works fine and the modals can now be toggled, however, and as you may see, it's hacky and pretty useful at the same time. So it would be nice if it could be added to org-info-js! Any suggestions?

I'm listing this question/suggestion here, because the issues section is disabled on org-mode's [github][1] page. 
Hasan Sh
  • 1,018
  • 9
  • 16