diff options
author | linux-man <linux-man@hotmail.com> | 2017-05-21 19:00:12 +0100 |
---|---|---|
committer | linux-man <linux-man@hotmail.com> | 2017-05-21 19:00:12 +0100 |
commit | e3a3d3aa0aa1806e20bffb0ff4c307ec6cc89964 (patch) | |
tree | 694b54ac23cbe9429164854d2924398ab0ebf34e /demo.html | |
parent | 360bc940062711db9b8020ce4e848f6c37014481 (diff) | |
download | fosdem-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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } ] |