This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/ckeditorfasix/README.md'
# ckeditorfa6
ckeditor fontAwesome 6 plugin with Font Awesome v.6.x (current branch is compatible with Font Awesome **v.6**)
# settings
1. add in your html page all.min.css
2. add in your config.js from ckeditor folder:
- config.extraPlugins = 'ckeditorfa';
- config.allowedContent = true;
- config.contentsCss = '/{your_path}/all.min.css';
CKEDITOR.dtd.$removeEmpty['span'] = false;
# info
for Font Awesome v.4.7 use branch **fa4**
# info
for Font Awesome v.5.15 use branch **fa5**