A fully-featured, web-based clone of the GNOME Text Editor.
Open, Save, Save As, and Save All functionality. Tabbed interface with drag-and-drop tab reordering and Right-Click native renaming.
Editing & FormattingFull Undo/Redo, Find & Replace (with Match Case and Wrapping), Go to Line, Line Duplication, Quick Line Moving (Up/Down), Join Lines, Indent/Unindent, Sort Lines alphabetically, Change Case (Upper/Lower), Remove Trailing Spaces, and Convert Tabs to Spaces.
View & InterfaceSeamless Light/Dark Mode toggle, Fullscreen Mode, Word Wrap, Line Numbers, Ctrl+Scroll Zooming, Collapsible Side Panel for document switching, and Current Line Highlighting.
Tools & ExtrasInsert Date/Time, Document Statistics (Lines/Words/Chars count), native Browser Spellchecker toggle, Base64 Encode/Decode, String to HEX conversion, and Printing.
Syntax HighlightingReal-time Prism.js engine supporting C, C++, C#, CSS, HTML, Java, JavaScript, JSON, Markdown, PHP, Python, Rust, SQL, XML, and Plain Text.
| New Document | Ctrl+N |
| Open Document | Ctrl+O |
| Save Document | Ctrl+S |
| Save As | Ctrl+Shift+S |
| Ctrl+P | |
| Close Document | Ctrl+W |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Indent / Unindent | Tab / Shift+Tab |
| Duplicate Line | Ctrl+D |
| Move Line Up/Down | Alt+Up / Alt+Down |
| Join Lines | Ctrl+J |
| Select All | Ctrl+A |
| Find | Ctrl+F |
| Find and Replace | Ctrl+H |
| Find Next | F3 |
| Go To Line | Ctrl+G |
| Toggle Side Panel | F9 |
| Toggle Fullscreen | F11 |
| Zoom In/Out | Ctrl+Scroll |
| Reset Zoom | Ctrl+0 |