From 536dc3cc8efd5655e45ba64fe3c448fd71f78164 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:54:32 -0400 Subject: [PATCH] docs: add a list of the other possible barable fields --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b6a39e..d9af860 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`. This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`. ### Your top Wakatime Languages formated as a bar + ``` {{ wakatimeData.Languages | wakatimeCategoryBar 5 }} ``` @@ -337,6 +338,10 @@ Markdown 31m 42s █░░░░░░░░░░░░░░░░░ Bash 25m 51s █░░░░░░░░░░░░░░░░░░░░░░░░ 3.84% ``` +This can also be done with `Categories`, `Projects`, `Editors`, `OperatingSystems`, and `Dependencies` + +This function requires a `WAKATIME_API_KEY` and potentialy a `WAKATIME_URL`. + ### Other Wakatime data You can find the full list of the data you can get at [wakatimeTypes.go](./wakatimeTypes.go)