Markdown to slide
docker run -d --name slider -v /path/to/your/markdown/slides:/data -p 9527:8000 ronmi/md-slider
After that, see http://127.0.0.1:9527
#+TITLE: MD-Slider
#+SUBTITLE: Simple Markdown-to-slides converter inspired by x/tool/present
#+AUTHOR: Ronmi Ren
#+TITLETEXT: **Nerdy** programmer
#+TITLETEXT: Another line of title
#+EMAIL: [email protected]
#+URL: https://81k.today
#+TEXT: [81K Today](https://81k.today)
#+FOOTER: [MD-Slider](https://git.ronmi.tw/ronmi/md-slider)
# First page
## Second page
#+NOTE: my note
some text
- some
- list
- items
#+NOTE: another line of note
# Third page
some more text
#+NOTE: notes for page 3

[Copyright information of the gopher image](https://blog.golang.org/gopher)

Level 1 or 2 headings are marks of page beginning.
All lines before first page mark are metadata.
Required tags:
Optional tags:
@), shows in last page.Add #+NOTE: tags to your slides first.
Add a special URL parameter present will enable presenter mode.
// original slides URL
http://127.0.0.1:9527/example.md
// enable presenter mode
http://127.0.0.1:9527/example.md?present=enable
Set environmental variable MD_SLIDER_INTERNAL_MODE=1 to enable it. It enables you to download raw file. Useful when you share md-slider in your office.
GPLv3
Content type
Image
Digest
sha256:6f4e30ac7…
Size
6.4 MB
Last updated
9 months ago
docker pull ronmi/md-slider