Need to know how many words you've written for a page but don't want to count yourself? This extension can help.
Once installed, the word count extension will inject a word count just below the page editor that provides an extremely rudimentary count of the words in the page. There are many cases where it may be inaccurate because it simply takes spaces and sentence-breaking punctuation and counts how many blocks of text there are after removing everything else.
Installation #
To try out the word count extension, you can do one of the following things:
- Go to your Wiki Settings and add
to the "Custom Head" text area.<script src="https://feather.wiki/extensions/v1.8.x/word-count.js"></script>
- Save the word count extension file to the same folder as your Feather Wiki file and add
to the "Custom Head" text area in Wiki Settings.<script src="./word-count.js"></script>
- (This way requires that the
word-count.js
file always remains in the same folder as your wiki file.)
- (This way requires that the
- Go to the source code for the extension, copy the code, and paste the whole script directly into the "Custom JS" text area in Wiki Settings.
After adding the extension code to your wiki, save your changes and reload the wiki. You will not be able to see the results until you save your wiki and re-load the file.
Other Languages #
This extension is available in the following other languages:
You can use the extension in an available language by adding _language-code
before .js
in any of the instructions above. For example, https://feather.wiki/extensions/v1.8.x/word-count_hu.js
for Hungarian.
Version Compatibility #
This extension is only compatible with Feather Wikis that are version 1.8.0 and higher.