git404hub

what is obsidian-excalidraw-plugin fr?

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

Analysis updated 2026-06-24

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

tl;dr

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.

vibe map

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

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 make with this?

VIBE 1

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

VIBE 2

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

what's the stack?

TypeScript

how it stacks up fr

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 i run it?

Difficulty · easy time til it works · 5min
No license information was mentioned in the explanation.

in plain english

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.

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.