Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagger feature for copy/paste order #367 #369

Closed
wants to merge 2 commits into from

Commits on Jan 10, 2024

  1. Each tag is identified by both its title and its category, allowing f…

    …or proper handling of duplicate tag names in different categories.
    
    The selectedOrder array now stores objects with title and category properties.
    The displaySelected function has been updated to use this additional information when displaying selected tags.
    Instead of using querySelector with :contains, it iterates over all categories and checks their h2 text content to find the matching category.
    Once the correct category is found, it searches for the tag with the matching title within that category.
    7r0u8l3 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fc5a256 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    5a43cd5 View commit details
    Browse the repository at this point in the history