Hi,

I use some icons inline in tab widgets (Bootstrap), like that:

{info} Public Profile, {options} Settings, {circled-check} CLA, {email} Notifications

I would like to use glyphicons or foundation icons too. I tried like that:

{fi-mail} Notifications

But this is not working. Any ideas? Is this supported?

Antoine

Hi Antoine,

It works, but the syntax for non-builtin is {icons/fi-mail}. You can use Ctlr+Space when typing text to get auto-completion help. So pressing Ctrl+Space and then typing "mail" should allow you to select and insert the desired icon.

Let me know how this works for you.

It works, thanks !