Age | Commit message (Collapse) | Author |
|
```html
<section data-markdown>
<script type="text/template">
</script>
</section>
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
like 2e-10
|
|
|
|
|
|
|
|
This way, authors can use HTML for special formatting.
|
|
https://github.com/toy/reveal.js into dev
|
|
overview, zoom-in — deactivate overview
|
|
|
|
|
|
|
|
Resolves an issue where the first label (e.g., first bullet or first
number) of a list would wrap to the right side of the window and be
hidden under the clock element.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getCurrentFragmentIndex #395
|
|
|
|
|
|
|
|
https://github.com/jakubholynet/reveal.js into dev
|
|
|
|
1. Show an alert when loading the file throws an exception
2. Whenever the status isn't success (2xx) - upon exception or e.g.
"file not found" - replace the section's content with information
about the failure (instead of being silent about it and showing
a blank slide).
We need to inform the user something went wrong, not just be silent
about it. An experienced developer, upon seing a blank slide, will
likely check the javascript console - but the rest will profit from
being told about the problem (and solution) explicitely.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
README.md
index.html
js/reveal.js
package.json
plugin/speakernotes/client.js
|
|
embed a generic search button icon.
|
|
|
|
Allow HTML tags in external markdown files
|
|
|
|
|
|
|
|
|
|
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
|
|
|
|
|
|
|
|
|
|
|
|
separator
|
|
|
|
|
|
https://github.com/eightysteele/reveal.js
|
|
slide is correct when notes open (#278)
|
|
|
|
|
|
index.html (closes #278)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scripts from lib to plugin
|
|
|
|
|
|
fragments-in-notes-server
Conflicts:
js/reveal.min.js
Need to generate a new minified version afterwards.
|
|
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
|
|
|
|
|
|
|
|
(#190)
|
|
See b957d0b8580bafb35fbb808ef1d7acf424f73895
|
|
|
|
Might be better to use one variable with different values.
|
|
|
|
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.
|
|
|
|
|
|
|
|
|
|
|
|
|