benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.79k stars 2.73k forks source link

Icons missing in v5 #1133

Closed RachelAmbler closed 7 years ago

RachelAmbler commented 7 years ago

Just wondering if this is a v5 beta issue, or a design choice.

Clarification - Icons such as the ones generated thusly: <i class="icon-compass"></i>

benweet commented 7 years ago

These were icons provided in the v4. They are not provided anymore in v5 I'm afraid.

Norfeldt commented 6 years ago

StackEdit is a beautiful piece of work.

What would your suggestion be on how to insert icons in version 5?

benweet commented 6 years ago

You can still use <i class="icon-compass"></i> and include the font awesome stylesheet (or any other icon font that works with CSS classes) in a custom template. The icons won't be rendered in the editor, but they will be in your exports and publications.

Norfeldt commented 6 years ago

When you say won't be rendered in the editor do you also mean the markdown viewer?

I assume that I have to go into More..., but how to setup the stylesheet in the custom templates confuses me a little..

learnwell commented 6 years ago

I'm bummed too ... for what its worth, these icons still seem to render in the live preview for stackedit: https://www.webpagefx.com/tools/emoji-cheat-sheet/

But they still don't get rendered in Github Pages by Jekyll unless you enable the appropriate plugin: https://help.github.com/articles/emoji-on-github-pages/