docs: explain unique path style

the previous description did not make completely clear what
is considered a unique path.
This commit is contained in:
Marcus Mangelsdorf 2022-03-02 16:09:12 +01:00 committed by Jan De Dobbeleer
parent ee2b6e3f14
commit 1e1c2e6ac9

View file

@ -126,6 +126,11 @@ starts with a symbol or icon.
Works like `Letter`, but will make sure every folder name is the shortest unique value.
The uniqueness refers to the displayed path, so `C:\dev\dev\dev\development` will be displayed as
`C:\d\de\dev\development` (instead of `C:\d\d\d\development` for `Letter`). Uniqueness does _not_ refer to other
folders at the same level, so if `C:\projectA\dev` and `C:\projectB\dev` exist, then both will be displayed as
`C:\p\dev`.
## Template ([info][templates])
:::note default template