[Enhancement]: Allow hex color code in bulk tag creation #47
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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 formReferences
No response
Implemented on branch
0.1.29/issue-37-45-47-49-70-tag-filters.Bulk Create accepts inline colors using
TagName{#hex}orTagName {#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.