Commit Graph

462 Commits

Author SHA1 Message Date
Yujie Wen f55c851bf6 Fixed #474. Update highlight plugin css path 2022-11-27 16:14:24 +08:00
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) c484226a64 add custom theme capability 2022-06-20 10:15:28 +03:00
Elsa Gonsiorowski (Pluto) c2ffe99f95 whitespace 2022-06-20 10:15:01 +03:00
Yujie Wen 43ebe238ef Fixed #479. Prepare multiplex when multiplex-id is not empty. 2022-05-24 19:44:26 +08:00
Yujie Wen bb3e4dbed9 Fixed #479. Removed multiplex from plugin list. 2022-05-23 20:59:28 +08:00
Yujie Wen 862b41df77
Merge pull request #477 from eclig/bugfix/extract-data-before-formatting
Properly extract data before formatting
2022-04-10 23:33:05 +08:00
Yujie Wen ba32529690
Merge pull request #478 from eclig/feature/support-title-data-state
Support the "data-state" attribute on the title slide
2022-04-10 23:14:36 +08:00
Emilio Lopes c67fde9d8d Support the "data-state" attribute on the title slide 2022-03-22 13:47:12 +01:00
Emilio Lopes d361a99934 Properly extract data before formatting
This avoids data in a list to be formatted within parentheses.
2022-03-22 12:42:04 +01:00
Yujie Wen fed9be1f4c Extract local file name from script URL 2022-02-16 23:06:11 +08:00
Yujie Wen 3f5ae4df8a Fixed #472. Read plugin scripts in single file mode 2022-02-13 22:36:12 +08:00
Yujie Wen 2f1509cc14
Merge pull request #470 from astrolabe-coop/sandbox/rzr/review/master
build: Drop obsolete gnus package
2022-02-05 22:16:14 +08:00
Yujie Wen 83da0e859e Documenting scripts loading before reveal init. #473 2022-02-05 19:21:50 +08:00
Yujie Wen 844ef73957
Merge pull request #473 from tinloaf/extra-scripts
Move extra scripts before initialize
2022-02-05 18:46:51 +08:00
Lukas Barth d9b883ebdf Allow extra scripts before and after initialize() 2022-02-01 16:46:52 +01:00
Lukas Barth 9642179c18 Move extra scripts before initialize 2022-02-01 12:02:01 +01:00
Philippe Coval d1f9fb5fab build: Drop obsolete gnus package
Change-Id: Ie3caac8295f6e0b4633fa8b9da9ccdcc5e0a189a
Forwarded: https://github.com/yjwen/org-reveal/pulls?q=author%3Arzr
Signed-off-by: Philippe Coval <philippe.coval@astrolabe.coop>
2022-01-08 10:47:20 +01:00
Yujie Wen ec6092d2d5
Merge pull request #469 from astrolabe-coop/sandbox/rzr/review/master
Fix broken anchor build error
2022-01-08 15:09:57 +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 a78ca48a33
Merge pull request #463 from steelman/sec-tabel-of-content
Avoid clash with id generated by org-html-toc
2021-11-07 19:21:54 +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
Łukasz Stelmach 40ed0a4c7f Avoid clash with id generated by org-html-toc 2021-11-04 20:36:20 +01:00
Yujie Wen c06c88812b Fixed #462. Reveal root path replacement for extra init JS 2021-10-30 16:38:11 +08:00
Yujie Wen a020ef3318 Fixed #462. Remove the redundant :reveal-init-script 2021-10-29 22:54:46 +08:00
Yujie Wen a995a9cf4c Correct the wrong function name introduced in #461's fix. 2021-10-25 22:24:14 +08:00
Yujie Wen f71a12a04d Fixed #461. Support for in-buffer external plugin specification 2021-10-23 22:24:29 +08:00
Yujie Wen 2926349690
Merge pull request #456 from fredericgiquel/fix-duplicate-lambda
Fix duplicate lambda
2021-10-18 22:49:00 +08:00
Frédéric Giquel 3b40266307 Fix duplicate lambda 2021-10-14 21:44:34 +02:00
Yujie Wen d99311fc5b
Merge pull request #455 from roman/master
feat: enhance external plugins configuration
2021-10-10 11:57:27 +08:00
Roman Gonzalez cac63b6bc3 feat: enhance external plugins configuration
Context:

Some Reveal.js plugins rely on more than a single Javascript file to function
properly (e.g. CopyCode[1]).

This commit extends the capabilites of org-reveal to allow the
`org-reveal-external-plugins` variable to have multiple import scripts if
desired.

[1] https://github.com/Martinomagnifico/reveal.js-copycode
2021-10-01 10:31:43 -07:00
Yujie Wen 624dee4ee2
Merge pull request #452 from chemmi/patch-1
Remove obsolete easy-template documentation
2021-09-16 21:38:33 +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 fe9148b670
Merge pull request #451 from tttuuu888/work-issue-450
Fix Error "Symbol’s value as variable is void: classList" #450
2021-09-02 22:52:29 +08:00
SeungKi Kim 56451f2598 Fix Error "Symbol’s value as variable is void: classList" #450 2021-09-02 21:29:15 +09: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
Yujie Wen 014561540b Fixed #446. Don't change org-structure-template-alist.
Let user to configure
2021-07-06 07:21:57 +08:00
Yujie Wen 826b01beb4 Merge commit 'abc2e57' 2021-05-15 18:07:22 +08:00
Yujie Wen abc2e5734c Fixed #442. Skip print-pdf for reveal.js version 4 2021-05-15 17:57:04 +08:00
Yujie Wen 58540c7dde Fixed #443. Support code_attribs for org-mode native highlights 2021-04-11 19:38:47 +08:00
Yujie Wen 499c577717
Merge pull request #439 from credmp/master
Add REVEAL_EXTRA_SCRIPT to add custom javascript code
2021-02-16 00:05:42 +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