A simple tool for counting words and characters
https://kianga.github.io/scratchpad/
Kianga
184e579d78
The on-screen keyboard on mobile devices hides the bottom status bar. At the top it should always remain visible while the user is typing. |
||
---|---|---|
.gitattributes | ||
LICENSE | ||
README.md | ||
icon.svg | ||
index.html | ||
script.js | ||
style.css |
README.md
Scratchpad
This is a simple HTML/JS-based tool for counting characters and words.
Enter your text and see the number of characters and words at the bottom. You can also select text to count only within the selection.
Text is auto-saved in your browser's local storage, so nothing gets lost if you close the page by accident. Keep this in mind if you enter sensitive data.