Add Instant Word Count Feature to OpenOffice.org Writer

Productivity Sauce
While the Writer's Tools extension for OpenOffice.org is developed and maintained by your truly includes the Visual Word Count tool, it does have one serious drawback: it uses a modal window, i.e., you can't do anything until you close the Visual Word Count window. Fortunately, there is an alternative solution that solves that problem. The Live Word Count macro for OpenOffice.org is written in Python, so it uses a non-modal window which can be opened alongside the current document. To install the macro, create a folder called python in the /home/USER/.openoffice.org/3/user/Scripts directory (where USER is your actual user name), grab the latest version of the script and put it in the created folder. To run the macro, launch OpenOffice.org Writer and choose Tools | Macros | Run Macro. Select then My Macros | wc | wordCount and press the Run button.
Instead of navigating through the menus every single time you want to launch the macro, you can create a menu item for it. To do this, choose Tools | Customize and select the desired menu (e.g., Tools) from the Menu drop-down list in the Menus section. Press the Add button and select the OpenOffice.org Macros | My Macros | wc | wordCount macro. This adds the macro to the selected menu. You can then use the Up and Down buttons to move the created menu item. To change the item's name, press the Modify button, choose Rename, and give the menu item a descriptive name (e.g., Live Word Count). Press OK, and you are done.
Thanks to Leif Lodahl for the tip.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
System76 Releases COSMIC Alpha 7
With scores of bug fixes and a really cool workspaces feature, COSMIC is looking to soon migrate from alpha to beta.
-
OpenMandriva Lx 6.0 Available for Installation
The latest release of OpenMandriva has arrived with a new kernel, an updated Plasma desktop, and a server edition.
-
TrueNAS 25.04 Arrives with Thousands of Changes
One of the most popular Linux-based NAS solutions has rolled out the latest edition, based on Ubuntu 25.04.
-
Fedora 42 Available with Two New Spins
The latest release from the Fedora Project includes the usual updates, a new kernel, an official KDE Plasma spin, and a new System76 spin.
-
So Long, ArcoLinux
The ArcoLinux distribution is the latest Linux distribution to shut down.
-
What Open Source Pros Look for in a Job Role
Learn what professionals in technical and non-technical roles say is most important when seeking a new position.
-
Asahi Linux Runs into Issues with M4 Support
Due to Apple Silicon changes, the Asahi Linux project is at odds with adding support for the M4 chips.
-
Plasma 6.3.4 Now Available
Although not a major release, Plasma 6.3.4 does fix some bugs and offer a subtle change for the Plasma sidebar.
-
Linux Kernel 6.15 First Release Candidate Now Available
Linux Torvalds has announced that the release candidate for the final release of the Linux 6.15 series is now available.
-
Akamai Will Host kernel.org
The organization dedicated to cloud-based solutions has agreed to host kernel.org to deliver long-term stability for the development team.
Visual Word Count
Word count should be in the status bar.