Text Editor
A simple online notepad with customizable scrollbars, typography, and text statistics.
About Online Text Editor & Web Notepad
The HayaBoost Text Editor is a lightweight, responsive, and privacy-focused online notepad designed for fast text drafting, log inspecting, scratchpad note-taking, and source code editing without desktop app bloat.
Key Scrollbar & Formatting Controls
- Horizontal Scrollbar Control: Toggle horizontal scrolling on or off. When enabled, long lines extend horizontally without wrapping (ideal for log files, CSVs, and wide code blocks). When disabled, text wraps naturally within the viewport.
- Vertical Scrollbar Control: Toggle vertical scrollbar behavior to suit your reading or embedded viewing workflow.
- Synced Line Numbers: Live line-counter gutter synchronized with your scroll position and multi-line pastes.
- Smart Tab Indentation: Pressing
Tabindents code smoothly (with selectable 2 spaces, 4 spaces, or raw tab) without losing element focus. - Local Persistence: All notes are automatically saved into your browser's local storage in real-time, safeguarding your data against accidental tab closures or page reloads.
Quick Text Transformations
- Case Converters: Instantly convert text between UPPERCASE, lowercase, and Title Case.
- Line Cleaners: Strip trailing whitespace from line ends or remove empty blank lines in one click.
- Alphabetical Sorter: Sort lines ascending (A-Z) or descending (Z-A) directly within your notepad.
Frequently Asked Questions (FAQ)
Is my text sent to any remote server?
No. Everything runs 100% client-side in your web browser. Your notes, sensitive logs, and code snippets are never transmitted over the internet or saved on external servers.
What file formats can I open and save?
You can open and save any plain text file formats including .txt, .md, .js, .ts, .html, .css, .json, .csv, .log, .py, .sql, .yaml, and more.
How do keyboard shortcuts work?
You can use standard shortcuts like Ctrl+Z (Undo), Ctrl+Y / Ctrl+Shift+Z (Redo), Tab (Indent), and Shift+Tab (Outdent).