diff --git a/website/docs/gettingStarted.html b/website/docs/gettingStarted.html index 6a5d4c5..d8eb663 100644 --- a/website/docs/gettingStarted.html +++ b/website/docs/gettingStarted.html @@ -20,7 +20,7 @@
Welcome to impress.js! This presentation framework allows you to create stunning presentations with the power of CSS3 transformations. NOTE: This Guide is not made for you, if you have never written HTML and/or CSS before. Knowing your way around in JavaScript certainly helps, but is not a necessity. You may still continue this tutorial and try to understand what we do as you go.
-For more advanced and complete documentation, you might prefer the DOCUMENTATION.
+For more advanced and complete documentation, you might prefer the DOCUMENTATION.
First of all, you need to know, if you are going to have WiFi connection when you hold your presentation. If you are not sure, please use the method where you download the file instead of the cdn.
@@ -130,7 +130,7 @@ Hello WorldNOTE: You may also use negative numbers for all these properties!
You might want to change some default settings, like the transition speed, the width & height of the target screen, etc. This table is from the DOCUMENTATION and was slightly adapted.
+You might want to change some default settings, like the transition speed, the width & height of the target screen, etc. This table is from the DOCUMENTATION and was slightly adapted.
You can give each step an ID. The name of the ID will be displayed in the browsers navigation bar instead of the default step-x whereas x is replaced by the current step number. This can be especially helpful, when trying to jump between steps and go back to a previous one. If you want to know how to move to a specific slide, you should take a look at the README of the "Goto" plugin.
+You can give each step an ID. The name of the ID will be displayed in the browsers navigation bar instead of the default step-x whereas x is replaced by the current step number. This can be especially helpful, when trying to jump between steps and go back to a previous one. If you want to know how to move to a specific slide, you should take a look at the README of the "Goto" plugin.
Impress.js is limited to everything that we have discussed so far and some other details, we won't go over here. Check the DOCUMENTATION for that.
-impress.js has accumulated a lot of very useful plugins. You may find all of them here!
+Impress.js is limited to everything that we have discussed so far and some other details, we won't go over here. Check the DOCUMENTATION for that.
+impress.js has accumulated a lot of very useful plugins. You may find all of them here!
Each Plugin has a README.md file which you may read to get an idea on how to use them. Some of the plugins run unnoticed in the background, like the resize plugin, which automatically resizes the presentation whenever the browser window changed in size. Here, I will give you an overview of some of the plugins that impress.js includes by default.
-NOTE: As previously mentioned, if you'd like to get more info about how it works, take a look at the DOCUMENTATION or the README.md files of the plugins.
-NOTE: As previously mentioned, if you'd like to get more info about how it works, take a look at the DOCUMENTATION or the README.md files of the plugins.
+This plugin opens up and additional browser tab which contains a speaker console. There you can see the current slide, the past slide and your notes. You add notes to your presentation by adding a div that belongs to the class "notes" to your div that belongs to the class "step".
You may add notes to your presentation by adding a div of class notes into the div of class step, like so:
@@ -196,14 +196,14 @@ Hello World }To enter it, press P.
-This plugin allows you to directly go to a certain step, by either passing in a number or the id of the step you'd like to go to.
-This plugin, as its name implies, displays the progress in your presentation.
-This plugin hides the screen, if you press B, which is handy in a lot of situations.
You may find the other plugins here. It certainly helps if you familiarise yourself with the plugins.
+You may find the other plugins here. It certainly helps if you familiarise yourself with the plugins.
If you want to know more, you can always ready the DOCUMENTATION or, even better, read the Source Code and try to understand how it works!
diff --git a/website/docs/src/build.js b/website/docs/src/build.js index bc8cb00..288e730 100644 --- a/website/docs/src/build.js +++ b/website/docs/src/build.js @@ -272,8 +272,8 @@ function parseDocumentationMD () { }; } -function generateGettingStarted ( html ) { - let returnHTML = ''; +function generateGettingStarted ( inputHTML ) { + let html = inputHTML; for ( let letter in html ) { if ( html[letter] === '<' ) { if ( html.slice( parseInt( letter ), parseInt( letter ) + 9 ) === '