1. Splitting a Technical Essay
Developer AdvocateBackground
A developer advocate wants to share a short essay about latency versus throughput on X, but the text is too long for a single tweet.
Problem
Manually dividing the text into tweets often results in awkward sentence breaks and miscalculated character counts.
How to use
Paste the essay into the text area, select 'Sentence then word' split mode, choose the 'n/N' numbering style, and keep 'Reserve space for URLs' enabled.
{
"limit": 280,
"mode": "sentence",
"numbering": "slash",
"separator": "—",
"keepBreaks": true,
"reserveUrl": true
}Outcome
The text is split into a clean, 2-tweet thread with '1/2' and '2/2' suffixes, preserving sentence boundaries.