fontawesome icon indicating copy to clipboard operation
fontawesome copied to clipboard

orgmode html export

Open jschaeff opened this issue 8 years ago • 1 comments

Hi, thanks for your nice package. I'm looking for a way to export my fontawesome icons when using orgmode html export. As a matter of fact, instead of having the html , I get a tofu character.

I guess the exporter should replace the icons with the adequate html code. Do you have an idea how to do this ?

jschaeff avatar Oct 04 '17 13:10 jschaeff

An Idea would be to add org-entities with this package. For instance:

(setq org-entities-user
   (quote
     (("faCogs" "\\faCogs" nil "<i class=\"fa fa-cogs\"></i>" "=cogs=" "=cogs=" "")
     ("faPlus" "\\faPlus" nil "<i class=\"fa fa-plus\"></i>" "+" "+" ""))))

jschaeff avatar Oct 10 '17 11:10 jschaeff