integrate more videos

jrkb 2023-09-14 17:00:31 +02:00
parent 8e03ae07dd
commit 3c8c5a7af3

@ -8,31 +8,42 @@ You can save and load your project. This way you can backup your work, or move b
## Save your project
Sometimes we make such great work, that we want to keep it.
* Click on "Save Project"
* Your Projectfile is prepared
* Your Projectfile is downloaded
<video src="https://git.pointer.click/pointerstudio/variablelab_doc/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay></video>
<video src="/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
<video src="../raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
<video src="..//wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
```
<video src="https://git.pointer.click/pointerstudio/variablelab_doc/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
<video src="/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
<video src="../raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
<video src="..//wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
```
<video src="../wiki/raw/media/instructions/save/1-save-project.mp4" height="360" controls autoplay ></video>
*screenrecording how to save a project*
Tip: If you want to make sure it works, open an incognito tab and load the zipfile. Everything should be there. Why an incognito tab? Should anything go wrong, you are not in danger of losing your progress.
## Start a new project
Sometimes it's time for a new beginning.
* Click on "Start New Project"
* The current project is being cleared
* A new, blank project is being prepared
* The page reloads to the new project
<video src="../wiki/raw/media/instructions/save/2-start-new-project.mp4" height="360" controls autoplay ></video>
*screenrecording how to save a project*
## Load your project
Sometimes we want to revisit the past.
* Click on "Load Project"
* A File Dialogue opens
* You select the projectfile
* The projectfile will be read and saved
* The page reloads to your project
<video src="../wiki/raw/media/instructions/save/3-open-saved-project.mp4" height="360" controls autoplay ></video>
*screenrecording how to save a project*
## The Projectfile
Actually, you do not need to know what is in the project file. However, it is always interesting to see how stuff is built.