MycroftAI / mycroft-skills

A repository for sharing and collaboration for third-party Mycroft skills development.
https://mycroft.ai/skills
757 stars 871 forks source link

Add FontAwesome icon picker to meta-generator #503

Open KathyReid opened 6 years ago

KathyReid commented 6 years ago

User story

As a Skill Author, I want the meta-generator form to have a FontAwesome icon picker so I can easily choose an icon for my Skill without having to separately identify icons by searching FontAwesome.

Acceptance criteria

tulikavijay commented 6 years ago

Can I pick this up?

forslund commented 6 years ago

Go for it!

KathyReid commented 6 years ago

Absolutely :-)On 1 Oct. 2018 17:11, Tulika notifications@github.com wrote:Can I pick this up?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

tulikavijay commented 6 years ago

It says no additional libraries, can I use jQuery?

penrods commented 6 years ago

The trick about this is that as we use it right now this tool is a one-file solution that we just send users to directly using rawgit. So I avoided external dependencies and made everything inline. If you can point to a URL for a library that will reliably be there, I could probably stomach it.

tulikavijay commented 6 years ago

@penrods sure you can work on this

SaketKaswa20 commented 1 year ago

Can I do this?