--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/bf74aa29-52ba-4e19-98d5-da80c01ba06c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
As far as I know, FA already contains svg icons. We should be able to directly use them.
Perhaps the simplest way to distribute FontAwesome icons for TW5 users would be to have a web page that allows them to be dragged and dropped into a wiki (that page would itself be a wiki behind the scenes).
I understand why people want to add the icons to a plugin or even the core to make it possible to share them between plugins, but that just creates more problems. Better in almost all cases to embed them directly in the plugins that need them
The one objection I have - which I know you don't agree with - is to name them "$:/core/images..." because they are not core. The problem is that someone can import a few of those icons, then create a plublic plugin that transcludes the icon because he reasons that "It's core, so everyone has this icon!".
Great stuff!
As Mat said, I also suggest it is better to do not use $:/core/images as one confuses them with TW5 core imagesMay be $:/fa/images/xxxxBestMohammad
What would be the best prefix? Jeremy suggestion is e.g. "$:/fa5-images/solid/copyright". I incline to "$:/images/fa5/solid/copyright" to give a unique location for other future collections or images.