Age | Commit message (Collapse) | Author |
|
By default, look for <!-- slide-attributes: xxxx -->.
Whatever 'xxx' is will be added to the section attributes.
You can define your own pattern with 'data-attributes'.
For instance 'data-attributes="^\s*?-- (.*?)$"':
that will be added to the options.
The 'attributes' section is removed from the content of the slide,
so the final markdown doesn't reflect them.
That also means you can add those attributes *anywhere* in the slide
But that allows for *any* attribute to be added for a specifc slide,
like:
- id="plan", for allowing internal link (issue #430)
- data-background="#ff0000"
- data-transition="fade"
You list those attributes on a single line, like
- (default):
` <!-- id="plan" data-background="#ff0000" -->`
- or, with an alternative data-attributes pattern:
` -- id="plan" data-background="#ff0000"`
Again, that line is remove from the final content.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test paragraphs, list items and img attributes.
|
|
By default '{\\\.\s*?([^}]+?)}'.
|
|
|
|
Allows to add attributes to element of an attribute which contains
the attribute pattern.
|
|
Works better, and the html elements get their attributes.
|
|
Extra text representing classes is detected and correctly removed.
Adding attributes isn't working yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do something when a slide is displayed and hidden.
|
|
|
|
If config.center is false, this change centers slides with the
'center' class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README: clone via https
|
|
add details to README on creating themes
|
|
Closes #662.
|
|
|
|
7 safari
|
|
|
|
|
|
|
|
Also add a description about the solarized theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requestAnimationFrame
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input
|
|
|
|
https://github.com/rexxars/reveal.js into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parallax is applied to background class, remove unused attributes #595
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents the upcoming slide on the notes page from triggering
slidechanged events. I believe this fixes issue 578, as well.
|
|
|
|
|
|
|
|
|
|
|
|
Fixed problem with parallax background not working under FF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|