Re: glossary conundrum
Posted by
David Jencks on
Feb 06, 2020; 4:45pm
URL: https://discuss.asciidoctor.org/glossary-conundrum-tp7578p7581.html
I like this! IIUC, this solution will statically generate 3 versions of your glossary, and not need any runtime modification through css or javascript. My solution would generate 1 glossary page and (theoretically) allow multiple “runtime” views of it.
David Jencks
On Feb 6, 2020, at 8:26 AM, abelsromero [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
You could also have a look at a
https://asciidoctor.org/docs/user-manual/#include-partial.
You may need to enclose each term with as many tags as groups see it.
Another option is enclose each term with it's onwn unique tag, then have a doc for each group including only the ones you need. But with this approach you will end up with a very loooong include line.