Commit Graph

159 Commits

Author SHA1 Message Date
Yujie Wen 2d5a04ddec Fixed #480, merge custom theme with REVEAL_THEME 2022-11-27 15:02:20 +08:00
Yujie Wen 0dc6d4f1dd
Merge pull request #480 from gonsie/custom-theme
Custom theme
2022-11-27 10:41:36 +08:00
Yujie Wen 8567d2b111 Fixed #481. Insert HTML contents between <div reveal> and <div slides> 2022-06-27 23:39:57 +08:00
Elsa Gonsiorowski (Pluto) 942ce10ed0 updated readme for custom theme 2022-06-20 10:17:07 +03:00
Elsa Gonsiorowski (Pluto) c2ffe99f95 whitespace 2022-06-20 10:15:01 +03:00
Yujie Wen bb3e4dbed9 Fixed #479. Removed multiplex from plugin list. 2022-05-23 20:59:28 +08:00
Emilio Lopes c67fde9d8d Support the "data-state" attribute on the title slide 2022-03-22 13:47:12 +01:00
Yujie Wen 83da0e859e Documenting scripts loading before reveal init. #473 2022-02-05 19:21:50 +08:00
Philippe Coval b428bcd956 Fix broken anchor build error
Observed message is:

    Unable to resolve link: "Extra Stylesheets"

Change-Id: I6a2e7e4d9460921d719031b9b4d1da53c0cf9188
Forwarded: https://github.com/yjwen/org-reveal/pulls?q=author%3Arzr
Signed-off-by: Philippe Coval <philippe.coval@astrolabe.coop>
2022-01-05 18:26:21 +01:00
Yujie Wen 59adea8001 Fixed #467. Support single string value of org-reveal-extra-script-src 2021-11-28 23:09:27 +08:00
Yujie Wen 2adca68b2b Fixed #465. Add option for including script source files. 2021-11-14 21:07:04 +08:00
Yujie Wen 8dfb90e3cb Fix #462. Replace only the first %s by reveal.js root path 2021-11-07 19:17:35 +08:00
Yujie Wen a020ef3318 Fixed #462. Remove the redundant :reveal-init-script 2021-10-29 22:54:46 +08:00
Yujie Wen f71a12a04d Fixed #461. Support for in-buffer external plugin specification 2021-10-23 22:24:29 +08:00
Christian Hemminghaus 450dd26e36
Remove obsolete easy-template documentation
The template feature was removed in 014561540b according to #446.
2021-09-15 07:09:50 +02:00
Yujie Wen 4f173fef0a Add gh link 2021-08-28 00:07:07 +08:00
Yujie Wen 0bfb526839 Fixed #449. Correct data-id for source code by highlight plugin 2021-08-27 23:55:01 +08:00
Yujie Wen 8eae719acc Fixed #448. Correct the reveal-menu name 2021-08-16 08:07:47 +08:00
Yujie Wen 775b1386bb Fixed #448. Refined third-party plugin for reveal.js 4. 2021-08-15 17:07:54 +08:00
Arjen Wiersma 843d036d7b Add REVEAL_EXTRA_SCRIPT to add custom javascript code
If you want to add extra code outside of the =Reveal.initialize= block, then =#+REVEAL_EXTRA_SCRIPT= can be used. The code will be inserted after closing the =Reveal.initialize= statement, but before the closing =</script>= tag.
2021-02-08 20:54:38 +01:00
David BELEY e057c59b2b
Fix typo in README.md. 2020-12-30 20:31:59 +00: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 e8b2801ab2 Fixed #416. Clarify that only global header/footer are supported. 2020-05-02 21:04:48 +08: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 60f6c3a3d2 Fixed #409. docs for enabling line numbers for highlight.js 2020-03-03 17:01:36 +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
Frédéric Giquel 418cfec3dd Add options to set the toc slide background 2020-02-15 14:02:25 +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 f4a7540ef3 Update setups for transition style and speed. 2020-02-07 11:48:45 +08:00
Yujie Wen 1ae8cf7892 Update the transition option 2020-02-05 13:38:20 +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
Damien Cassou 26790beaf9
Fix typos
Typos found with codespell.
2019-11-26 21:08:30 +01:00
Yujie Wen a49425c3d1
Merge pull request #393 from Trevoke/patch-3
close an org monospace tag properly
2019-11-23 10:40:58 +08:00
Yujie Wen f07ef7e38a
Merge pull request #394 from Trevoke/patch-4
Set some monospace syntax for org mode
2019-11-23 10:39:21 +08:00
Linus Nordberg 460101aa2c Fix link in README 2019-11-12 11:24:12 +01:00
Aldric Giacomoni 41f5d55602
Set some monospace syntax for org mode 2019-11-03 21:24:28 -05:00
Aldric Giacomoni b9a6d8a57c
close an org monospace tag properly 2019-11-03 21:12:20 -05:00
Alisson R. Perez 410eda8110
Fix typo in README 2019-10-14 21:51:39 -03:00
Yujie Wen 420ddb608d Merge branch 'master' of https://github.com/yjwen/org-reveal 2019-10-13 11:34:33 +08:00
Yujie Wen b8e665c086 Update Readme.org for slide numbering. 2019-10-13 11:30:09 +08:00
Aldric Giacomoni 42dbe067c4
Fix a typo in readme 2019-09-25 20:17:49 -04:00
Aldric Giacomoni 8443e1743c
Fix two typos in README 2019-09-23 22:30:40 -04:00
Yujie Wen 4abd898da3 Links for github pages in manual ToC. 2019-08-11 00:55:24 +08:00
Yujie Wen 696613edef Replace haskell code with e-lisp.
As haskell is not that popular..
2019-08-07 23:50:20 +08:00
Yujie Wen dfcf21fe45 Fixed #379.
Add a note for clarifying Table of Contents should be viewed in
org-mode buffer only.
2019-07-29 00:06:22 +08:00
Yujie Wen 07b804fe63 Fixed #377. Add a variable to skip exporting speaker notes. 2019-07-26 23:44:53 +08:00