New extension for listings of cross-references #5745
tobydriscoll
started this conversation in
Show and Tell
Replies: 2 comments
-
You might want to add your extension to Quarto website, see https://quarto.org/docs/extensions/. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This looks good, thanks for sharing! We have ticket #2138 for precisely this issue in quarto, it's great to see that it's doable as an extension. |
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
In a book with lots of examples, definitions, etc. scattered across many chapters, it can be handy for the reader to have a single list or table of all such items. I've written an extension to help automate this process.
It's pretty clunky. I'm new to Lua and Pandoc coding, and Pandoc isn't natively set up to work across multiple files. Someone who really knows Quatro could have done it faster and better, I'm sure. But it works, and I know students really appreciated a one-stop summary of examples this past semester.
To get started, use
quarto add tobydriscoll/crossref-listings
in your project directory. The extension directory has an explanation that is also a demo.Beta Was this translation helpful? Give feedback.
All reactions