Live data from Hacker News

Fusuma – Make slides with MarkDown easily

github.com

1–10 of 42 posts

Re: Fusuma – Make slides with MarkDown easily

#6
post #2

Pretty cool! Can I run this via Docker? Can I use it to open remote .md files?

The design of unix/linux systems answers your second question with "yes." A "file" isn't necessarily something on your SSD, but rather an abstract concept: something that you can "read" from and possibly "write" to (and some other less illustrative things). It could be under your desk, a pointer to another file, or a file on a remote computer.

Look into "sshfs".

Re: Fusuma – Make slides with MarkDown easily

#9
For an alternative slides maker / builder from markdown sources, see the slideshow (s9) tool [1]. Slides template packs include s6, reveal.js, shower,js, impress.js, and many more [2]. [1]: http://slideshow-s9.github.io [2]: http://slideshow-templates.github.io

PS: Note - slideshow (s9) templates are just jekyll (liquid) templates and, thus, work out-of-the-box with github pages and friends.

PPS: What's jekyll :-)? It's the world's most popular (static) website compiler / builder.

Post reply on HN