Wordcount Bookmarked Sections
Tags: Macro Writer
last edited: 2023-04-03
This is a Libreoffice Writer extension that counts words in each section of a document and displays each wordcount in the status bar or inserted into the document as a field. Use it to know when you're nearly done writing.


Description
Usage
- Mark sections by simply adding a bookmark at the start of each section using the Libreoffice Writer menu option Insert -> Bookmark (These can be viewed later in the navigator sidebar by pressing F5).
- Then simply type Ctrl-Alt-W (or Cmd-Alt-W on Mac) and it will display the wordcount for each section in the status bar for 4 seconds.
Advanced Usage
- Ctrl-Alt-W will also create wordcount fields that you can insert into the document with Ctrl-F2 -> Variables -> User Field. If there are bookmarks, the wordcount fields will also be updated every time the document is saved.
- You can even enter formulas based on the wordcounts. If, for example, you have a bookmark called Essay, then to show footnotes as a percentage of Essay length, press `Ctrl-F2 -> Variables -> Insert Formula` and type into the Formula box `Wordcount_Footnotes/Wordcount_Essay` then format it like a percentage in the Format box by clicking Additional Formats and finally click Insert to insert it into your document.
Wordcount accuracy
For further notes on counting accuracy, installation, and source code, see the extension home page.
Homepage: https://github.com/berwynhoyt/wordcount-sections
Repository: https://github.com/berwynhoyt/wordcount-sections
Release List
Release: v1.1 Bugfix – Fix an incorrect error message the extension created when user tried to save non-text files (it should only affect text documents).
Operating Systems: Linux, Windows, macOS
License: MIT
Release Notes:
- v1.1 Fix error message this extension incorrectly caused when saving a non-text document (like a spreadsheet) -- it should only affect text documents.
Post your review
You cannot post reviews until you have logged in. Login Here.
Reviews
Heiko Tietze Jan 16, 2023, 7:08 AM (4 months ago)
None of the links is working (at the initial submission). Is it a private repository?
Berwyn Hoyt Jan 16, 2023, 11:15 PM (4 months ago)
My apologies. I have made the repository public now.
No one has commented on this page yet.
RSS feed for reviews on this page | RSS feed for all reviews