this repo has no description
0
fork

Configure Feed

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

TypeScript 54.7%
Roff 4.8%
Other 40.5%
5 1 0

Clone this repository

https://tangled.org/graham.systems/morkdeck https://tangled.org/did:plc:57od6g2ic3e3b3kauctjmo3k/morkdeck
git@tangled.org:graham.systems/morkdeck git@tangled.org:did:plc:57od6g2ic3e3b3kauctjmo3k/morkdeck

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

Download tar.gz
README.md

morkdeck#

morkdeck is a dead-simple slideshow generator for Markdoc files. Its guiding concepts are:

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

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

Usage#

Still a work in progress.

If you really want to give it a try, you can clone the repo and point main.ts dev at a Markdoc file of your choice:

deno run --unstable-broadcast-channel -A main.ts dev ./slides.mdoc

You'll be able to access your presentation at port 8000. Static builds aren't implemented yet.