Beeminder Word Count
approvedby Yuta Miyama
Post word counts directly to Beeminder.
★ 14 stars↓ 4,265 downloadsUpdated 4y ago
Obsidian Plugin - Beeminder Word Count
This is a small plugin for Obsidian -> Beeminder word count integration.
- Obsidian https://obsidian.md
- Beeminder https://www.beeminder.com
What it does

- Once installed, it will register command called "Send word count to Beeminder".
- When command is selected, it'll count the words in current editing file. It will only count the actively selected area.*
- 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:
- user name for your Beeminder account
- goal name to which word count will be posted to, and
- auth_token specified by http://api.beeminder.com/#personal-authentication-token.
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.cssas binary attachments. - Publish the release.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.
API Documentation
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.