Generate web slides from Comark
0

Configure Feed

Select the types of activity you want to include in your feed.

77 1 0

Clone this repository

https://git.vm.fail/graham.systems/morkdeck https://git.vm.fail/did:plc:erp4gczi5ybpc6b3l2uvs42c
ssh://git@knot1.tangled.sh:2222/graham.systems/morkdeck ssh://git@knot1.tangled.sh:2222/did:plc:erp4gczi5ybpc6b3l2uvs42c

For self-hosted knots, clone URLs may differ based on your setup.


README.md

morkdeck#

morkdeck is a dead-simple slideshow generator for Comark files. Its guiding objectives are:

  • Minimizing time-to-presentation so you get your frickin' slides done
  • Opinionated styling and layout with easy outs, so you can focus on your content
  • Your Markdown is the source of truth; no codebase (node_modules, src directory, etc.) required

The name is a portmanteau of MÖRK BORG, Markdown, and mdx-deck (my beloved).

Supported features#

  • Single-file HTML output
  • Dev-server with live reload while you're editing your slides
  • Pretty code blocks using Shiki
  • Mermaid diagram support with mermaid code fences

Usage#

Still a work in progress, so we're failing objective #3.

If you want to give morkdeck a try, you can clone this repo and use the deno task commands.

# Start a dev server at port 8000
deno task dev my-slides.md

# Output a .html file in `./dist`
deno task build my-slides.md