From 176ea668cdd83beddd54a24334a8a9db3cc87dfb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 03:21:13 -0600 Subject: feat(reveal): add org-reveal presentation workflow with ERT tests Replaced pandoc-based reveal.js export with native ox-reveal integration. New org-reveal-config.el module provides offline, self-contained HTML export with keybindings under C-; p. Includes setup script for reveal.js 5.1.0 and 34 ERT tests covering header template and title-to-filename helpers. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 691845df..c7adf7af 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,9 @@ auto-save-list/ /browser-choice.el /client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json +# reveal.js local clone (managed by scripts/setup-reveal.sh) +/reveal.js/ + # Documentation folder (session notes, personal workflows) /docs/ -- cgit v1.2.3