From e3a3d3aa0aa1806e20bffb0ff4c307ec6cc89964 Mon Sep 17 00:00:00 2001 From: linux-man Date: Sun, 21 May 2017 19:00:12 +0100 Subject: Better Search Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings --- demo.html | 1 + 1 file changed, 1 insertion(+) (limited to 'demo.html') diff --git a/demo.html b/demo.html index 36ad224..2e96966 100644 --- a/demo.html +++ b/demo.html @@ -399,6 +399,7 @@ Reveal.addEventListener( 'customevent', function() { { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + { src: 'plugin/search/search.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } ] -- cgit v1.2.3