Skip to content

markahon/deck.search.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

deck.search.js

Simple extension for deck.js HTML Presentations jQuery-plugin, to search content from the slides.

Features

  • Search by text
  • Search by slide number
  • Navigate search results by mouse or keyboard

Requirements

How to install

  1. Download the files.

  2. Copy the search folder to your deck.js extensions folder.

  3. Insert the following line at the end of your HTML body.

     <script src="../extensions/search/deck.search.js"></script>
    

Advanced use

You can include additional script to alter default settings. Simple example below:

<script>
	$.extend(true, $.deck.defaults.search.input, {id : 'search_input'});
</script>

About

Search feature for deck.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published