Skip to content

Run as webserver (also enables Windows support)

Compare
Choose a tag to compare
@mogenslund mogenslund released this 24 Mar 19:57
· 579 commits to master since this release

Liquid can now be started as a webserver using "--server", it can then be accessed in a browser using port 8520. Using this approach the editor can now be used on Windows also. Ports can be specified using syntax like "--port=8520".

For running in terminal as well as server use "--web".

To make the editor autoupdate in the browser use also "--autoupdate" (This will make it possible to run the same instance in multiple browsers and have them be syncronized. This can also be used for multiple users to collaborate over the network.)