ItsEthra / typst-live

Hot reloading for your typst files
MIT License
85 stars 8 forks source link

Feature Request: Webserver Only Mode with Disabled Recompilation and Browser Tab Creation #14

Closed timon-schelling closed 10 months ago

timon-schelling commented 10 months ago

This issue is to request a "Webserver Only" mode for the application, which disables both automatic recompilation and browser tab creation. It would be particularly useful for deployment scenarios or when integrating the server into larger systems where such dynamic features are unnecessary or disruptive. #12

ItsEthra commented 10 months ago

I'll add a flag to disable browser tab but I won't add one to disable tab and recompilation, just seems unnecessary. Whoever wishes to disable both can just specify both flags.