list-of-X support
@davidg-sil is already working on this.
Since May 29, 2026.
- Dominant language
- Python
- Stars
- 33
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
I think there may (eventually or next week, given this query) be a demand for some kind of generic list-of-X handling code, where X might be figures, tables, articles in sidebars, maps, etc. I'm not aware of us having anything that does that (though the information is available for figures).
Perhaps some kind of markup like these:
\zlistentry|type="maps" title="Abraham's journey to Canaan"\*
\zlistentry|type="tables" title="Patriarchal ages"\*
\zlistentry|type="sections" title="The Birth of Jesus" book="LUK"\*
Where\zlistentry might write the title, pageno entries to a generic or book-specific file. e.g. list-maps-BOOK.lst
And then maybe:
\zincludelist|type="sections" book="LUK"\*
Which would open the file and put it into an appropriately categorised table.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.