Earlier quoted context omitted.
How is it compared to reveal.js? http://lab.hakim.se/reveal-js/
* Out of the box reveal-js does not support Markdown Slides. Yes, of course they do, but you'll have to write HTML per slide and then embed Markdown. p_slides is Markdown online. * reveal-js is _much_ bigger whereas p_slides relies on well tested and established software. For example many features that you can find on the reveal-js README are also included in p_slides, because it uses W3Org slidy-js[1]. p_slides actu…
Marp: Markdown Presentation Writer
71–80 of 98 posts
Re: Marp: Markdown Presentation Writer
#72Re: Marp: Markdown Presentation Writer
#73I like the way our tools went from Text -> Graphical interface -> Text You can see this with all the CLI tools being introduced for traditional programs. I suppose people appreciate control and automation.
you like that? I can see how you might like a command line as opposed to a dumbed-down, simplistic, and intelligence-insulting GUI. But I cannot see how you can love Markdown. A shit standard that uglifies everything it touches, instead of celebrating the beauty of typography. There is no inconsistency between liking command line, and being demanding in terms of text layout. Just ask LaTeX.
If you wrote documents in word 1.0 or WordPerfect or something, they may be lost to the world but markup could still be read by any reader.
Re: Marp: Markdown Presentation Writer
#74I like the way our tools went from Text -> Graphical interface -> Text You can see this with all the CLI tools being introduced for traditional programs. I suppose people appreciate control and automation.
you like that? I can see how you might like a command line as opposed to a dumbed-down, simplistic, and intelligence-insulting GUI. But I cannot see how you can love Markdown. A shit standard that uglifies everything it touches, instead of celebrating the beauty of typography. There is no inconsistency between liking command line, and being demanding in terms of text layout. Just ask LaTeX.
Re: Marp: Markdown Presentation Writer
#75Earlier quoted context omitted.
This fails (my) personal test of all HTML systems -- it doesn't scale well with changes in resolution, and many projectors will auto-change my laptop's size when I plug them in. My hacked up slide system (which I want to dump, I hacked someone else's library years ago) makes a fixed div of size 1024x768, and then uses CSS zoom to resize that to the browser window.
Could you elaborate? How does it not scale? It's using bootstrap for styling, so there's that. Me and a couple of lecturer peers have been using it in lectures for classes of all sizes which includes different kinds of beamers. As you stated, my machine will also auto-scale resolution in this scenario. If all else fails, there's Strl++/- (; I'm also using it on OS X and Debian. Both work well. And as is recognizable…
With PowerPoint / keynote and friends, I can be sure all my text will fit on the screen, even if I end up on a stupid 800x600 projector. No HTML framework, except my hacky mess, seems to do that. Maybe resizing mid presentation bothers other people less than me.
Re: Marp: Markdown Presentation Writer
#76Re: Marp: Markdown Presentation Writer
#77For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
Wow, Deckset looks awesome. I've never looked for something like this, but thanks for mentioning.
Re: Marp: Markdown Presentation Writer
#78For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
I recently discovered Deckset and I must say I was very happy with it (for markdown editing + PDF export, with code highlighting). Example of use: https://speakerdeck.com/thbar/de-rails-a-phoenix-retour-dexp...
Re: Marp: Markdown Presentation Writer
#79For someone who is on windows, this is a godsend. The Mac guys all have Deckset[0] which is amazing. Was searching for something like this to make quick slides. Thanks much :) [0]: http://www.decksetapp.com/
I have used deckset for all of my presentations[1]. It's fantastic, and forces you to follow Zach Holman's rules[2] about slide typography, which is basically "you can't go too big." [1]: https://speakerdeck.com/gammons [2]: http://speaking.io/design/typography/
Re: Marp: Markdown Presentation Writer
#80I'm not complaining about this project...I'm just commenting about why no "production" course developers would consider switching to something like this. Just an FYI.