MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
948 stars 80 forks source link

Telepromter Mode | Allows hiding text for slides #237

Open davidjhi opened 1 year ago

davidjhi commented 1 year ago

When you are doing a presentation, its best to keep it simple for the audience. Some photos or minimal text. Problem is, sometimes you wont remember all your talking points, so it would be awesome to be able to add them in the same slide, but just show them in the editor / back office / obsidian. And let the presentation mode only show the "Public" Slide, either in Obsidian or the Webbrowser.

By default, Obsidian allows you to mark some text as hidden for the renderer:

Example %%secret stuff goes here%%

So maybe that could be an easier integration, at least UI wise.

IN my case, it would be very useful!, as right now double work its needed... presentation + internal notes.

Thanks!

alexjago commented 1 year ago

What's wrong with the speaker notes functionality?

https://mszturc.github.io/obsidian-advanced-slides/extend-syntax/speakernotes/

davidjhi commented 1 year ago

Damn that's what happens when you don't read the whole documentation, sorry and thanks!°