Update tips_and_tricks.md
This commit is contained in:
parent
4f260fee6b
commit
6b77283384
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue