Replies: 3 comments 2 replies
-
Make multiple source documents, you will get multiple outputs. Also, could tou share a repository or something? Finally, did you look at https://forum.literatureandlatte.com/t/scrivener-quarto-a-technical-academic-publishing-workflow/129769? |
Beta Was this translation helpful? Give feedback.
-
By further investigation, it seems that Quarto can't break a source .md file into several .html files. Pagebreak commands are not recognized as commands to split the file into separate pages. This is a problem when the source .md file is generated by Scrivener, that can only generate a monolithic file when compiling a project. The only workaround I can imagine is to compile individual sections, and then let Quarto assemble a website or book from them. This would be a big task the first time. I guess it would be much easier with subsequent updates, when one has only to compile the modified/updated sections from Scrivener. The newly compiled .md files would replace the older ones, and put together with the ones that have not changed. It would obviously be great if Quarto could understand pagebreak commands as instructions to split the source document into separate .html pages. I'm even surprised it doesn't to it already. Paolo |
Beta Was this translation helpful? Give feedback.
-
Pandoc already does do this for EPUB files, and the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I'm trying to output a Scrivener project into a Quarto website. I've not been able, as of now, to make Quarto break the source .md file, generated by Scrivener, into separate .html files in a new web site.
What I did is this:
{{< pagebreak >}}
directive.The result is a single .html page from the original .md file, together with the standard pages generated by Quarto (about, index).
Is there a different way to force Quarto to break a source single file into multiple .html pages?
Paolo
Beta Was this translation helpful? Give feedback.
All reactions