i downloaded 6.5.2/css/all.css locally, and imported this latest file into my local tiddlywiki, but the above code snippet was not properly parsed by my tiddlywiki, the display icon is garbled, any good ideas all.json (138.0 KB)ďźAfter downloading, rename it to all.cssďź
Did you tag your all.min.css tiddler with $:/tags/Stylesheet and edit its type to be Static stylesheet text/css?
[edit]: not sure it will be enough, the end of the min.all.css tiddler text references WOFF2 font files with a relative path, which TW probably wonât find:
At first, I thought of adding the system tag $:/tags/Stylesheet, but I didnât think of adding type text/css. Thank you for reminding me, but unfortunately it didnât work
Yes, I edited my post above, I think there are missing font files. Importing only the CSS in tiddlywiki.com will show a missing glyph instead of the expected result:
After installing the plugin on tiddlywiki.com, this works: <i class="fas fa-home"></i>
Looks like the plugin author redefined some classes namesâŚ
This âCheatsheetâ tiddler shows which classes to use for each symbol: Font Awesome â using Font Awesome with TiddlyWiki 5
**note - if you have any problems, make sure you remove any of the other FontAwesome files you were messing with, including any FontAwesome plugins so that this is the only FontAwesome file.
Well, there lies the sticking point. In order to get FontAwesome to work inside of Tiddlywiki, you have to manually convert the woff2 fonts to base64, so there is no really easy upgrade path other than once again manually recreating the css file every time. Would be nice if FontAwesome included a base64 converted version of the entire icon library in their download, which would make this a whole lot easier.