Update tips_and_tricks.md

This commit is contained in:
Nate Harris 2023-12-07 17:57:12 -07:00 committed by GitHub
parent 4f260fee6b
commit 6b77283384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -99,11 +99,13 @@ This collection uses a combination of all these prefixes, and are always sorted
- `collection_order: random` -> `sort_by: random` - `collection_order: random` -> `sort_by: random`
- `collection_order: custom` -> `sort_by: ??` - `collection_order: custom` -> `sort_by: ??`
- Needs to be one level above `all`/`any` criteria list. Ex.: - Needs to be one level above `all`/`any` criteria list. Ex.:
- `smart_filter`: ```yaml
- sort_by: `release.desc` smart_filter:
- any: sort_by: release.desc
- criteria1 any:
- criteria2 - criteria1
- criteria2
```
- Collections display on home screen in order of creation - Collections display on home screen in order of creation
- Recommend having library-specific collections loaded first in config before general collections - Recommend having library-specific collections loaded first in config before general collections