blueswen / mkdocs-glightbox

A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
https://blueswen.github.io/mkdocs-glightbox/
MIT License
115 stars 14 forks source link

Enable glightbox don't have search #24

Closed hautph closed 11 months ago

hautph commented 11 months ago

Hi,

When I active glightbox, don't have a search, please help me how to fix

Thanks.

blueswen commented 11 months ago

Hi @hautph ,

The search plugin is the default plugin, so you have to add it back when using other plugins. See more discussion on https://github.com/blueswen/mkdocs-glightbox/issues/18.

plugins:
  - search
  - glightbox
hautph commented 11 months ago

It's running now, thanks.