aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorlinux-man <linux-man@hotmail.com>2017-05-21 19:00:12 +0100
committerlinux-man <linux-man@hotmail.com>2017-05-21 19:00:12 +0100
commite3a3d3aa0aa1806e20bffb0ff4c307ec6cc89964 (patch)
tree694b54ac23cbe9429164854d2924398ab0ebf34e /demo.html
parent360bc940062711db9b8020ce4e848f6c37014481 (diff)
downloadfosdem-2018-presentation-e3a3d3aa0aa1806e20bffb0ff4c307ec6cc89964.tar
fosdem-2018-presentation-e3a3d3aa0aa1806e20bffb0ff4c307ec6cc89964.tar.gz
Better Search
Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html1
1 files changed, 1 insertions, 0 deletions
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 }
]