Speed up text editor for large inputs

This commit is contained in:
2026-02-07 22:45:05 +01:00
parent b7a680d7bb
commit d0342589ac
4 changed files with 43 additions and 57 deletions
+1
View File
@@ -3,6 +3,7 @@
- Split the big app file into smaller TypeScript modules and add `tsc` typechecking
- Add PDF upload support (extract all text client-side for speed reading)
- Improve text editor performance by applying changes explicitly instead of reprocessing on each keystroke
- Make the text editor use an uncontrolled textarea for better performance on large inputs
### 2026-02-02: 1.0.5