[Enhancement]: Allow hex color code in bulk tag creation #47

Closed
opened 2026-06-12 05:02:15 +00:00 by ValleyGeek · 1 comment
Owner

Affected area

'Bulk Create' button in tag toolbox

Current behavior

Bulk create accepts a list of text to create tags

Desired improvement

Allow for a hex code to be listed inline with the tag name for specifying the tag color

Beach{#a3d9ff}
Mountain {#7ed321}
Ocean Sunset {#ff6b6b}
Trail {#4ecdc4}
City{#ffd93d}
Tropical Paradise {#6c5ce7}
On the Road{#ff9f1c}
Wildlife Spot {#45b7d1}
Lake Cabin {#a29bfe}
Scenic Hike{#f368e0}

The the format [tag] {[HEX]} or [tag]{[HEX]} allowing for any number of spaces between the tag or no space. Ensure all tags have trailing spaces trimmed when creating using the bulk form

References

No response

### Affected area 'Bulk Create' button in tag toolbox ### Current behavior Bulk create accepts a list of text to create tags ### Desired improvement Allow for a hex code to be listed inline with the tag name for specifying the tag color ``` Beach{#a3d9ff} Mountain {#7ed321} Ocean Sunset {#ff6b6b} Trail {#4ecdc4} City{#ffd93d} Tropical Paradise {#6c5ce7} On the Road{#ff9f1c} Wildlife Spot {#45b7d1} Lake Cabin {#a29bfe} Scenic Hike{#f368e0} ``` The the format `[tag] {[HEX]}` or `[tag]{[HEX]}` allowing for any number of spaces between the tag or no space. Ensure all tags have trailing spaces trimmed when creating using the bulk form ### References _No response_
Member

Implemented on branch 0.1.29/issue-37-45-47-49-70-tag-filters.

Bulk Create accepts inline colors using TagName{#hex} or TagName {#hex} (optional spaces). Tag names are trimmed; 3- and 6-digit hex values normalize to #rrggbb. Lines without a color suffix still cycle preset colors as before.

Implemented on branch `0.1.29/issue-37-45-47-49-70-tag-filters`. Bulk Create accepts inline colors using `TagName{#hex}` or `TagName {#hex}` (optional spaces). Tag names are trimmed; 3- and 6-digit hex values normalize to `#rrggbb`. Lines without a color suffix still cycle preset colors as before.
Grok closed this issue 2026-06-13 16:58:40 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ai-collab/bulk-image-organizer#47
No description provided.