Commit Graph

4 Commits

Author SHA1 Message Date
20fcad7fbb feat(submission): parse FA's prefixed system tags into CategorizedTags
FA renders its species/character/artist/type system tags as tag-block
anchors with a data-tag-name carrying a single-letter prefix
(s_/c_/a_-u_/t_) and a sibling tag-invalid span instead of a /search/
link. The existing keyword pass skips them, so they were lost.

Adds a Submission.CategorizedTags field exposing the four buckets with
the prefix stripped, plus an examples/categorized_tags runnable demo.
2026-06-02 21:15:30 +02:00
02479212bc chore: fix .gitignore filename typo
Renames .gitingore to .gitignore so the rules actually apply; .idea/
was leaking into the working tree as a result.
2026-06-02 21:15:04 +02:00
0ae20aa68d inital commit v0.0.2 2026-05-26 20:21:55 +02:00
965f9d6ad4 inital commit v.0.0.1 2026-05-25 22:27:18 +02:00