question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New component: Keynote

See original GitHub issue

I am thinking of adding HTML presentation component for JSF. I’m not sure if we should use the name “keynote” or the original name “revealjs”. reveal.js is an open source HTML presentation framework. It’s a tool that enables anyone with a web browser to create fully-featured and beautiful presentations. It can be accessed from https://revealjs.com.

<pe:keynote>
  <pe:keynoteItem>Slide 1</pe:keynoteItem>
  <pe:keynoteItem>Slide 2</pe:keynoteItem>
  <pe:keynoteItem>Slide 3</pe:keynoteItem>
</pe:keynote>

Renders

<div class="reveal">
  <div class="slides">
    <section>Slide 1</section>
    <section>Slide 2</section>
    <section>Slide 3</section>
  </div>
</div>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
jepsarcommented, Dec 16, 2021

@rider87 wait until it is merged and simply try c:forEach. Events have been taken care of (see PR).

1reaction
jepsarcommented, Dec 8, 2021

Yeah, Reveal has some events that can be included.

Also, I would have done:

<pe:keynote>
  <pe:keynoteSlide>Slide 1</pe:keynoteSlide>
</pe:keynote>

instead of

<pe:keynote>
  <section>Slide 1</section>
</pe:keynote>

so you can use the rendered attribute on the slides.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add and edit slide layouts in Keynote on Mac - Apple Support
In Keynote on your Mac, create slide layouts and edit or delete existing ones. Add or remove placeholders for text, images, and other...
Read more >
Luke Wagner, Distinguished Engineer, Fastly - YouTube
Keynote : The Path to Components - Luke Wagner, Distinguished ... new Wit and World syntax for defining WASI and other component interfaces....
Read more >
Keynote Repeating Details - Autodesk Community
Detail components can be tagged with a keynote tag like most other elements. However, if a detail component is part of a repeating...
Read more >
What we announced at Webflow Conf 2022
As we've previewed in past coverage of improvements to Symbols, today, we're evolving “Symbols” to “Components” to reflect the new power and ...
Read more >
Watch Fabien's keynote about the RemoteEvent and ...
The keynote was recorded during SymfonyCon Disneyland last month and introduces two new components that will land in Symfony 6.3: Remote and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found