-
Hi, I did look for this for hour or more, couldn't find it. with examples : Instead using Update : This is full example if someone want to limit the number of tags (with comma) work only on danbooru: and something less important: is this it does work, but it looks wonky to me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
For the time being, you'll have to manually split, cut, and re-join tags if you want to limit them by tag count. Regular format strings can't do this, so you'll have to use f-strings.
Eventually, As for your other question: |
Beta Was this translation helpful? Give feedback.
Unfortunately, that does not work. f-strings do not support
|
or:?/---/
or basically anything from docs/formatting, at least not with the documented syntax. It would be possible but incredibly long, complicated, and unreadable.Each single tag category would be something like
I have since added some new
tags
metadata fields for Danbooru that provide them as a list of tags: 627ed79(the old
tag_string_character
etc fields are stil…