Text Edit Pro is a very simple text editor.
I needed a way to copy and save text to my mobile device (phone), and it usually takes a few extra steps (open the notes app, export as txt, go to file manager, rename the file to html, etc.)
So I came up with the Text Edit Pro.
It's not a fancy editor, but it's quite practical.
Try it below: https://gurkanctn.github.io/TextEdit-Pro/index.html
disclaimer: Prompted by a human, coded by an AI (DeepSeek in this case).
This is a single HTML file with no external dependencies (except Font Awesome CDN for icons). Everything is self-contained.
-
User Interface
- Responsive toolbar with touch-friendly buttons
- Full-screen text area
- Status indicators
- Modal dialogs
-
File Operations
- Download-based saving (works across all browsers)
- File input for opening files
- Recent files tracking
-
PWA Features
- Web app manifest
- Service worker for offline caching
- Install prompts
Since everything is in one file, you can:
- Open the HTML file in any text editor
- Modify styles in the
<style>section - Change functionality in the
<script>section - Update the manifest in the JSON section
- No tracking: No analytics, no data collection
- No cloud: Everything stays on your device
- No permissions: No special browser permissions required
- Local only: Files never leave your device
Q: Where are my saved files stored?
A: Files are saved to your device's Downloads folder. The exact location depends on your browser settings.Q: Can I edit files from Google Drive or iCloud?
A: Yes! Open the file from your cloud storage, edit it, then save it back. The file will download to your Downloads folder.Q: Does it work completely offline?
A: Yes! Once loaded, the app works 100% offline. You can even install it as a PWA for permanent offline access.Q: What's the file size limit?
A: There's no hard limit, but very large files (10+ MB) might slow down the editor. It's best for typical text files.Q: Can I use it on desktop?
A: Absolutely! It works on desktop browsers too, with full keyboard shortcut support.Q: How do I transfer files between devices?
A: Since files save locally, you'll need to manually transfer them (email, cloud storage, USB) between devices.This project is provided as-is, free to use and modify for any purpose. No attribution required.
Since this is a single HTML file, you can:
- Fork the project
- Make improvements
- Create a pull request with your enhanced version
- Files are saved to Downloads folder (not arbitrary locations)
- No folder browsing (standard file picker only)
- No file watching (doesn't detect external changes)
- No syntax highlighting (plain text only)
If you encounter issues:
- Check that your browser is up to date
- Try a different browser (Chrome works best)
- Ensure you have storage permissions enabled
- Clear browser cache and reload
Enjoy your simple, private, offline text editor! β¨
Built with β€οΈ for offline productivity