The editor returns to the top when switching from preview mode
After checking the preview one returns to the editor only to find it's lost your place and scrolled back to the top. This is super annoying.
Proposed solution
The editor needs to remember the place it was last editing so the user can quickly return where they left off.
Alternatives considered
Why not have a live preview pane next to the editor pane, optionally visible perhaps.
Or perhaps the user can simply have a terminal open with typst watch file.typ running while having file.pdf open.
<!-- Thanks for the idea. A clear problem statement is more useful than a
pre-decided solution; it leaves room for the best design. -->
## The editor returns to the top when switching from preview mode
After checking the preview one returns to the editor only to find it's lost your place and scrolled back to the top. This is super annoying.
## Proposed solution
The editor needs to remember the place it was last editing so the user can quickly return where they left off.
## Alternatives considered
Why not have a live preview pane next to the editor pane, optionally visible perhaps.
Or perhaps the user can simply have a terminal open with `typst watch file.typ` running while having `file.pdf` open.