0.1.1 • Published 8 months ago

docsify-fontawesome v0.1.1

Weekly downloads
113
License
Apache-2.0
Repository
github
Last release
8 months ago

docsify-fontawesome

FontAwesome plugin for Docsify.

Install

  1. Insert FontAwesome CSS into docsify document (index.html)
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/fontawesome.css" />
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
  1. Then insert script plugin into same document
<script src="//unpkg.com/docsify-fontawesome/dist/docsify-fontawesome.min.js"></script>

Usage

Any text inside of : character is processed as CSS style and converted to HTML code for FontAwesome, example:

:fas fa-home fa-fw:

This code is converted to :

<i class="fas fa-home fa-fw"></i>

Example

  1. Run npm run build
  2. Run npm run example
  3. Go to http://localhost:3000/

SVG Example

View source code to understand SVG usage

  1. Run npm run build
  2. Run npm run example-svg
  3. Go to http://localhost:3000/

License

Apache License

TODO

  • Better parser to escape code sections
0.1.0

8 months ago

0.1.1

8 months ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago