Settings

Theme

How do you physically print Markdown files?

1 points by yazinsai 6 years ago · 7 comments · 1 min read


May sound strange, but it's been driving me nuts. Typed it out in VS Code, but there's no "Print" menu item there.

dpwiese 6 years ago

Although I no longer physically print, Pandoc is probably the way to go to generate a PDF which you can then print. I wrote some notes in markdown on my little site [0] and with Pandoc generated a PDF from the same source file [1]. I shared my Pandoc setup I used [2] and hope this might be of help to you!

[0] https://danielwiese.com/posts/documentation/

[1] https://danielwiese.com/documentation.pdf

[2] https://github.com/dpwiese/.pandoc

utf_8x 6 years ago

You could use Pandoc [0] to render it into HTML and then open that in a browser and print it...

[0] https://pandoc.org/

mikecoles 6 years ago

There's a plugin to print in VS Code. Preview your markdown and print with the plugin.

theschmed 6 years ago

You could type it into a private Github repo and print out the formatted web page?

elviejo 6 years ago

open the file in another editor. like notepad, word.. from there you can print.

  • yazinsaiOP 6 years ago

    i want to print *formatted markdown, not just the markdown text.

    • elviejo 6 years ago

      then use pandoc to transform from Markdown to PDF.

      the PDF looks very pretty in my opinion.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection