Open ScriptAutomate opened 4 years ago
I've done some simple Bash scripting that runs Pandoc on an entire directory into multiple formats, the concept of which could be useful if we include a "build docset" or similar concept as part if a larger toolchain.
Hello, there!
What's this about?
This issue was opened up as a way to track discussion, feedback, brainstorming, use cases, etc. around how a tool such as
pandoc
can be used to transform templates to ideal file formats. It will be periodically updated throughout writing day.pandoc
, what have been tips/tricks and example uses of the tooling?I ultimately want to come out of writing day with a basic how-to on getting
pandoc
running, converting templates to other formats, and issue. This will mean we will have basic directions for people to follow at the terminal, and a list of issues that TGD can pull from to develop better support and out-of-box experience.The long-term goal would be to contribute upstream to
pandoc
itself so that it can support what people ultimately want.Why a GitHub issue?
An issue seemed the most transparent approach to this discussion, and opens it up as something easily searchable in the future to anyone who lands at this repository.
Issue Updates
Pandoc
Pandoc is meant to be a universal documentation converter tool. For information:
Hugo
Hugo uses archetypes, and is their approach to templating within Hugo projects. It would be great to have some kind of baseline conversion to these.