1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-12 07:46:06 +00:00

Extend tag manager to edit icons assigned to tags

Add a dropdown for choosing available images for a tag.

As part of this change we need to tag tiddlers that contain images
typed as wikitext (these are inline SVG icons) so that we can display
them in the dropdown.
This commit is contained in:
Jermolene
2014-03-12 21:56:46 +00:00
parent 8e17c1dfd5
commit dd3ee2a603
12 changed files with 26 additions and 1 deletions

View File

@@ -302,7 +302,7 @@ a.tw-tiddlylink-external:hover {
background-color: <<colour untagged-background>>;
}
.tw-tag-label svg {
.tw-tag-label svg, .tw-tag-label img {
height: 1em;
width: 1em;
fill: <<colour tag-foreground>>;