Graphic not showing correctly #17

Closed
opened 2021-05-10 21:26:08 +00:00 by rodal2 · 1 comment
rodal2 commented 2021-05-10 21:26:08 +00:00 (Migrated from github.com)

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!

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 2021-05-11 03:17:52 +00:00 (Migrated from github.com)

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 😛

  1. https://tecosaur.github.io/emacs-config/config.html#html-export
  2. misc/org-css
> 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](https://github.com/tecosaur/emacs-config/tree/master/misc/org-css)
Sign in to join this conversation.
No description provided.