1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-30 08:21:15 +02:00

Updated Plugin development (markdown)

Antonio Laguna
2017-04-19 20:15:37 +02:00
parent a7037bd159
commit 4026501538

@@ -14,11 +14,11 @@ This allows you to rewrite the navigation to use a menu (for example) or add tha
Here's the list with links to any plugins that have any relevant information: Here's the list with links to any plugins that have any relevant information:
- `autoslide` - Autosliding plugin that will autoadvance the slides over the time. - [`autoslide`](Plugin-docs#autoslide) - Autosliding plugin that will autoadvance the slides over the time.
- [`clickNav`](Plugin-docs#click-to-nav) - Allows to click on the page to get to the next slide. - [`clickNav`](Plugin-docs#click-to-nav) - Allows to click on the page to get to the next slide.
- `grid` - Shows a grid over the page for easy prototyping by pressing `ENTER`. - `grid` - Shows a grid over the page for easy prototyping by pressing `ENTER`.
- `hash` - In charge of updating the hash and reacting to any changes to it. - `hash` - In charge of updating the hash and reacting to any changes to it.
- `keyboard` - Handles keyboard shortcuts. - [`keyboard`](Plugin-docs#keyboard) - Handles keyboard shortcuts.
- `nav` - Shows the navigation on the bottom with the arrows and numbers. And keeps it updated! - `nav` - Shows the navigation on the bottom with the arrows and numbers. And keeps it updated!
- `scroll` - Allows to navigate with scroll. - `scroll` - Allows to navigate with scroll.
- `touch` - Allows to navigate with touch gestures. - `touch` - Allows to navigate with touch gestures.