This plugin allows you to track your Toggl time directly from the Godot interface!
- Godot 4+ (You can find a Godot 3 version here)
- togglkey.json file
This file can be automatically generated using the GoToggl Wizard, which can be found in Project > Tools > GoToggl Wizard.
{
"api_token": "dfd35235dsfsd24523523",
"workspace_id": 11000245,
"project_id": 11100111,
"description": "GoToggl Entry"
}
Get your API Token here listed towards the bottom of the page.
And your workspace and
project IDs can be found here in your toggl urls:
Add the following to your .gitignore so that user's togglkeys aren't accidently posted to a public repo or synced across teams
# GoToggl specific api key file
*togglkey.json