WikiPlus
Text · 5 tools

Text

WikiPlus text tools handle the small manipulations that slow down writers, editors, and researchers. Count words, characters, paragraphs, and estimated reading time in any passage, convert between upp…

100% private processing

All operations happen on your device using WebAssembly. Nothing is uploaded — perfect for sensitive documents.

Filter

WikiPlus text tools handle the small manipulations that slow down writers, editors, and researchers. Count words, characters, paragraphs, and estimated reading time in any passage, convert between upper, lower, title, and sentence case, generate lorem ipsum filler of any length, compare two versions of a document side-by-side with inline diff highlighting, or preview Markdown as rendered HTML. Everything stays inside your browser — paste safely even for confidential drafts, unpublished chapters, or client-sensitive copy.

Every tool on this page runs entirely inside your browser. Nothing is uploaded to our servers, nothing is cached for later, and no account is required. Files are processed on your own device using WebAssembly modules and the open-source libraries that power each utility, which means confidential documents stay confidential — even if you disconnect from the internet after the page loads, most tools will still finish their job. Pick the utility you need below and start working straight away.

Frequently asked questions

Does the word counter handle Chinese or Japanese text?
Yes. Chinese, Japanese, and Korean texts count by character (the standard for those languages) while European languages count by space-delimited tokens. The tool detects the script automatically and applies the correct rule.
Is pasted text visible to you or stored anywhere?
No. Every manipulation happens inside your browser's JavaScript runtime — nothing leaves your device and nothing reaches our servers. You can disconnect from the internet after the page loads and the tools still work.
Can I save custom Markdown templates between sessions?
Templates are not saved server-side because we store no user data, but your browser's localStorage preserves drafts across sessions on the same device. Exporting to a local file gives you a permanent copy you can version-control.