A major mode for remark - the simple, in-browser, markdown-driven slideshow tool
Key bindings
M-n
orM-<down>
next slideM-p
orM-<up>
prev slideM-S-<down>
move slide downM-S-<up>
move slide upC-x C-s
save and reloadC-c C-s s
new slideC-c C-s i
new incremental slideC-c C-s k
kill slideC-c C-s n
create noteC-c C-s p
toggle presenter modeC-c C-s c
connect browserC-c C-s d
disconnect browser
Dependencies
- markdown-mode
- node
Todo
Nothing planned.
Changelog
-
2022-11-23: v2.1.0 Expose remark-skeleton-file to the user to enable sharing a theme across slideshows. Point this var to an html file to use as a slideshow template. This will overwrite an existing index.html on each slideshow render.
-
2021-05-04: v2.0.2 Fix byte-compiler warnings and void variable access.
-
2019-11-03: v2.0.0 Reimplement browser synchronization in custom node server to drop dependency for browser-sync and support other platforms than os x.
C-c C-s d
to disconnect from browser.C-c C-s p
to toggle presenter mode. Close the window when disconnecting from the slideshow on os x. -
2017-12-17: v1.9.0: Support moving slides around with
M-S-<down>
andM-S-<up>
-
2017-11-28: v1.8.0: Remember if presentation mode is on or off when changing slides. Only change slides in the browser if the remark tab is frontmost.
-
2017-11-27: v1.7.0: Run slideshow from the folder of the user's .remark file. Output slides in the template index.html provided in the same folder, or create a skeleton index.html if no such file exist.
-
2017-11-27: v1.6.0: Save buffer after performing slide actions (new, kill, incremental) for the ultimate reload experience
-
2017-11-27: v1.5.0: Handle layout: true to always show the correct slide in the browser
-
2017-11-27: v1.4.0: Support background-image, count and layout keywords in highlighting
-
2017-11-27: v1.3.0: Automatically visit slide under cursor in browser, not just on
M-n
andM-p
-
2017-11-26: v1.2.4: Expose remark-preferred-browser as var
-
2017-11-26: v1.1.4: Visit slide in browser on M-n and M-p
-
2017-11-26: v1.0.4: Fix invalid syntax
-
2017-11-26: v1.0.3: Reload on all saves, not just C-x C-s
-
2015-09-07: v1.0.0