Quote:
Originally Posted by crossi
How would you exclude all tags in square brackets like [Free]. I use a lot of them for searches but I don't want them in collections
|
This should work in the tweaks:
Quote:
# Collection names or patterns to ignore (e.g. [ "ignorethis", ".*Ignore.*" ]
create_kindle_collections_ignore = ["[.*" ]
|
That should ignore anything that starts with a square bracket.