I wish they’d fix the md to adoc table conversion issues. Apart from that I love it.
Pandoc
21–30 of 213 posts
Re: Pandoc
#22What don't I use it for? + Static websites from any input to html + Markdown & TeX & References to pdf for academia + Generating manpages for new tools + Generating ebooks ... Let's just say I get a bit lost when it isn't available.
Do any of your tools use long options (prefixed with a double dash)? If so, make sure you disable the "smart" extension, otherwise you might end up with en dashes.
Re: Pandoc
#23What editor do HN folks use? I wonder if there's a leaner editor out there with an equally nice distraction-free editing interface. Thanks in advance!
Re: Pandoc
#24https://users.soe.ucsc.edu/~ivo/_posts/2015-03-12-repeatable...
http://gbraad.nl/blog/document-generation-using-markdown-and...
Re: Pandoc
#25I do all of my academic writing in pandoc. As compared to LaTeX this means no boilerplate (yet you can still use full LaTeX syntax for equations and the like) and, if the publisher 'needs' a Word file, you are one click away from providing it. All with plain text files that you can put under version control, get meaningful diffs, etc. It's just great.
What's your workflow for inserting and managing references
Re: Pandoc
#26My favorite pandoc hack is using it to convert word docs into markdown which can then be diffed similar to source code. Works great for legal redlining.
Re: Pandoc
#27If you don't want to install Haskell and other dependencies, several folks have developed Docker images for using pandoc: https://users.soe.ucsc.edu/~ivo/_posts/2015-03-12-repeatable... http://gbraad.nl/blog/document-generation-using-markdown-and... https://github.com/jagregory/pandoc-docker
Re: Pandoc
#28Re: Pandoc
#29I like pandoc. I've been using Typora [1] for all of my writing, and it's decent, but a little slow. What editor do HN folks use? I wonder if there's a leaner editor out there with an equally nice distraction-free editing interface. Thanks in advance! [1] https://typora.io/
Not free, but a real pleasure to use.
Re: Pandoc
#30Maybe I used an older version but my attempts to use pandoc usually resulted in the document being butchered because the internal representation was not as expressive as the source or target formats.