Commit Graph

2366 Commits

Author SHA1 Message Date
The Dod 81572fd6bc Switch from markdown to ReStrucuredText
It's more RTL-friendly when you deal with links.
See `slides/dig_lists.rst` (example with links).
2020-04-11 16:16:05 +03:00
The Dod c2c8fb4277 Run make 2020-04-11 15:34:03 +03:00
thedod 497183e70f Fix link typo
Hebrew markdown is terribly error prone (e.g. when you link to URLs). I'll try to see maybe ReStructuredText is more suitable for this.
2020-04-11 12:27:51 +00:00
thedod f8b9b13b3b Trying to edit a page via the gitea web interface
We'll still need to run `make` on localhost manually (and editor isn't RTL), but at least we have some sort of a way to edit from web
2020-04-11 12:22:43 +00:00
The Dod 94616b259a Read (and create if needed) slides/*.md 2020-04-11 15:15:42 +03:00
The Dod 1cab5f50f1 h3->h4 for page titles, h4->h5 for menu titles 2020-04-10 01:47:30 +03:00
The Dod c962468327 remove <small> from descriptions 2020-04-10 01:42:36 +03:00
The Dod 05e52bb4c2 Black-on-white icon 2020-04-10 01:15:54 +03:00
The Dod b1de871851 Merge branch 'master' of gitdisroot:idie/iDie 2020-04-10 01:10:00 +03:00
The Dod fddfd417c3 Generate `index.html` from `slides.mustache`
See README for details
2020-04-10 01:08:51 +03:00
Avi Nahum 01e017c700 test push 2020-04-06 13:09:27 +03:00
The Dod be7f8d8529 Merge branch 'master' of gitdisroot:idie/iDie 2020-04-05 00:32:54 +03:00
The Dod aedbafd902 Add icon 2020-04-05 00:32:24 +03:00
yuvalMeirovitch 1ceac26d8f Add 'testing.html'
just playing around
2020-04-04 19:24:23 +00:00
The Dod 58960271f4 Change isoc link to PDF instead of intro page 2020-04-04 14:46:54 +03:00
The Dod a8b6ce2a39 Patch something into README 2020-04-04 11:30:47 +03:00
The Dod f64832e488 Sky theme and various cosmetics 2020-04-03 20:17:49 +03:00
The Dod 6334e8494b Tidy etc. 2020-04-03 15:19:19 +03:00
The Dod 3dda8a7c9e Add top-link (+ some text edits). 2020-04-03 15:04:18 +03:00
The Dod 686a4e7adf Add [lots of] text to digital-assets slides 2020-04-03 13:54:17 +03:00
The Dod 96ac39446e Genderize gender question 2020-04-02 19:23:31 +03:00
The Dod 16ad215048 Add localStorage (gender, so far) 2020-04-01 16:53:37 +03:00
The Dod fe0d66f0a7 Burial cosmetics 2020-04-01 14:09:27 +03:00
The Dod f8853f150a Fancy burial 2020-04-01 13:59:24 +03:00
The Dod 5a1b6a4c81 Initial content 2020-04-01 13:10:04 +03:00
Richard Westenra 33bed47dac Remove calls to missing modules from gruntfile
When running the app, Grunt throws the following warnings:

>> Local Npm module "grunt-contrib-clean" not found. Is it installed?
>> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed?

These modules don't appear to do anything except throw a warning so they can probably just be removed.
2019-04-08 10:36:33 +02:00
Hakim El Hattab 3643112b35
plugin doc tweaks 2019-04-03 10:49:14 +02:00
Hakim El Hattab 15dec96e73 better example for line range highlighting 2019-04-01 15:48:46 +02:00
Hakim El Hattab da4ec074f1
docs for code highlight line numbering 2019-04-01 15:45:07 +02:00
Hakim El Hattab 485870946f
plugin docs 2019-04-01 15:25:40 +02:00
Hakim El Hattab 25c504c22f
plugin api docs 2019-04-01 15:11:51 +02:00
Hakim El Hattab 3da09f1fef 3.8.0 2019-04-01 14:34:10 +02:00
Hakim El Hattab eb5d79370b fix typos 2019-04-01 14:29:26 +02:00
Hakim El Hattab 2734aa3da0 fix grunt ci error 2019-04-01 13:46:08 +02:00
Hakim El Hattab e6fa04d485 fix typos 2019-04-01 13:11:29 +02:00
Hakim El Hattab 94cbfcbdf6
Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-table
Allow Navigation Mode setting to change the shortcuts table
2019-04-01 13:01:29 +02:00
Hakim El Hattab 29ea072ddf fix npm security warnings, auto run tests when changed 2019-04-01 11:14:22 +02:00
Hakim El Hattab df25fbebba add hasPlugin and getPlugin API methods and tests 2019-04-01 11:07:11 +02:00
Hakim El Hattab d6f0f41f77 tweaks and tests for #2354 2019-03-28 15:42:28 +01:00
Hakim El Hattab 6faab091bb Merge branch 'dev' of https://github.com/maxrothman/reveal.js into dev 2019-03-28 15:12:33 +01:00
Hakim El Hattab 922d791fd9 fix an error where reveal.js returned a 1> progress number when there were fragments on last slide 2019-03-25 12:00:46 +01:00
Max Rothman 93b1abc736 Add data-preload attribute for iframes
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they
come within the viewDistance, rather than once they're visible.
2019-03-22 10:45:08 -04:00
Hakim El Hattab b8de5e02d2 make #2350 work using replaceState 2019-03-21 09:13:28 +01:00
Hakim El Hattab ae556d0844
Merge pull request #2350 from rparree/hash-problem
Fixed not bing able to follow same inner links twice with history:false
2019-03-21 09:03:50 +01:00
Hakim El Hattab b5fe0f8126
Merge branch 'dev' into hash-problem 2019-03-21 09:03:27 +01:00
Hakim El Hattab 01874c6e70 new demo slide to promote iframes/iframe backgrounds 2019-03-20 09:12:31 +01:00
Raphael Parree b4c6c92033 Fixed not bing able to follow same inner links twice with history:false
Scenario:

- history set to false in Reveal’s config
- follow anchor to `/#someid`
- navigate to other sections
- follow anchor to same section `/#someid`

This does not work as the hash has not changed.

This fix removes the hash from the URL when navigating
2019-03-15 08:45:43 +01:00
Hakim El Hattab c7db11d9cf tests for plugins 2019-03-14 16:03:55 +01:00
Hakim El Hattab b180d94e02 fix error when reveal.js was initialized with no plugins 2019-03-14 15:39:19 +01:00
Hakim El Hattab 6410ed15aa support for plugins where the init method doesn't return a Promise 2019-03-14 14:52:59 +01:00