tecosaur / emacs-config

My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.
MIT License
1.04k stars 119 forks source link

Graphic not showing correctly #17

Closed rodal2 closed 3 years ago

rodal2 commented 3 years ago

I love your config, it is superbly curated! In the html export of your config, the graphic comparing the different editors does not show properly. I remember it was showing properly in the past and it is showing properly in the pdf version.

I find it to be very aesthetic, would you mind pointing me towards the tools you used to create it, or even share some of the code?

Thank you for the inspiration!

tecosaur commented 3 years ago

In the html export of your config, the graphic comparing the different editors does not show properly.

That's because Org is using an <object> for the SVG and it dosen't work too well. When it's changed to an <img> (which has been done in Org HEAD) it will go back to normal.

I find it to be very aesthetic, would you mind pointing me towards the tools you used to create it, or even share some of the code?

You're looking at it :stuck_out_tongue:

  1. https://tecosaur.github.io/emacs-config/config.html#html-export
  2. misc/org-css