badges
badges copied to clipboard
Possible support for FontAwesome 6
I'm not sure what needs implemented, but I was wondering how much work it would be to offer one of two solutions:
- A way to add custom icons using maybe the SVG path, and being able to also define the text label, and a custom color.
- Support for FontAwesome 6 icons using the font-awesome names.
Either one would work, but I'd imagine doing Option 1 would be much easier. Just having a settings panel for the plugin which allows you to simply copy/paste an SVG path and it showing that icon on the label.
There are other plugins like Iconize which support icon packages, but it makes you import all .svg icon files and the plugin stores them in a folder, and then the icons appear in a context menu to pick from. And that may be a lot of work, compared to just a simple SVG path.