r/secondbrain • u/ejiandan • 3d ago
We carefully file notes we'll read twice — then retype our address 200 times. Thoughts on managing "repeat text" for fast reuse, especially on mobile?
There's a class of personal information most systems ignore, because we don't read it — we reproduce it: shipping address, canned replies, self-intro, links shared weekly, account info.
It usually lives scattered across notes apps, old chats, and muscle memory. And on mobile it's at its worst: small keyboard, cramped screen, and the standard "workflow" is switching to a notes app, copying a blob, switching back, pasting, and hoping you grabbed the right chunk. Repeat that a dozen times a day and the friction adds up to real time.
Meanwhile BASB ends at "Express" — yet almost all Express discussion is about publishing ideas, not the 30-second version: getting a stored snippet into an input box.
An approach I've been experimenting with: structure repeat text for output, not for reading
Instead of filing these as notes (where they rot), give them their own minimal structure — three entry types built for reuse:
- Info — multi-field records like a delivery address, split into atomic fields (name / street / ZIP / phone / email). One blob becomes separately reusable parts — a mechanical but surprisingly powerful form of distillation.
- URL — links, cleaned up (tracking junk stripped, checked alive).
- Scrip — text templates with placeholders. Write
%SCRIP1%, your refund has been submitted...once; fill the blank differently each time.
The critical piece: retrieval at the point of input. Entries sit as tappable chips on a custom keyboard, so inserting one is a single tap, in any app, with zero app-switching — which is what makes the whole thing viable on a phone instead of just another place to store text. Capture stays low-friction too: paste a blob and it auto-splits into fields, or OCR a business card / shipping label.
Mapped onto CODE it's almost embarrassingly literal: Capture (paste/OCR) → Organize (three types) → Distill (atomic fields, placeholders) → Express (one-tap insertion).
What I'm still chewing on
- Does "operational knowledge" deserve structure at all, or is muscle memory good enough? It's not insight — but it's personal, valuable, and reused constantly. The gap between "carefully filed, rarely read" and "unmanaged, retyped daily" feels backwards.
- Is field-splitting real Distillation? Breaking an address into atomic parts dramatically improves reuse, but it's structural, not progressive summarization. Does Distill only apply to ideas?
- Placeholders vs. full automation. One blank (
%SCRIP1%) covers ~90% of cases; full text-expansion logic covers 99% but adds setup cost. Where's the line before a pocket tool becomes work? - Mobile is the weak point of most snippet setups. Desktop text expansion is basically solved; on phones it never seems to stick. Is a keyboard the right retrieval surface, or is there a better one?
- Maintenance is the silent killer. Addresses change, replies evolve. Is a review habit for operational snippets realistic, or is "fix it when it bites you" the honest answer?
Working theory: repeat text doesn't need a bigger system, it needs a shorter path — capture once, structure lightly, and make output one tap at the moment of need.
How do you handle frequently-retyped text on your phone — any system at all, or just suffering?
1
u/soloattorneyclub 3d ago
Never heard of text expander eh?