From a4926a3bfb0fb23aeef0112355baebb62ad9893a Mon Sep 17 00:00:00 2001 From: ccmdi Date: Sun, 16 Nov 2025 13:16:05 -0500 Subject: [PATCH] chore: timeline view explanation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f8fa9a7..9e1d123 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,14 @@ In plugin settings under "Tags": 4. Drag tags to reorder priority Higher tags take precedence in locations with multiple tags. + +### Using timeline view + +The timeline view type filters map markers by date. + + +- **Date property**: Property containing dates (supports `YYYY-MM-DD`, `YYYY-MM`, `YYYY`, and negative years like `-1000-01-01` for BC) +- **Group by property**: Deduplicate markers with the same value - for tracking the same object at different times +- **Grouping uniqueness mode**: Show all entries, only the most recent, or only the least recent per group (per date property) + +The slider and text box filter markers up to a specific date. You can manually type in the text box the exact date you want to jump to. The granularity level is determined by the dropdown.