Hacker News new | ask | show | jobs
by ggerules 2254 days ago
A couple of things that might be of interest:

1) pandoc is awesome. 2) There are integrated development environments that allow you to write in markdown and output to pdf, html, and word with the flick of a switch. Rstudio with knitr, bookdown, and markdown has some nice functionality. Plus you can do graphs and drawings and embed them in the the rmd (r markdown) text. 3) There is an earlier post in HN from Gilles Castel on how to speedily write text through the ultisnips package. Very much a game changer on how I use vim to work with anything text related.

https://castel.dev/post/lecture-notes-1/

Nice post!

1 comments