realtimeprojects / mkdocs-ezglossary

Glossary support for mkdocs
MIT License
8 stars 1 forks source link

Option tooltips in mkdocs has no effect #5

Closed jonaprieto closed 3 months ago

jonaprieto commented 4 months ago

As the title says. I have the feeling the other options like list_references also do not work well.

realtimeprojects commented 4 months ago

This seems to work for fine for me, as you can see in the mkdocs ezglossary documentation itself, which is generated using the current version of mkdocs.

Screen Shot 2024-02-28 at 12 27 46

Are you sure you configured the tooltips correctly?

Example:

plugins:
    search
    ezglossary:
        - tooltip: full

See the tooltips documentation for further details.

In case you still think the tooltips are not working, can you provide an example so that I can have a look at it?

realtimeprojects commented 3 months ago

no response from author, closing for now. Please reopen with more details, if you think, there is still an issue.

realtimeprojects commented 2 months ago

sorry, my bad. There is an error in the documentation and even I stumpled over it, the correct name of the option is tooltip not tooltips