Replies: 1 comment
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a Git repository in your case? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a subfolder Publications, containing multiple sub-folders (reports x,y,z) and in each of these I have chapter documents that I want to list in a sidebar (all starting with digits), an index.qmd, and a full_report.qmd which stitches together all the chapters. Having them all listed is trivial. Having Quarto exclude full_report.qmd from the sidebar listing seems tricky. The following glob pattern would include files directly in the first folder (Publications) but not in any subfolders of that? How could I set up an arbitrary folder depth where only certain files are listed? P.S. I am aware that underscore filenames would be excluded, but then they would also not be rendered.
Beta Was this translation helpful? Give feedback.
All reactions