gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.68k stars 856 forks source link

(Maybe not so) crazy idea: remark to preview and print markdown docs #213

Open brunetto opened 9 years ago

brunetto commented 9 years ago

Hi! Remark is amazing to create presentations. I like very much to write docs&co in markdown.

Having tried quite a lot of markdown viewer/previewer/editors Remark remains the best way to write and print a markdown doc with equations, maybe auto-reload (<meta http-equiv="refresh" content="30" /> <!--Reload after 30 secs-->), and anything you can write in markdown or HTML/CSS (if needed).

Given that an A4 doc is ~ a slide with ratio 21:29 (more or less), is there a way to let Remark aware of the physical dimension of a page OR, better, to reduce the size of everything in the slide?

Sounds too crazy? I know it is not the reason you developed Remark, but it seems to me that it really fit also to this purpose.

kpassapk commented 8 years ago

I think there's a commit in 'develop' which allows you to set the size of the background explicitly. Is this what you're looking for?