Glossary and tooltips #805
Replies: 3 comments 1 reply
-
I think you will want to write a Lua filter that runs before the quarto filters and either encloses definitions in |
Beta Was this translation helpful? Give feedback.
-
I've come up with the following solution:
Note the filter could not be implemented as shortcode, as shortcodes cannot access full nested metadata (only flattened variant), so it's a normal Pandoc lua filter. |
Beta Was this translation helpful? Give feedback.
-
Closing in favour of #1697 (for the tooltip part, better to comment on the issue to centralise request on the same feature) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Creating a book with quarto I'd like to add a glossary of acronyms and have terms from the glossary exlained by tooltips or margin notes. Any idea how to best do this? Some ideas:
{{< acronym XYZ >}}
`XYZ`{.acronym}
and convert with a filteror
But how/where to implement the tooltips for HTML output? What do you think?
Beta Was this translation helpful? Give feedback.
All reactions