Is this feature available? I did not find documentation on this.
You mean you want to put audio into presentation?
No I mean this: https://github.com/hakimel/reveal.js#speaker-notes
I don't think it's supported now.
I might implement this feature in next release then.
@Rikorose it seems that speaker note requires setting up a local server.
I can add data-notes="..." to section, but you may need to run a local server by yourself.
Is that okay?
yes that would be fine
Hi @Rikorose , sorry for my late reply.
Speaker notes is now supported.
To enable speaker notes, set front-matter as:
---
presentation:
enableSpeakerNotes: true
---
To add notes, simply set data-notes property:
<!-- slide data-notes:"Write your note here" -->
or write
<aside class="notes">
Your notes here
</aside>
under <!-- slide -->
Thanks
If I try to open Speaker Notes by pressing s, I just a get an empty speaker view. Nothing at all is shown. I also tested the default https://github.com/shd101wyy/markdown-preview-enhanced/blob/master/docs/presentation-intro.md file, same unfortunate result.
any ideas what goes wrong here?

Operating System: Windows
Atom : 1.15.0
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
markdown-preview-enhance : 0.10.8
Hi @schlichtanders ,
This is weird. I will test it on Windows when I have time.
Could you please send me your markdown file?
Thanks
@schlichtanders Also please post that as a new issue. Thanks
Most helpful comment
Hi @Rikorose , sorry for my late reply.
Speaker notes is now supported.
To enable speaker notes, set front-matter as:
To add notes, simply set
data-notesproperty:or write
under
<!-- slide -->Thanks