How would one go about adding fountain support to Hugo compilation?

Hello,

If I wanted to implement .fountain (screenplay markdown) support in Hugo, what would the best way be to do this?

Anyway, thoughts and opinions are appreciated.
Thank you

When writing a screen play using Fountain markdown…

  1. Is it a single, very long document? Are there separate documents for each act and/or scene? I am trying to get a sense of how many files would be involved.
  2. Which authoring tool do you use?

Hello,
Thank you for the reply. It is a single, large document. basically I write using markdown for general notes, and fountain for scripts and screenplays. I’d love to run a single command and have all of my written material ready for the web. Right now I use VSCode and the Better Fountain extension Better Fountain - Visual Studio Marketplace. Which has the ability to export as HTML. I was just wanting to to see if anyone had any thoughts about integrating this into Hugo so that it wouldn’t require an outside tool. It is very nice to be able to compile and deploy all through ssh.

I know zero about authoring screenplays, but I installed the Better Fountain extension this morning and it seems feature-rich. The exports to HTML and PDF are impressive. And with 14k installs, this probably won’t turn into abandonware.

With this and so many other available authoring tools (Final Draft, Fade In, etc.), I wouldn’t spend any time trying to reinvent this particular wheel.

If you wanted to include the exported HTML in a Hugo site, stuff it in the static directory and link to it as needed.