Replies: 3 comments 2 replies
-
Now reading the docs of preview, but I'm not sure it's what I'm after. 🤔 |
Beta Was this translation helpful? Give feedback.
-
I've run into similar issues with websites (#3661) and the solution there is to use preview, since that can detect changed files and only render them, but I don't know how/if that works with (1) books and (2) multilanguage things like babelquarto :( |
Beta Was this translation helpful? Give feedback.
-
Is this for interactive writing? If you just Cmd + K to knit the current doc, it will only re-build the chapters that have changed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When rendering a Quarto book, is there a way to update only the HTML files of the chapters whose source changed, even if that might lead to some outdated content elsewhere (cross-references, table of contents)? A quick partial render?
I first thought I was looking for caching/freezing but that might not be the case. I'm dealing with a book that is nearly only text. I'm rendering three versions of it (languages) then linking them through babelquarto. The use case of quick partial renders would be a local preview (whereas the book would be fully rendered on CI).
Any pointer would be appreciated. 😸
Beta Was this translation helpful? Give feedback.
All reactions