From 25adac3db8ded7db54523139dbda550a3e6dd16b Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 27 Sep 2021 09:35:23 +0200 Subject: [PATCH] revert malicious edits --- Articles-&-Tutorials.md | 17 +++ Changelog.md | 205 +++++++++++++++++++++++++ Example-Presentations.md | 179 ++++++++++++++++++++++ Keyboard-Shortcuts.md | 18 +++ Linux-udev-keys-Bitch.rest | 63 ++++++++ Migrating-to-reveal.js-3.0.0.md | 25 ++++ Plugins,-Tools-and-Hardware.md | 258 ++++++++++++++++++++++++++++++++ _Sidebar--hakimel.md | 1 + 8 files changed, 766 insertions(+) create mode 100644 Articles-&-Tutorials.md create mode 100644 Changelog.md create mode 100644 Example-Presentations.md create mode 100644 Keyboard-Shortcuts.md create mode 100644 Linux-udev-keys-Bitch.rest create mode 100644 Migrating-to-reveal.js-3.0.0.md create mode 100644 Plugins,-Tools-and-Hardware.md create mode 100644 _Sidebar--hakimel.md diff --git a/Articles-&-Tutorials.md b/Articles-&-Tutorials.md new file mode 100644 index 0000000..5cd1724 --- /dev/null +++ b/Articles-&-Tutorials.md @@ -0,0 +1,17 @@ +[An in-depth video walkthrough of reveal.js on lynda.com](http://www.lynda.com/CSS-tutorials/Online-Presentations-revealjs/137904-2.html) + +[Video Tutorial - Quick Introduction to Reveal.js](https://scrimba.com/casts/cast-1975) + +[Template for reveal.js presentations using Sinatra web framework](https://github.com/nicolasiensen/reveal.js-sinatra) + +[Adding mouse click navigation to Reveal.js](http://www.raymondcamden.com/2012/10/20/Adding-mouse-click-navigation-to-revealjs/) + +[Push reveal.js notes into the console](https://www.raymondcamden.com/2012/08/15/Push-revealjs-notes-into-the-console/) + +[Presentations With Reveal.js and HTML5: Better Than PowerPoint](http://www.noupe.com/javascript/presentations-with-reveal-js-html5-better-than-powerpoint-72609.html) + +[Reveal.js with CSS Custom Filters](http://blattchat.com/2012/09/26/reveal-js-with-css-custom-filters) + +[Reveal.js Tutorial-Reveal.js for Beginners](http://htmlcheats.com/reveal-js/reveal-js-tutorial-reveal-js-for-beginners/) + +[Teaching with open source presentation service Reveal.js](http://opensource.com/education/13/10/teaching-with-revealjs) diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..d12f99e --- /dev/null +++ b/Changelog.md @@ -0,0 +1,205 @@ +--- + +#### The changelog has relocated to + +--- + +#### 2.5 (master/beta) +- MS touch support ([#450](http://github.com/hakimel/reveal.js/issues/450)) +- Keyboard binding config ([more info](https://github.com/hakimel/reveal.js#keyboard-bindings)) +- **Major:** Slide backgrounds 2.0: including background images and transitions as well as PDF support ([more info](https://github.com/hakimel/reveal.js#slide-backgrounds)) +- Support vertical alignment of slides with absolute positioned contents +- Set ```hidden``` on all except current slide for accessibility ([#457](http://github.com/hakimel/reveal.js/issues/457)) +- Mouse wheel response is now more reliable +- Fix navigation glitch when stepping back and forth with ```prev```/```next``` methods + +#### 2.4 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-May-12 +- Fixed changing of ```keyboard```, ```touch```, ```controls``` and ```progress``` flags through using ```Reveal.configure``` +- Auto-slide now resume after overview/pause +- Added error messaging when external markdown fails to load +- Added ```Reveal.avilableRoutes()``` API method +- It is now possible to override the transition for a specific slide ([more info](https://github.com/hakimel/reveal.js#slide-transitions)) +- Fixes conflict between notes and remotes plugins +- Added support for transitionSpeed config value (default/fast/slow) +- Added support for `data-transition-speed` attribute on sections ([more info](https://github.com/hakimel/reveal.js#alternating-transitions)) +- `getIndices` now returns an `f` property for the current fragment index +- Added more state backgrounds +- Broader code highlighter language support ([full list in source](https://github.com/hakimel/reveal.js/blob/master/plugin/highlight/highlight.js)) +- Set `data-trim` on your `` blocks for automatic whitespace trimming +- Added `Reveal.sync()` method, update internals to match current DOM and config +- **Major:** Embedded media (`