From 4026501538040c5deb740e563ed721b5b3a9c035 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Wed, 19 Apr 2017 20:15:37 +0200 Subject: [PATCH] Updated Plugin development (markdown) --- Plugin-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin-development.md b/Plugin-development.md index 23a7712..18b71fb 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -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: -- `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. - `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. -- `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! - `scroll` - Allows to navigate with scroll. - `touch` - Allows to navigate with touch gestures.