From 6a0c27e2c078ff41c9bb50fe41ee9148fa84c407 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Tue, 3 Sep 2024 21:40:46 +0200 Subject: [PATCH 1/2] feat: Footnote test --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bb6058b..574eeb4 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Purpose of this project -Garmin created fantastic Head-up Display, but they had it discontinued in 2015 [src](https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5). Fortunately, whole protocol had beed [reverse engineered](https://github.com/gabonator/Work-in-progress/tree/master/GarminHud). This allowed community to createte their own works. +Garmin created fantastic Head-up Display, but they had it discontinued in 2015 ([src](https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5)). Fortunately, whole protocol had beed [reverse engineered](https://github.com/gabonator/Work-in-progress/tree/master/GarminHud). This allowed community to createte their own works. ## Works @@ -30,3 +30,15 @@ Two weeks later I switched to Mapbox as completely standalone solution. Despite - maneuver processing (on long distances it refreshes every 10+ km) - Android Auto integration - create fork for first idea of proxying GMaps + +Here's a simple footnote,[^1] and here's a longer one.[^bignote] + +[^1]: This is the first footnote. + +[^bignote]: Here's one with multiple paragraphs and code. + + Indent paragraphs to include them in the footnote. + + `{ my code }` + + Add as many paragraphs as you like. From 242c814a84676a54059f91ce4bb061346f8dde82 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Tue, 3 Sep 2024 22:03:50 +0200 Subject: [PATCH 2/2] docs: Footnotes, typos, clarification --- readme.md | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/readme.md b/readme.md index 574eeb4..0a9a713 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,8 @@ ## Purpose of this project -Garmin created fantastic Head-up Display, but they had it discontinued in 2015 ([src](https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5)). Fortunately, whole protocol had beed [reverse engineered](https://github.com/gabonator/Work-in-progress/tree/master/GarminHud). This allowed community to createte their own works. +Garmin created fantastic Head-up Display, but they had it discontinued in 2015[^1]. +Fortunately, whole protocol had been reverse engineered[^2]. This allowed community to create their own works. ## Works @@ -14,31 +15,34 @@ Two weeks later I switched to Mapbox as completely standalone solution. Despite ### Stack -- Kotlin 1.9i +- Kotlin 1.9 - Mapbox SDK 11.5.1 - Navigation SDK 3.2.0 - Search SDK 2.4.0 ### Future works -- optimisation -- bug fixes - - camera behaviour - - search prompt graphics - - reconnect button style - - garmin connection fixes - socket behaviour on reconnect - - maneuver processing (on long distances it refreshes every 10+ km) -- Android Auto integration -- create fork for first idea of proxying GMaps +All the plans cannot be simply specified as they depend on many factors. +Main conception is not firmly grunted so it can depend on final decisions: -Here's a simple footnote,[^1] and here's a longer one.[^bignote] +1. Standalone application + - optimisation + - bug fixes + - camera behaviour + - search prompt graphics + - reconnect button style + - garmin connection fixes - socket behaviour on reconnect + - maneuver processing (on long distances it refreshes every 10+ km) + - Android Auto integration + - POIs + - speed cameras database + - traffic data -[^1]: This is the first footnote. +2. Proxy (one to choose from) + - Google Maps (probably) + - Yanosik + - Waze -[^bignote]: Here's one with multiple paragraphs and code. +[^1]: Source: https://support.garmin.com/pl-PL/?faq=gJy4U1QaPL2gBs3AqQ7Lm5 - Indent paragraphs to include them in the footnote. - - `{ my code }` - - Add as many paragraphs as you like. +[^2]: As widely described on sites like Hackday. Most repeated repo link is https://github.com/gabonator/Work-in-progress/tree/master/GarminHud \ No newline at end of file