refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

bootstrap 4 version? #319

Closed rob-lindman closed 5 years ago

rob-lindman commented 6 years ago

what it says, yo.

I plopped this into a page with bs4 and it works, but the glyphicons aren't compatible, so the editor just doesn't show any icons.

this takes away my happy thought.

ericfri commented 6 years ago

Set the icon library to 'fa'

rob-lindman commented 6 years ago

A little detail on that would be useful.

JRawly commented 6 years ago

http://www.codingdrama.com/bootstrap-markdown/

Look at the usage section. Essentially, add 'iconlibrary': 'fa' to your initialisation code, or data-iconlibrary="fa" to your data attributes depending on your method of integration.

rob-lindman commented 5 years ago

thanks for the info.