Live data from Hacker News

Marp: Markdown Presentation Writer

yhatt.github.io

41–50 of 98 posts

Re: Marp: Markdown Presentation Writer

#43
post #38
post #31

Earlier quoted context omitted.

How is it compared to reveal.js? http://lab.hakim.se/reveal-js/

There is also http://strut.io/

Looks interesting, but is a completely different thing - it's a SaaS solution whereas p_slides is static files that you can put into version control and work collaboratively with your peers. For me, that's a godsend regarding the alternative workflows and other tools. My peer lecturers value it a lot, too. But of course, we are all CS lecturers^^ For other people a hosted solution might be a really interesting choice!

Re: Marp: Markdown Presentation Writer

#44
post #8
post #6

How does one actually... well, display the presentation? (without the markdown on the side)

Under "Features", one of the bullet points are "* Export slides as PDF!". I don't know if that's the only option or if there are more than that.

Plus one on this. Switching to full screen (on a mac) should just go into "presentation" mode and show only the slide.

Re: Marp: Markdown Presentation Writer

#48
post #23

Shameless plug: I'm a lecturer and have scratched this itch some time ago with a pet project that a couple lecturers are using now: https://github.com/munen/p_slides/ It doesn't ship it's own editor, because everyone already has a favorite(for me that's formerly vim, now Emacs). It's only static files, so it doesn't need a server or pre-compilation. It's extensible, has syntax highlighting and produces PDFs for the s…

If we're plugging, I'm very partial to Hovercraft, which throws a wrapper around impress.js, and provides a proper presenter's console as part of the rendered HTML/JS: https://github.com/regebro/hovercraft

Re: Marp: Markdown Presentation Writer

#49
Markdown is fine for github, but isn't there even a slight bit of Helvetica-fatigue out there? Aren't we in a position, 20 years after HTML's widespread adoption, where we can aspire to something slightly more artful/communicative than Markdown's catastrophically simplistic and tragically ugly idea of layout?

Markdown represents, honestly, the massacre of the art of typography. It is ironic how such an ugly standard clashes with the its inventor's purported love for Apple, a company whose very DNA is about the beauty of layout, fonts, and the visual representation of the written word.

Markdown -> you have been weighed in the balance and found (severely) wanting.

Re: Marp: Markdown Presentation Writer

#50
post #14
post #9

Earlier quoted context omitted.

Clarification: reveal.js supports markdown for individual slides. This project (Marp) allows you to write your whole presentation in a single markdown document. (Using just "---" to separate slides instead of repeating: slide markdown goes here ...seems like a productivity win IMO)

Reveal also supports this on external markdown files: https://github.com/hakimel/reveal.js/#external-markdown My personal example: http://slides.mkii.org/#/1

We use this in generator-reveal[1]. One markdown file per slide and minimal configuration in a json file. I have no shame

[1]: https://github.com/slara/generator-reveal

Post reply on HN