whatisgithub

What is obsidian-excalidraw-plugin?

zsviczian/obsidian-excalidraw-plugin — explained in plain English

Analysis updated 2026-06-24

6,872TypeScriptAudience · writerComplexity · 1/5Setup · easy

In one sentence

An Obsidian plugin that tracks how many words you write each day, shows a live count in the status bar, and keeps a historical log of your writing output.

Mindmap

mindmap
  root((Word Count Plugin))
    What it does
      Daily word count
      Status bar display
      Historical log
    Platform
      Obsidian notes app
      Community plugin
    Inspiration
      Calendar plugin
      Word count plugin
    Use Cases
      Writing goals
      Output tracking
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Track your daily writing progress toward a word-count goal inside Obsidian.

USE CASE 2

Review a historical log to see which days you wrote the most and spot writing patterns.

What is it built with?

TypeScript

How does it compare?

zsviczian/obsidian-excalidraw-plugingoogleapis/release-pleaseopenai/openai-realtime-agents
Stars6,8726,8716,866
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencewriterdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
No license information was mentioned in the explanation.

So what is it?

This is a daily word count plugin for Obsidian, a note-taking application. It tracks how many words you write each day and shows the current day's count in the bottom right corner of the screen. It also keeps a historical log so you can look back at writing output over time. The README is very brief and does not describe the plugin's settings, storage format, or installation steps beyond what the Obsidian community plugin system would handle. The project credits two other Obsidian plugins as inspiration: a calendar plugin by liamcain and a word count plugin by lukeleppan.

Copy-paste prompts

Prompt 1
I use the Obsidian daily word count plugin and want to export my historical word count data to a CSV so I can chart it. How would I parse the log file it creates?
Prompt 2
I installed the word count plugin for Obsidian but the count in the status bar is not updating. What should I check first?
Prompt 3
Help me write a Dataview query that pulls my daily word count history from my Obsidian vault and displays it as a table sorted by date.
Prompt 4
I want to build a similar word-count plugin for Obsidian. Walk me through the minimum plugin API calls needed to read document length and update the status bar.
Prompt 5
What other Obsidian plugins work well alongside a daily word count tracker for building a writing habit?

Frequently asked questions

What is obsidian-excalidraw-plugin?

An Obsidian plugin that tracks how many words you write each day, shows a live count in the status bar, and keeps a historical log of your writing output.

What language is obsidian-excalidraw-plugin written in?

Mainly TypeScript. The stack also includes TypeScript.

What license does obsidian-excalidraw-plugin use?

No license information was mentioned in the explanation.

How hard is obsidian-excalidraw-plugin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is obsidian-excalidraw-plugin for?

Mainly writer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.