README file from
GithubObsidian 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/.