{#if editorState.isPresenting}
←
{editorState.currentSlideIndex + 1} / {editorState.deck?.slides.length}
→
{elapsed}
exit
{#if editorState.showNotes}
{#if getCurrentSlide()?.notes}
{getCurrentSlide()?.notes}
{:else}
no notes for this slide
{/if}
{/if}
(editorState.showNotes = !editorState.showNotes)} > {editorState.showNotes ? "hide notes" : "show notes"}
{/if}