From 1e1c2e6ac9fb80f4045e5cffc1046c482f55cd19 Mon Sep 17 00:00:00 2001 From: Marcus Mangelsdorf Date: Wed, 2 Mar 2022 16:09:12 +0100 Subject: [PATCH] docs: explain unique path style the previous description did not make completely clear what is considered a unique path. --- docs/docs/segment-path.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/segment-path.md b/docs/docs/segment-path.md index dfe8b5d4..06e12209 100644 --- a/docs/docs/segment-path.md +++ b/docs/docs/segment-path.md @@ -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