typst-count 0.1.0

Count words and characters in Typst documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
= Document with Imports

This is the main document that imports content from other files.

#import "shared.typ": *

== Main Content

This document demonstrates how typst-count handles imported content.

#include "chapter1.typ"

#include "chapter2.typ"

== Conclusion

By default, typst-count includes all imported and included content in the word count.
Use the `--exclude-imports` flag to count only this main file.