<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
Reveal.configure({ slideNumber: true });
//Reveal.configure({ slideNumber: 'c/t' });
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
transition: 'fade', // none/fade/slide/convex/concave/zoom
slideNumber: true,
showSlideNumber: 'all',
scrollActivationWidth: null, // https://revealjs.com/scroll-view/ from 4.6.1 -> latest version
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
https://jabrena.github.io/cursor-rules-java/dvbe25/index.html
Create deck for the following talk:
https://devoxx.be/app/talk/4715/the-power-of-cursor-rules-in-java-enterprise-development
https://revealjs.com/installation/