Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.03 KB

File metadata and controls

31 lines (23 loc) · 1.03 KB

GoToggl

This plugin allows you to track your Toggl time directly from the Godot interface!

Requirements

  • Godot 4+ (You can find a Godot 3 version here)
  • togglkey.json file

togglkey.json

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 #f03c15 workspace and #1589F0 project IDs can be found here in your toggl urls:

example url

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