typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
13 stars 0 forks source link

Offline editing support (like google docs) #459

Open tbodt opened 2 weeks ago

tbodt commented 2 weeks ago

Description

Google Docs (on chrome) works even when offline, able to create new documents and edit existing ones, and will sync the changes once back online. This is the primary thing stopping me from replacing docs with typst.

Use Case

Editing without internet connection

TheJanzap commented 2 weeks ago

The web app does work offline if you have the project you want to edit already open before you go offline. The changes will be synced once you reconnect.

tbodt commented 2 weeks ago

The suggestion is for it to let you e.g. reload the page and open new tabs and create new files while offline

TheJanzap commented 2 weeks ago

A PWA is on the roadmap, so once this is out you can use that. But I don't know when this is planned for release.