Three ways to write

The Mode toggle is the heart of the editor. Visual mode is a Word-style WYSIWYG with live math; LaTeX is the raw source with autocomplete and snippets; Markdown is a lightweight option that still compiles to a real PDF. Whichever you pick, it's the same document underneath.

Tip: collaborators can each be in a different mode on the same file — one in Visual, one in LaTeX — and see each other's cursors as name pills.

Compiling to PDF

Hit Compile (⌘↵) and Writano builds the document on its own compile engine — no local install. The PDF preview updates in place, and clicking a spot in the PDF jumps to the matching line in your source, and back.

Compilation runs on Writano's own servers, so a long document or a big figure never ties up your machine. When a build fails, the LaTeX log is surfaced inline so you can find the offending line.

Outline & navigation

The outline tracks your \section structure automatically. Use it — or the ⌘K command palette — to move around long documents without scrolling. Every heading, subsection, and labelled figure is one click away.