Skip to content

quantum1studios/GoToggl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks