Instead of providing a subpar online editing experience, iximiuz Labs offers a helper CLI tool called labctl, allowing you to use your favorite text editor (or a full-featured IDE) to write content from the comfort of your local machine.
curl -sf https://labs.iximiuz.com/cli/install.sh | sh
This will download and install the latest version of the labctl CLI. You only need to do this once per workstation.
labctl auth login
This will open a browser window asking you to authorize labctl to access your account. You need to do it after a fresh install of labctl and repeat it whenever the auth session expires.
labctl content pull tutorial extracting-container-image-filesystem
This will create a local copy of the tutorial content in a directory named extracting-container-image-filesystem. You only need to do this once per tutorial.
extracting-container-image-filesystem
labctl content push -fw tutorial extracting-container-image-filesystem
Run this command in a separate terminal to continuously upload your changes to the server while editing the tutorial in your favorite text editor or IDE.
You can also use labctl to create, list, and delete your content. Learn more about the available commands: labctl content --help
labctl content --help