Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Writer-StockNew to Visual Studio Code? Get it now.
Writer-Stock

Writer-Stock

PenguinCabinet

|
97 installs
| (0) | Free
Drawing automatically the graph about the number of written characters by git commits.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

✍Writer-Stock README(JP)

ℹ️概要

img1

Gitコミットから執筆文字数のグラフを生成できるVS Code拡張機能です。

依存関係

インターネット接続とgitのインストールが必要です。

📒使い方

img2 拡張機能をインストールすると、VS Codeの右下に「文字数の推移」というボタンができると思うので、そこをクリックしてください。
そうすると作業ディレクトリのGitリポジトリのコミットから、執筆文字数の推移グラフを自動生成します。

.wsignore

Gitリポジトリに「.wsignore」を作成すると、「.gitignore」と同じような感覚で、カウントしないファイルを選択できます。

例えば、test.mdを文字数カウントから除外したい場合

test.md

またホワイトリスト方式も利用でき、main.mdだけ文字数カウントしたい場合

*
!main.md

✍Writer-Stock README(EN)

Project Page.
img

Writer-Stock is the VS Code extension drawing automatically the graph about the number of written characters by git commits.
For novel writer,news writer or blogger etc...

ℹ️Features

  • Automatically makeing the graph of the num of chars!

🆗Requirements

It requires the Internet and CLI git client.

###s 📒How to use ! img2
After installing the extension, you will see a button "文字数の推移" in the lower right corner of VS Code.
Then it will automatically generate a graph of the transition of the number of characters written from the commits in the Git repository in your working directory.

.wsignore

If you create a ".wsignore" file in your Git repository, you can select files not to be counted in the same way as ".gitignore".

For example, if you want to exclude test.md from the character count

test.md

You can also use the whitelist method, for example, if you want to count only main.md

*
!main.md

Release Notes

Users appreciate release notes as you update your extension.

0.0.3

  • Support .wsignore

0.0.2

  • Start on launch of VS Code.
  • Add the logo icon.

0.0.1

  • First version!
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft