Commit Graph

145 Commits

Author SHA1 Message Date
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
Yujie Wen b04002ceb1 Fixed #376. #+REVEAL_INIT_OPTIONS to give initialization options 2019-07-26 00:09:11 +08:00
Yujie Wen f72ed8c080 Fixed #254. An option line for specifying external plugins. 2019-07-22 00:09:15 +08:00
Yujie Wen 6434b31143 Title slide background opacity. Document about background opacity. 2019-07-19 00:25:56 +08:00
Yujie Wen 63a63d5b0d Fixed #289, fixed #375
Add a helper function for generating ToC, and fix the extra , when
extra initial JS is not specified.
2019-07-17 00:35:12 +08:00
Yujie Wen 62922a9755 Fixed #313. Update the reveal.js CDN link. 2019-07-12 00:21:36 +08:00
Yujie Wen 1b3b1c0e91
Merge pull request #373 from rafadc/fixing-link-in-documentation
Link in README led to nowhere
2019-07-09 23:26:26 +08:00
Yujie Wen 5edac6265c
Merge pull request #374 from rafadc/add-documentation-for-background-for-all-slides
Adding docs on setting background for all slides
2019-07-08 22:54:12 +08:00
Yujie Wen 12b2610f00 Support of subtitle in the automatic title template. 2019-07-07 23:05:22 +08:00
Rafael de Castro d2e7895a3b Adding docs on setting background for all slides 2019-07-07 14:00:18 +02:00
Rafael de Castro 8bb8ecd7a9 This link lead to nowhere
Not it is pointing to the appropriate place in the documentation
2019-07-07 10:18:50 +02:00
Yujie Wen ece13022d1 Fixed #346. An option for repeating the heading title for split slide. 2019-07-05 00:17:18 +08:00
Yujie Wen 20235b99b6 Fixed #358. Allow title slides to be specified by multiple option lines. 2019-06-25 23:10:24 +08:00
Yujie Wen 9210413202 Move the note about heading numbers to the section about slide numbering. 2019-06-22 22:38:20 +08:00
Yujie Wen 621bde6fb3
Merge pull request #299 from ggreif/patch-1
fix sizing option names
2019-06-19 00:11:52 +08:00