Wicklets / wick-editor-2018

Archived - New repo is now at github.com/wicklets/wick-editor
GNU General Public License v3.0
516 stars 57 forks source link

Could use FontAwesome for icons #863

Open kryptot7 opened 6 years ago

kryptot7 commented 6 years ago

There are a lot of miscellaneous icons cluttered across the resources folder, and not all of them are used. Although the inspector icons already look awesome, many of the more generic icons could be replaced with FontAwesome since it's much more flexible; you can colorize or transform icons easily and embed them within text using FontAwesome's \<i> tag. I haven't used FontAwesome myself, but it looks useful!

Currently, Wick uses SVG icons embedded as images, which cannot be colorized with CSS since they're not a part of the DOM.