Text editor
A simple text editor that runs entirely in your browser. On open it auto-detects the file type, the encoding (UTF-8/16, Windows-1252, ISO-8859, EBCDIC), the line endings and a sensible indentation setting; everything is overridable through the tabs.
Keyboard shortcuts
- Ctrl+S: save with current settings.
- Ctrl+F: opens the Find tab and focuses the find field.
- Ctrl+H: opens the Find tab and focuses the replace field.
- F3 / Shift+F3: next or previous match.
- Tab / Shift+Tab: indent or outdent, block-wise on multi-line selections.
- Esc: exits fullscreen.