diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index 50d172a989eedad96119600fcb9beaa50924e32f..e14c6ac7e1bcf4a12977ba81d8cc333952dd3ff8 100644
--- a/plugin/notes/notes.html
+++ b/plugin/notes/notes.html
@@ -225,6 +225,13 @@
 
 					}, 1000 );
 
+					// Navigate the main window when the notes slide changes
+					currentSlide.contentWindow.Reveal.addEventListener( 'slidechanged', function( event ) {
+
+						window.opener.Reveal.slide( event.indexh, event.indexv );
+
+					} );
+
 				}
 				else {