rhiokim / haroopad

Haroopad - The Next Document processor based on Markdown
http://pad.haroopress.com
GNU General Public License v3.0
1.61k stars 223 forks source link

Font Awesome #563

Closed sebelk closed 8 years ago

sebelk commented 8 years ago

Hi,

Does Haroopad support Font Awesome?

(http://fortawesome.github.io/Font-Awesome/icons/)

Thanks in advance!

rhiokim commented 8 years ago

Font Awesome does not built in Haroopad. But you can use this. follow step.

  1. Open the preference dialog CMD+,
  2. Click the Viewer tab
  3. Click the blue Edit button
  4. Open default.css file
  5. Insert this syntax into the file @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
  6. Save and close
  7. Click the Reload button
  8. Done
  9. Write the <i class="fa fa-bluetooth"></i> into editor area
rhiokim commented 8 years ago

Is it work for you?

salvob41 commented 6 years ago

Thank you! Does this work for mermaid too? As explained here: https://mermaidjs.github.io/flowchart.html example:

graph TD
    B["fa:fa-twitter for peace"]
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);
    B-->E(A fa:fa-camera-retro perhaps?);