WakaTime is an open source Obsidian plugin for metrics, insights, and time tracking automatically generated from your Obsidian usage activity.
-
Inside Obsidian, click
Settings
→Community Plugins
→Browse
. -
Search for
wakatime
, click on the WakaTime plugin. -
Click the
Install
button. -
Click the
Enable
button. -
Enter your api key, then press
enter
. -
Use Obsidian and your activity will be displayed on your WakaTime dashboard
Visit https://wakatime.com to see your coding activity.
To edit your api key, open the Command Palette
then type WakaTime
and select the WakaTime API Key
command.
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.
- Clone this repo.
npm i
oryarn
to install dependenciesnpm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.