https://github.com/nomorepanic/mdbook-wordcount
Word count for mdbook, inspired by the mdbook tutorial
https://github.com/nomorepanic/mdbook-wordcount
mdbook mdbook-plugins
Last synced: 26 days ago
JSON representation
Word count for mdbook, inspired by the mdbook tutorial
- Host: GitHub
- URL: https://github.com/nomorepanic/mdbook-wordcount
- Owner: nomorepanic
- License: mpl-2.0
- Created: 2021-01-02T11:47:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:52:35.000Z (11 months ago)
- Last Synced: 2025-04-03T17:53:21.243Z (about 1 month ago)
- Topics: mdbook, mdbook-plugins
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nomorepanic/mdbook-wordcount - Word count for mdbook, inspired by the mdbook tutorial (others)
README
# Mdbook wordcount
```sh
cargo install mdbook-wordcount
```Then in your book.toml:
```toml
[output.html][output.wordcount]
```