A modern, tabbed notepad application that runs in your browser with auto-save functionality and native file system integration.
π§ This project is a work in progress. Features and functionality may be broken or subject to change. π§
- Multiple Tab Support - Work with multiple documents simultaneously
- Auto-Save Functionality - Never lose your work with automatic saving
- Native File Integration - Open and save files directly from/to your device
- Live Statistics - Real-time word, character, and line counts
- Responsive Design - Works seamlessly on both desktop and mobile devices
- Dark/Light Mode - Automatic theme switching based on system preferences
- Line Numbering - Always visible line numbers with scroll synchronization
- Keyboard Shortcuts - Quick actions for common operations
- Drag-and-Drop Tabs - Reorganize tabs by dragging
- Persistent Storage - Maintains your work between sessions
Access the live version directly at:
https://thatsinewave.github.io/Notepad-Online
git clone https://github.com/thatsinewave/Notepad-Online.git
cd Notepad-Online
# Open index.html in your browser
- New Tab: Click
+
button or useCtrl+T
- Rename Tab: Double-click tab title
- Close Tab: Click
Γ
on tab or useCtrl+W
- New Document: File β New (
Ctrl+N
) - Open File: File β Open (
Ctrl+O
) - Save File: File β Save (
Ctrl+S
)
Shortcut | Action |
---|---|
Ctrl + S |
Save file |
Ctrl + O |
Open file |
Ctrl + N |
New document |
Ctrl + T |
New tab |
Ctrl + W |
Close current tab |
- Drag Tabs to reorder them
- Automatic Dark Mode follows system preference
- Selection Statistics shows counts for highlighted text
- Auto-Save triggers after 1 second of inactivity
- HTML5 - Semantic structure
- CSS3 - Modern styling with CSS variables
- Vanilla JavaScript - Core functionality
- GitHub Pages - Hosting solution
Contributions are welcome! If you want to contribute, feel free to fork the repository, make your changes, and submit a pull request.
This project is licensed under the GPL-3.0 License.
- Inspired by classic text editors with modern web capabilities
- Developed and maintained by ThatSINEWAVE
- Icons by favicon.io