- WakaTime
-
- Metrics, insights, and time tracking automatically generated from your programming activity.
- 135 Installs
-
This extension is allowed to:
- Read & Write Files
- Launch Subprocesses
- Send Network Requests
Readme
WakaTime for Nova
Metrics, insights, and time tracking automatically generated from your programming activity.
Installation
-
Navigate to the Extension Library inside Nova (
Shift + ⌘ + 2
). -
Search for
wakatime
, hitenter
, then clickInstall
. -
Enter your api key, then click
Save
.(If you’re not prompted, navigate to
Extensions → WakaTime → API Key
or⌘ + Shift + P
then typeapikey
.) -
Use Nova and your coding activity will be displayed on your WakaTime dashboard.
Usage
Visit https://wakatime.com to see your coding activity.
Configuring
Extension settings are stored in the INI file at $HOME/.wakatime.cfg
.
More information can be found from wakatime core.
Troubleshooting
First, turn on debug mode:
- Press
⌘ + Shift + P
- Type
debug mode, and press
Enter`. - Select
enable
, then pressEnter
.
Next, open your Extensions Console window (Extensions → Show Extension Console
) to view the plugin's logs and errors.
Errors outside the scope of this plugin go to $HOME/.wakatime.log
from wakatime-cli.
The How to Debug Plugins guide shows how to check when coding activity was last received from your editor using the Plugins Status Page.
For more general troubleshooting info, see the wakatime-cli Troubleshooting Section.
Changelog
Version 2.0.0 (Released 2020-11-24)
Support for remote files. #2
Version 1.0.3 (Released 2020-09-17)
Update extension icon with correct corner radius.
Version 1.0.2 (Released 2020-09-17)
Update extension icon with app icon image.
Version 1.0.1 (Released 2020-09-17)
Update extension icon for dark backgrounds.
Version 1.0.0 (Released 2020-09-17)
Initial release