Icons - nomadjimbob/mikioplugin GitHub Wiki

Add icons from an icon library.

By default, the following icon libraries are installed within the Mikio Plugin:

with only the FontAwesome 4 enabled.

To enable the other libraries, you are required to uncomment the appropriate lines within:

:file_folder: mikioplugin
    :file_folder: icons
        :page_facing_up: icons.php

Example Syntax (FontAwesome 4)

<icon fa address-book>

Adding an Icon library

You can add your own Icon library or change Mikio Plugin to instead use a CDN by editing the mikioplugin/icons/icons.php file. Instructions are included in the file itself.