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

Advanced Word Count

pan4rattepan4ratte1k downloads

Create complex word count presets that will be displayed in the status bar or in the right pane tab. Install tens of community presets, custom metrics, and settings from the extension store.

Add to Obsidian
Advanced Word Count screenshot
Advanced Word Count screenshot
Advanced Word Count screenshot
  • Overview
  • Scorecard
  • Updates12

English | Русский

This plugin allows you to create complex word count presets that are displayed in the status bar or in the right pane tab. You can cycle presets by clicking on the status bar, the right pane header or using command palette. Thanks to community extensions — presets, metrics and advanced settings — the plugin flexibly adapts to writing, academic and other purposes.

Features

1. Create multiple word count presets

Each separate preset can have its own list of metrics and methods of counting formatting elements, which makes working on multiple projects easier. You can quickly cycle between presets by clicking on the status bar, the right pane tab header of or from the command palette.

2. View word counters in the right pane tab

  • Counters can be viewed not only in the status bar, but also in the right pane tab. You can define whether counters are visible in both places or only one.
  • Moreover, for any chosen metric you can set up a limit warning and/or a goal: a warning colors the metric orange at ≥90% of the limit and red at ≥100%, while a goal colors it green at ≥100% (a metric can have both at once, and a goal can't be set higher than its warning).
  • You can also reorder the metrics in the right pane by dragging them — the new order is applied to the status bar as well (drag-and-drop on mobile devices is experimental for now).
  • Every metric — built-in or community — can be renamed to your liking in Set custom labels, separately for the status bar and the right pane, or left without a label at all so only its number is shown.

3. Track many different counting metrics

  • Essentials:

    • Words
    • Pages
    • Characters (with spaces)
    • Characters (without spaces)
  • Additional options:

    • Lines (all lines, including blank ones)
    • Paragraphs (blocks of text, empty lines are ignored)
    • Reading time (estimated from a chosen reading speed)
    • Markdown links (url)[label] and [label](url)
    • Embeds ![[note]] or ![[file.pdf]]
    • Footnotes — complete [^1] references and inline ^[…]
  • Special "academic" options:

    • Wikilinks [[wiki]] and [[wiki|label]]
    • Citekeys [@doe2020]

4. Fine-tune "Words" and "Characters…" counting methods with advanced settings

You can specify, how formatting elements will be counted:

Advanced option Off On
Count links display text (url)[label] → label and url will be counted only label will be counted
Ignore wikilinks wikilinks text will be counted wikilinks will be ignored
Count wikilinks display text [[wiki|label]] → wiki and label will be counted only label will be counted
Ignore citekeys citekeys text will be counted citekeys will be ignored
Ignore comments comments %% … %% and <!-- … --> text will be counted comments will be ignored
Ignore HTML tags HTML tags like <b> … </b> etc. will be counted HTML tags will be ignored

5. Install community extensions: presets, metrics and advanced settings

Community extensions are small add-ons, each of which adds one metric, one advanced (word-count) setting, or a whole ready-made preset.

  • The extension store opens in the plugin settings. Search by name, author or description, filter by type (metrics / advanced settings / presets), and install, update or remove any extension with a single click. Installed extensions are highlighted with your accent colour.
  • Ready-made presets carry their toggle states, advanced settings, warnings/goals and connected community extensions. Installing one adds it to your presets and downloads the extensions it needs automatically. Made a preset you like? Click the Share (↗) icon in its header to export a file you can suggest for the plugin's catalogue.
  • Connecting installed extensions is done separately for each of your presets — use the Add metric… / Add setting… dropdown inside a preset.
  • Dependencies are installed automatically: if an extension depends on another, everything it needs is downloaded with it.
  • Updating extensions is available manually in the store, or automatically on Obsidian startup when the Automatically update installed community extensions setting is enabled.

The official catalogue currently includes:

Metrics

Name Description
Sentences Counts the number of sentences in a note.
Emoji Counts the number of emoji and other pictographic characters in a note.
Reference links Counts resolved reference-style links — a [text][id] reference that has a matching [id]: URL definition elsewhere in the note.
HTTP(S) links Counts every http(s) link in a note, wherever it appears — bare, inside a Markdown link, angle brackets or any other brackets.
Comments Counts HTML and Obsidian comments in the note.
Unique tags Counts the number of unique #tags in a note, ignoring repeats.
Average word length Calculates the average number of characters per word in a note.
Average Markdown links per page Calculates the average number of Markdown links per page.
Average words per sentence Calculates the average number of words per sentence in a note.
Headings Counts the number of Markdown headings (# … ######) in a note.
Tasks (all) Counts all task checkboxes — checked and unchecked.
Completed tasks Counts only completed task checkboxes (- [x] or - [X]).
Incomplete tasks Counts only incomplete task checkboxes (- [ ]).
References Counts the number of unique @citekeys in a note.
Average citations per page Calculates the average number of citations per page.
Pandoc generated footnotes Counts Markdown footnotes combined with @citekey groups that will generate footnotes after Pandoc export of the note. Use if you export with a footnote citation style.
Tables Counts the number of complete Markdown tables (header + delimiter row) in a note.
Tags Counts the number of #tags in a note.

Advanced settings

Name Description
Ignore highlights When counting words and characters, ignores ==highlighted== spans.
Ignore math When counting words and characters, excludes LaTeX math — block $$…$$ and inline $…$.
Ignore tables When counting words and characters, excludes Markdown table rows.
Ignore URLs When counting words and characters, excludes bare http(s) links.
Ignore strikethrough When counting words and characters, excludes ~~struck-through~~ text.
Ignore backslash commands When counting words and characters, excludes lines consisting solely of a backslash command such as \pagebreak or \newpage.
Ignore Dataview fields When counting words and characters, excludes inline Dataview fields — [key:: value] and (key:: value).
Ignore code When counting words and characters, excludes block and inline code.
Count Telegram emoji as one symbol When counting words and characters, counts a custom Telegram emoji in the format 😢 as one symbol. The extension provides support for the “Publish to Telegram” plugin emojis.

Presets

Name Description
Telegram user post Preset for posts made as a Telegram user: with limit warnings and all metrics set up to count characters the way Telegram does.
Telegram rich-text post Preset for rich-text posts in Telegram: with limit warnings and all metrics set up to count characters the way Telegram does.
Scientific article Preset with all basic metrics and goals, necessary for academic writing purposes.

Want to build your own? See the extension contributor guide.

Installation

Option 1: Obsidian plugin store

  1. In Obsidian settings open the tab "Community plugins" and click "Browse" button.

  2. In the search bar type Advanced Word Count, click on the result, then "Install" and "Enable" buttons.

Alternatively, you can install the plugin by following the link to the community website: https://community.obsidian.md/plugins/advanced-word-count

Option 2: BRAT plugin

If you want to test beta-versions of the plugin or use previous versions, you can do that with BRAT plugin:

  1. Install BRAT plugin from the official Obsidian plugin store.

  2. In the BRAT settings, find the “Beta plugin list” section and click on the “Add beta plugin” button.

  3. In the window that appears, paste the link to the Advanced Word Count plugin repository: https://github.com/pan4ratte/obsidian-advanced-word-count

  4. Under “Select a version” choose the desired version and click the “Add plugin” button. The plugin will be automatically installed and will be ready to use.

About the Author

My name is Mark Ingram (Ingrem), I am a Religious Studies scholar. Apart from my main area of study (Protestant Political Theology in Russia), I teach the subject "Information Technologies in Scientific Research", a unique course that I developed myself from scratch. This plugin helps me in my studies and I use it in my teaching, as well as other plugins that I develop and that you can find on my GitHub profile.

Hello to every student that came across this page!

HealthExcellent
ReviewPassed
About
Create custom word-count presets and view them in the status bar or right pane tab. Covers words, pages, characters (with/without spaces), lines, paragraphs, markdown links, wikilinks, citekeys and much more. Fine-tune presets, specifying, how formatting elements will be counted, quickly cycle presets, set limit warnings, writing goals and more. Community extensions allow to install new presets, metrics and advanced settings to adjust the plugin virtually for any writing purpose.
WritingStatus barSidebar
Details
Current version
4.3.0
Last updated
5 days ago
Created
5 months ago
Updates
12 releases
Downloads
1k
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
AGPL-3.0
Report bugRequest featureReport plugin
Author
pan4rattepan4rattepan4ratte
github.com/pan4ratte/
GitHubpan4ratte
avely.me
linktr.ee
  1. Community
  2. Plugins
  3. Writing
  4. Advanced Word Count

Related plugins

Longform

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

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

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.

WebNovel Assistant

A comprehensive Obsidian plugin for web novel writers. Track word counts, goals, and focus time. Manage foreshadowing, timelines, and timed tasks. Includes a bilingual UI and OBS overlay.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.

Text Generator

Generate text content using GPT-3 (OpenAI).