From 86c3f59757ebd2c4394dc93c175cdb50fc21953f Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 05:07:40 +0200 Subject: [PATCH] docs: add Strip Leading Blanks to TODO.md --- todo/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo/TODO.md b/todo/TODO.md index 1244c63d4..1d183bc64 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -63,6 +63,7 @@ ## Feature Ideas ### Text Processing +- [ ] **Strip Leading Blanks** - Trim leading whitespace (NP3 only has trailing) - [ ] **LaTeX Input Method** - LaTeX character insertion (`\alpha` → α) - [ ] **Base64 Encode/Decode** - Base64 conversion utilities - [ ] **Insert Unicode Control Characters** - LRM, RLM, ZWJ, ZWNJ, etc.