Markdown-preview-enhanced: Speaker notes in reveal presentations

Created on 16 Nov 2016  路  9Comments  路  Source: shd101wyy/markdown-preview-enhanced

Is this feature available? I did not find documentation on this.

Most helpful comment

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

All 9 comments

You mean you want to put audio into presentation?

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?

revealjs empty speaker notes

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oneone1995 picture oneone1995  路  5Comments

saeidamiri1 picture saeidamiri1  路  3Comments

TKFB picture TKFB  路  3Comments

ajstadlin picture ajstadlin  路  5Comments

ckdanny picture ckdanny  路  5Comments