Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot have notes for each section with auto-animate in markdown #3643

Open
this-josh opened this issue Jun 14, 2024 · 1 comment
Open

Cannot have notes for each section with auto-animate in markdown #3643

this-josh opened this issue Jun 14, 2024 · 1 comment

Comments

@this-josh
Copy link

I'm writing my presentation in markdown, but for some slides I'm using the HTML syntax. I've got my notes plugin setup and it works fine, but I cannot have notes on more that one slide with auto-animate.

  • Using <aside> doesn't add the text to the speaker notes
<aside>
- Make sound
</aside>
  • One use of Note: works
Note:
- Make sound
  • But two does not, as reveal seems to treat the Note as something to auto-animate between so does not use it as a keyword for setting speaker notes.

An example

---

<section data-auto-animate>
<h3>Cats</h3>
</section>

<section data-auto-animate>
<h3>Cats</h3>
<p>Go meow</p>

Note:
- Make sound
</section>

<section data-auto-animate>
<h3>Cats</h3>
<p>Go meow</p>
<p>Dogs don't</p>

Note:
- Go woof
</section>

---

Is there a suggested way to add notes to auto-animated slides? data-notes="Something important" works but isn't nice for longer notes.

I'm adding this as a bug as I don't believe this is intended behaviour

Browser:
Arc
Version 1.47.0 (50866)-RC
Chromium Engine Version 126.0.6478.36

and Safari
Version 17.5 (19618.2.12.11.6)

@this-josh
Copy link
Author

Correction <aside class="notes"> does work. I'll leave this open though as the use of Note: doesn't seem quite right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant