diff --git a/docs/docs/about.md b/docs/docs/about.md index 9e13eea..2614146 100644 --- a/docs/docs/about.md +++ b/docs/docs/about.md @@ -64,4 +64,4 @@ If you however like something like this: - not coding - working in a business -... then you probably shouldn't use Presencode. Use [some of the alternatives listed above](#comparing-to-normal-office-programs) \ No newline at end of file +... then you probably shouldn't use Presencode. Use [some of the alternatives listed above](#comparing-to-normal-office-programs) diff --git a/docs/docs/getting-started/prerequisites.md b/docs/docs/getting-started/prerequisites.md index a36957a..d281b85 100644 --- a/docs/docs/getting-started/prerequisites.md +++ b/docs/docs/getting-started/prerequisites.md @@ -18,4 +18,4 @@ You need the following tools installed on your machine: - a web browser (to read the documentation) ## Continuing -If you think you've met all of these requirements, [continue on with the guide](/getting-started/setting-up-presencode). \ No newline at end of file +If you think you've met all of these requirements, [continue on with the guide](/getting-started/setting-up-presencode). diff --git a/docs/docs/getting-started/setting-up-presencode.md b/docs/docs/getting-started/setting-up-presencode.md index 32816f6..4ca2b9c 100644 --- a/docs/docs/getting-started/setting-up-presencode.md +++ b/docs/docs/getting-started/setting-up-presencode.md @@ -13,7 +13,7 @@ mkdir YOUR_PRESENTATION_NAME_HERE cd YOUR_PRESENTATION_NAME_HERE git clone "https://git.staropensource.de/JeremyStarTM/Presencode.git" . # Don't run this command if you want to live on the edge: -git checkout "$(git tags | grep '^v[0-9.]*$' | sort -V | tail -n 1)" +git checkout "$(git tag | grep '^v[0-9.]*$' | sort -V | tail -n 1)" ``` Don't forget to replace `YOUR_PRESENTATION_NAME_HERE` with the name of your presentation! @@ -26,4 +26,4 @@ If everything went successful, you should see this screen after waiting a few se You can now close the running Presencode instance (but not the Godot editor!). ## Continuing -After cloning Presencode and verifying that it is working, you can [continue with the guide](/getting-started/example-presentation). \ No newline at end of file +After cloning Presencode and verifying that it is working, you can [continue with the guide](/getting-started/example-presentation). diff --git a/docs/docs/getting-started/writing-a-presentation.md b/docs/docs/getting-started/writing-a-presentation.md index 183207e..cc4b782 100644 --- a/docs/docs/getting-started/writing-a-presentation.md +++ b/docs/docs/getting-started/writing-a-presentation.md @@ -69,4 +69,4 @@ There you can see that on slide `0` for example we: Now edit -## Writing a presentation from scratch \ No newline at end of file +## Writing a presentation from scratch diff --git a/docs/docs/reference/console.md b/docs/docs/reference/console.md index d1c3be5..726f6d1 100644 --- a/docs/docs/reference/console.md +++ b/docs/docs/reference/console.md @@ -57,4 +57,4 @@ You can use these commands inside the debugging console: Execute arbitrary GDScript expressions <gdscript expression> - \ No newline at end of file + diff --git a/docs/docs/reference/manifest-specification.md b/docs/docs/reference/manifest-specification.md index adecc4f..761172f 100644 --- a/docs/docs/reference/manifest-specification.md +++ b/docs/docs/reference/manifest-specification.md @@ -77,4 +77,4 @@ The Presencode Manifest Specification specifies how presentation manifests shoul "ratio": "16:9", "entrypoint": "entrypoint.gd" } -``` \ No newline at end of file +``` diff --git a/docs/docs/reference/terminology.md b/docs/docs/reference/terminology.md index 53a714c..61220ef 100644 --- a/docs/docs/reference/terminology.md +++ b/docs/docs/reference/terminology.md @@ -22,4 +22,4 @@ The Presentation Reader – located at `src/preader.gd` in Presencode's source c It's also responsible for reading the presentation manifest and entrypoint files. ## Loader The Loader (as the name suggests) initializes Presencode and launches a presentation. It's located at `src/loader.gd` and `Loader.tscn` in Presencode's source code. -The Loader scene (renamed to `Presencode` during execution) also holds the presentation viewport. \ No newline at end of file +The Loader scene (renamed to `Presencode` during execution) also holds the presentation viewport.