Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Word Counter Session

mingmingsoeasymingmingsoeasy136 downloads

Track newly added words in your writing session with timer support and status bar display.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

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

Features

  • Word Count Tracking: Track words added or removed in current writing session
  • Timer Support: Optional timer to measure your writing time
  • Smart Word Counting: Consistent with Obsidian's built-in word counter
    • Filters out Markdown syntax (links, images, URLs, etc.)
    • Supports CJK characters (Chinese, Japanese, Korean) - each character counts as 1 word
    • Treats alphanumeric sequences as words
  • Status Bar Display: Shows word count difference and elapsed time in status bar
  • Sleep Mode: Automatically pauses tracking when switching to another file
  • Auto-Stop: Option to automatically stop tracking after a period of inactivity

How to Use

Starting a Session

  1. Open any Markdown file in Obsidian
  2. Click the clock icon in the status bar or use the command Toggle word counter session
  3. The plugin will start tracking word count changes from that point
  4. A positive number (e.g., +42) shows words added; negative shows words removed

Timer

  • If enabled, the timer displays elapsed time next to the word count
  • Click the timer to pause/resume it
  • Timer automatically pauses when switching files (if "Pause timer on file switch" is enabled)

Stopping a Session

Click the word count display in the status bar or use the command Toggle word counter session again.

Settings

Access settings via Settings > Community Plugins > Word Counter Session Settings:

  • Enable timer: Display elapsed time alongside word count (default: enabled)
  • Pause timer on file switch: Pause timer when switching to another file or closing the editor (default: enabled)
  • Enable auto-stop: Automatically stop tracking after a period of inactivity (default: disabled)
  • Auto-stop timeout (minutes): Stop tracking after this many minutes of no word count changes (default: 5)

Commands

  • Toggle word counter session: Start or stop tracking of current file
  • Pause/resume timer: Pause or resume the timer (only available when tracking)

Word Counting Algorithm

The plugin counts words consistently with Obsidian's built-in counter:

  1. Removes Markdown syntax:
    • Images: ![alt](https://raw.githubusercontent.com/mingmingsoeasy/obsidianSessionWordCounter/HEAD/url)
    • Links: [text](url) - only counts text
    • WikiLinks: [[link|alias]] - only counts alias
    • Embeds: ![[link]]
    • URLs: https://example.com
  2. Counts CJK characters as words (each character = 1 word)
  3. Matches continuous alphanumeric sequences as words

Examples:

  • this_is_a_test → 4 words
  • AsyncGenerator[int] → 2 words
  • file.txt → 2 words
  • don't → 2 words (don, t)

Installation

Automatic Installation (from Community Plugins)

Once this plugin is published to the Obsidian community plugin list:

  1. Go to Settings > Community Plugins
  2. Search for "Word Counter Session"
  3. Click Install
  4. Enable the plugin

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract the downloaded files
  3. Copy manifest.json, main.js, and styles.css to your vault's .obsidian/plugins/word-counter-session/ folder
  4. Reload Obsidian and enable the plugin in Settings > Community Plugins

Development

# Install dependencies
npm install

# Development build with watch mode
npm run dev

# Production build
npm run build

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

License

MIT License - see LICENSE for details.

Credits

Created by MingMing

80%
HealthExcellent
ReviewSatisfactory
About
Track words added or removed during a writing session and show the net change in the status bar with an optional elapsed timer. Filter out Markdown syntax, count CJK characters correctly, auto-pause on file switches, and optionally stop after inactivity.
WritingStatus barMarkdown
Details
Current version
1.0.0
Last updated
4 months ago
Created
4 months ago
Updates
1 release
Downloads
136
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
mingmingsoeasymingmingsoeasy
github.com/mingmingsoeasy
GitHubmingmingsoeasy
  1. Community
  2. Plugins
  3. Writing
  4. Word Counter Session

Related plugins

Better Word Count

Count the words of selected text in the editor.

Reading Time

Add the current note's reading time to the status bar.

Plugin Update Tracker

Know when installed plugins have updates and evaluate the risk of upgrading.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.