A simple tool for counting words and characters https://kianga.github.io/scratchpad/
Go to file
Kianga 184e579d78
Move status bar to top
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.
2023-01-16 21:18:39 +01:00
.gitattributes Initial commit 2023-01-16 20:50:34 +01:00
LICENSE Initial commit 2023-01-16 20:50:34 +01:00
README.md Add README 2023-01-16 21:03:16 +01:00
icon.svg Initial commit 2023-01-16 20:50:34 +01:00
index.html Initial commit 2023-01-16 20:50:34 +01:00
script.js Initial commit 2023-01-16 20:50:34 +01:00
style.css Move status bar to top 2023-01-16 21:18:39 +01:00

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.