Beeminder Word Count

approved

by Yuta Miyama

Post word counts directly to Beeminder.

14 stars4,265 downloadsUpdated 4y ago
View on GitHub

Obsidian Plugin - Beeminder Word Count

This is a small plugin for Obsidian -> Beeminder word count integration.

What it does

4135afb222d7d94892f57f29fd17dbb5

  1. Once installed, it will register command called "Send word count to Beeminder".
  2. When command is selected, it'll count the words in current editing file. It will only count the actively selected area.*
  3. It then sends the value to the Beeminder endpoint.

*For my use-case, I do not want to over report the word counts when I edit the same file over multiple days.

Setup

  • Installing the plugin will register new setting in Plugin Options tab.
  • Go to that tab, enter following 3 values:

Upkeep of the plugin

Releasing new releases

  • Create new GitHub release using your new version number as the "Tag version". Use the exact version number, don't include a prefix v. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases
  • Upload the files manifest.json, main.js, styles.css as binary attachments.
  • Publish the release.

Manually installing the plugin

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

API Documentation

See https://github.com/obsidianmd/obsidian-api

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.