Adds icons to quick links based on the type of link.
Released 3 years ago
Added CSS for custom dashboard links.
Plugin CSS for 1.5
.subsection a[href*="/characters"] i:before { content: "\f007"; } .subsection a[href*="/locations"] i:before { content: "\EAD2"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/races"] i:before { content: "\EAEB"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/families"] i:before { content: "\E99E"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/items"] i:before { content: "\E9DF"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/notes"] i:before { content: "\f518"; } .subsection a[href*="/maps"] i:before { content: "\f279"; } .subsection a[href*="/calendars"] i:before { content: "\f073"; } .subsection a[href*="/events"] i:before { content: "\f0e7"; } .subsection a[href*="/journals"] i:before { content: "\EA8F"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/organisations"] i:before { content: "\EA03"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/quests"] i:before { content: "\EAE9"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/tags"] i:before { content: "\f02c"; } .subsection a[href*="/abilities"] i:before { content: "\E9C2"; font-family: RPGAwesome; font-weight: 400; } .subsection a[href*="/timelines"] i:before { content: "\f252"; } .subsection a[href*="?dashboard="] i:before { content: "\f009"; }