Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.69 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.69 KB

WakaTime for Obsidian

WakaTime is an open source Obsidian plugin for metrics, insights, and time tracking automatically generated from your Obsidian usage activity.

Installation

  1. Inside Obsidian, click SettingsCommunity PluginsBrowse.

  2. Search for wakatime, click on the WakaTime plugin.

  3. Click the Install button.

  4. Click the Enable button.

  5. Enter your api key, then press enter.

  6. Use Obsidian and your activity will be displayed on your WakaTime dashboard

Usage

Visit https://wakatime.com to see your coding activity.

Project Overview

To edit your api key, open the Command Palette then type WakaTime and select the WakaTime API Key command.

Troubleshooting

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.

Contributing

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.