feasgal

Results 11 comments of feasgal

I made collapsed admonishments (`` elements) open if they contain search results, but I gave up and used jQuery to do it (I know, heresy). TL;DR: 1. Include jQuery by...

I've had `navigation.instant` disabled for the last year due to the same issue. I tried the fix you linked yesterday. It seemed to solve the issue. 1. Enabled `navigation.instant` and...

Yes, even just the above would help a lot. Code blocks are definitely also a dramatic example in our specific use case...when they happen, which is nowhere near as frequently...

Yes, I need this too! Passing especially the `docExpansion` parameter would be a significant improvement. For example, it could look like this in `mkdocs.yml`: ``` plugins: render_swagger: docExpansion: none ```

This would be really useful for us at the section/heading level. For one example, our FAQ has many entries on each FAQ category's page. I'm writing an entry about disabling...

That sneak peak looks pretty cool. Are you considering being able to tag a heading/section for search? Something like this, maybe? `### How do I disable my account? { keyword="delete";"GDPR"...

Similar... but I believe you're talking there about keywords at the page level. I'm talking about per heading within a page. Similar to how you can [exclude sections](https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#excluding-sections) from search...

> All search results are tied to headings, as documents are disassembled into sections. ***If you boost a custom field, e.g. keyword, and add this field on a document level...

@squidfunk, would this same fix address the anchor validation false positives I'm getting on links to a [code selection](https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-selection-button)? I was about to raise an issue over on your github,...