82 lines
1.9 KiB
YAML
82 lines
1.9 KiB
YAML
name: "⏰ WakaTime plugin"
|
|
category: social
|
|
description: This plugin displays statistics from your [WakaTime](https://wakatime.com) account.
|
|
examples:
|
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.wakatime.svg
|
|
index: 7
|
|
supports:
|
|
- user
|
|
scopes: []
|
|
inputs:
|
|
|
|
plugin_wakatime:
|
|
description: Enable wakatime plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_wakatime_token:
|
|
description: WakaTime API token
|
|
type: token
|
|
default: ""
|
|
|
|
plugin_wakatime_days:
|
|
description: Time range
|
|
type: string
|
|
values:
|
|
- 7
|
|
- 30
|
|
- 180
|
|
- 365
|
|
default: 7
|
|
|
|
plugin_wakatime_sections:
|
|
description: |
|
|
Displayed sections
|
|
- `time`: show total coding time and daily average
|
|
- `projects`: show most time spent project
|
|
- `projects-graphs`: show most time spent projects graphs
|
|
- `languages`: show most language
|
|
- `languages-graphs`: show languages graphs
|
|
- `editors`: show most used code editor
|
|
- `editors-graphs`: show code editors graphs
|
|
- `os`: show most used operating system
|
|
- `os-graphs`: show code operating systems graphs
|
|
type: array
|
|
values:
|
|
- time
|
|
- projects
|
|
- projects-graphs
|
|
- languages
|
|
- languages-graphs
|
|
- editors
|
|
- editors-graphs
|
|
- os
|
|
- os-graphs
|
|
default: time, projects, projects-graphs, languages, languages-graphs, editors, os
|
|
|
|
plugin_wakatime_limit:
|
|
description: Display limit (per graph)
|
|
type: number
|
|
default: 5
|
|
min: 0
|
|
zero: disable
|
|
|
|
plugin_wakatime_url:
|
|
description: |
|
|
WakaTime url
|
|
|
|
Also compatible with self-hosted instance ([wakapi](https://github.com/muety/wakapi))
|
|
type: string
|
|
default: https://wakatime.com
|
|
|
|
plugin_wakatime_user:
|
|
description: WakaTime username
|
|
type: string
|
|
default: current
|
|
preset: no
|
|
|
|
plugin_wakatime_languages_other:
|
|
description: Including Other Languages
|
|
type: boolean
|
|
default: no
|