Xin
Xin
I think #852 might actually be a bug, since the max width gets overridden by the mobile view behavior. As for the button idea, I’d like to give it some...
> After some console.log debugging, I see that the problem is related to the hardcoded 5 in these two places in flexsearch.js: > > ```js > const pageResults = window.pageIndex.search(query,...
maybe we could make the number of results configurable? here's a quick diff by Claude: ```diff diff --git a/assets/js/flexsearch.js b/assets/js/flexsearch.js index 33c107b..14e8596 100644 --- a/assets/js/flexsearch.js +++ b/assets/js/flexsearch.js @@ -318,7 +318,11...
Would it make sense to expose some parameters in the FlexSearch config to adjust its behavior?
> I used your suggestion to make parameters for maxPageResults and maxSectionResults. Are you talking about other parameters besides those two? > > Here's the relevant section from my hugo.yaml:...
can you provide any examples of the hover animations you were looking for?
Hi, thanks for reporting. Do you have the link to the site source or a minimal reproducible example?
> Caused by this [a97a179#diff-878d857f7dcdc7fd275c8ebd8d44c3894aee03519344b2cc1b55c079314a4bfeL10](https://github.com/imfing/hextra/commit/a97a1791cc518d9d78d7fc54deead77d65877895#diff-878d857f7dcdc7fd275c8ebd8d44c3894aee03519344b2cc1b55c079314a4bfeL10) > > The error is caused by a page that doesn't have a file, previously excluded because it didn't have `Content` either. > > It...
@Gr3q i'll revert the search-data line change for now as I saw another person ran into the same issue
> @Gr3q i'll revert the search-data line change for now as I saw another person ran into the same issue done, cut a new release that reverts the change in...