mingmingsoeasy136 downloadsTrack newly added words in your writing session with timer support and status bar display.
An Obsidian plugin that tracks newly added words during your writing session with optional timer support.
https://github.com/user-attachments/assets/3000a541-e7a2-4b1c-809d-311198694736
Toggle word counter session+42) shows words added; negative shows words removedClick the word count display in the status bar or use the command Toggle word counter session again.
Access settings via Settings > Community Plugins > Word Counter Session Settings:
Toggle word counter session: Start or stop tracking of current filePause/resume timer: Pause or resume the timer (only available when tracking)The plugin counts words consistently with Obsidian's built-in counter:
[text](url) - only counts text[[link|alias]] - only counts alias![[link]]https://example.comExamples:
this_is_a_test → 4 wordsAsyncGenerator[int] → 2 wordsfile.txt → 2 wordsdon't → 2 words (don, t)Once this plugin is published to the Obsidian community plugin list:
manifest.json, main.js, and styles.css to your vault's .obsidian/plugins/word-counter-session/ folder# Install dependencies
npm install
# Development build with watch mode
npm run dev
# Production build
npm run build
Contributions are welcome! Please feel free to open an issue or submit a pull request.
MIT License - see LICENSE for details.
Created by MingMing