Storing your whole app state in a URL, with no backend.
A shareable link can carry the entire state of an app if you trim it, compress it, and version it. How we pack a full alignment into a few hundred characters, and read it back safely.
A shareable link can carry the entire state of an app if you trim it, compress it, and version it. How we pack a full alignment into a few hundred characters, and read it back safely.
Every clickable word in the editor starts as a token, and a plain space split gets contractions, punctuation, and fixed phrases wrong. The tokenizer we built and the options it exposes.