Admonition plugin for mobile

Hi,

I am trying to make the admonitions plugin available on mobile and was wondering if the font-awesome icons are available on the mobile version?

When I debug it on my computer it does not display the icons correctly:

font-awesome

Cheers,

Andi

(Here the repository: https://github.com/libeanim/inkdrop-mobile-plugins/tree/add-admonition)

Hi andi,

Thank you for your work!
font-awesome is not available in the mobile editor as the UI itself doesn’t involve icons.
So you have to bundle it into the plugin.
But embedding a font file would be not recommended as it’s large.
Another option would be to use svg.
Ionicons provides svg files and you can use it in React components.
Hope that helps.