Commit Graph

462 Commits

Author SHA1 Message Date
Yujie Wen e8673f4825
Merge pull request #438 from dbeley/master
Fix typo in README.md.
2020-12-31 20:38:02 +08:00
David BELEY e057c59b2b
Fix typo in README.md. 2020-12-30 20:31:59 +00:00
Yujie Wen 3c1ee7821c Fixed #429. Export multiplexing client file when publishing 2020-12-11 23:18:15 +08:00
Yujie Wen 6542658d67
Merge pull request #437 from kisaragi-hiu/cl-lib
Replace deprecated cl package with cl-lib
2020-10-25 17:52:00 +08:00
Kisaragi Hiu 6f2b6f07e0
Replace deprecated cl package with cl-lib 2020-10-20 02:39:39 +09:00
Yujie Wen 79b01ae85b Fixed #429. Updated multiplexing exports with Reveal.js 4.x 2020-09-26 12:29:37 +08:00
Yujie Wen 553e1a9d67 Fixed #430. Removed documents about obsolete data-state 2020-08-02 15:10:54 +08:00
Yujie Wen 6a00388d85 Fixed #428. Fix the orphan comma in script for reveal.js 3.x 2020-07-04 07:13:53 +08:00
Yujie Wen 18e57df3ba Fixed #427. Keep one initialization script. 2020-06-20 09:14:14 +08:00
Yujie Wen 84039bb499 Fixed #425. Initialize plugin scripts by 4.0 style 2020-06-07 21:11:05 +08:00
Yujie Wen 27c9951282
Merge pull request #424 from daewok/js-version-buffer-keyword
Allow reveal.js version to be set using buffer keyword REVEAL_REVEAL_JS_VERSION
2020-06-07 10:30:52 +08:00
Eric Timmons 6465634a9c Allow reveal.js version to be set using buffer keyword REVEAL_REVEAL_JS_VERSION 2020-06-02 15:09:44 -04:00
Yujie Wen 92af0d0a3e Fixed #422.
Add to customizable variable to specify the reveal.js version or to
let org-reveal to determine it.
2020-05-30 19:18:39 +08:00
Yujie Wen 895cc0438c Fixed #421. Choose existing files from reveal.js 3.0 and 4.0 candidates 2020-05-28 08:28:26 +08:00
Yujie Wen e8b2801ab2 Fixed #416. Clarify that only global header/footer are supported. 2020-05-02 21:04:48 +08:00
Yujie Wen 19e81a6305 Fixed #420. Removing the warning about obsoleting sub-tree export. 2020-04-29 23:33:59 +08:00
Yujie Wen 7f8b78cc94
Merge pull request #417 from f279801/iframe_support
Add iframe support for reveal_background
2020-04-27 23:48:11 +08:00
Yujie Wen 16b1f4c307
Merge pull request #418 from f279801/nolang_src
Fix crashing when source block has no language specified
2020-04-27 23:40:46 +08:00
Yujie Wen 1e0d484d50
Merge pull request #419 from f279801/compilation_warn
Compilation warn
2020-04-27 23:19:30 +08:00
Tai Dinh 25093dc6ec Fix lexical binding issue
- This remove below warning when compilation
  Warning: assignment to free variable ‘retfile’
  Warning: reference to free variable ‘retfile’
2020-04-17 00:25:31 +02:00
Tai Dinh 46d5d3856e Fix defcustom fails to specify
- This fix below warning when compilation
    Warning: defcustom for ‘org-reveal-root’ fails to specify
      type
2020-04-17 00:21:48 +02:00
Tai Dinh 720b1bc78d Fix crashing when source block has no language specified
- Wrong parenthese accidentally cause the logic completely different
  and wrong.
2020-04-17 00:20:08 +02:00
Tai Dinh 63c043f7b7 Add iframe support for reveal_background
When iframe is being used as the background, the slide content will
be put inside a new dedicated division. Other background options
(reveal_background, reveal_background_size, reveal_background_opacity,
...) can be used to configure this new division.
2020-04-16 23:09:20 +02:00
Yujie Wen ea8b502170 Fixed #407. Add a :noexport_reveal: tag
to skip headings for reveal only.
2020-03-28 00:36:19 +08:00
Yujie Wen 0526680824
Merge pull request #415 from CrossStream/sandbox/rzr/review/master
docker: Build and serve content on http
2020-03-27 23:33:46 +08:00
Philippe Coval b196389308 docker: Build and serve content on http
Usage:

    docker-compose up --build
    x-www-browser http://localhost/Readme.html

Origin: https://github.com/rzr/rzr-presentations
Change-Id: Idb35900e551503f4777e0f6a8af8fb50c70e483b
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-03-05 11:18:36 +01:00
Yujie Wen 0d947cbce6
Merge pull request #413 from CrossStream/sandbox/rzr/review/master
build: Quote args
2020-03-05 12:13:33 +08:00
Philippe Coval af455e4d9e build: Quote args
This is needed for runing in docker

Change-Id: I1b1837d7976a70bef98e8af9e0b2715446a1ab86
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-03-04 10:38:29 +01:00
Yujie Wen 9f26bcca27 Merge branch 'master' of https://github.com/yjwen/org-reveal 2020-03-04 17:37:35 +08:00
Yujie Wen 3cc34ac52b Fixed #412. Add frag index support for source blocks 2020-03-04 17:35:05 +08:00
Yujie Wen 11999b753e
Merge pull request #411 from CrossStream/sandbox/rzr/review/master
build: Add caching feature for offline use
2020-03-04 12:26:07 +08:00
Philippe Coval f058da6fe9 build: Add caching feature for offline use
Note that fonts will remain online,
so caching at browser level or proxy might help.

Origin: https://github.com/rzr/rzr-presentations
Change-Id: I59ba3e177511fd63b59baccfd97604587766bdb6
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-03-03 12:58:16 +01:00
Yujie Wen 60f6c3a3d2 Fixed #409. docs for enabling line numbers for highlight.js 2020-03-03 17:01:36 +08:00
Yujie Wen 53f4c54dbf
Merge pull request #410 from CrossStream/sandbox/rzr/review/master
doc: Fix badge URL for image
2020-03-03 14:37:29 +08:00
Philippe Coval b8e5809b1f doc: Fix badge URL for image
This change will help for caching script

Change-Id: I648da01270e4e986248d70df6b78c5f47f7168b4
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-03-02 11:51:21 +01:00
Yujie Wen dfaf3a4c9c
Merge pull request #406 from CrossStream/sandbox/rzr/review/master
build: Add deploy upload rules
2020-03-02 10:30:06 +08:00
Yujie Wen aafedfd805
Merge pull request #408 from fredericgiquel/toc-slide-background-image
Add options to set the toc slide background
2020-02-16 23:16:13 +08:00
Frédéric Giquel 418cfec3dd Add options to set the toc slide background 2020-02-15 14:02:25 +01:00
Philippe Coval fb3ddf62e9 build: Add deploy upload rules
Useful to deploy to gh-pages, for example:

make upload

will replace gh-pages branch with generated HTML:

https://crossstream.github.io/org-reveal/Readme.html

Forwarded: https://github.com/yjwen/org-reveal/pull/406
Change-Id: I6e041c6930c3ea9f5f7ac08255fc48d94a97bb84
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-02-13 16:11:03 +01:00
Yujie Wen e35457c543 Merge updates about Readme.org 2020-02-07 11:54:02 +08:00
Yujie Wen dc6b01dfb2
Merge pull request #400 from acowley/patch-1
README: remove mention of obsolete options
2020-02-07 11:49:04 +08:00
Yujie Wen 9c77b2b89d Merge branch 'master' of https://github.com/yjwen/org-reveal 2020-02-07 11:49:00 +08:00
Yujie Wen f4a7540ef3 Update setups for transition style and speed. 2020-02-07 11:48:45 +08:00
Yujie Wen 45bbfa786d
Merge pull request #404 from CrossStream/sandbox/rzr/review/master
build: Add builder helper
2020-02-07 11:19:34 +08:00
Philippe Coval 50ef808dd8 build: Add builder helper
It was inspired from:

https://github.com/rzr/rzr-presentations

More features to come

Change-Id: I7ab916456853ff7253c97a078cab401468b34ae2
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-02-05 14:18:46 +01:00
Yujie Wen 1ae8cf7892 Update the transition option 2020-02-05 13:38:20 +08:00
Yujie Wen 7b5ea74f44
Merge pull request #401 from CrossStream/sandbox/rzr/review/master
docs: Fix Transition option
2020-02-05 13:31:37 +08:00
Philippe Coval f9403a4aac docs: Fix Transition option
Forwarded: https://github.com/yjwen/org-reveal/pull/401
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-01-27 17:23:07 +01:00
Anthony Cowley 651f6e7638
Remove mention of obsolete options
The current README misleads by suggesting obsolete options. [Related](https://github.com/yjwen/org-reveal/issues/392).
2020-01-23 10:49:54 -05:00
Yujie Wen a4c12432ec
Merge pull request #397 from DamienCassou/typos
Fix typos
2019-11-27 11:19:15 +08:00