Open MRdep opened 1 year ago
mkdocs.yml file updated to incorporate additional features, which seem to improve searching. Now the search function identifies words in different sections and once clicked will navigate to the correct section within a page. It does not yet navigate to exactly where the word is mentioned, I think because the search function really just highlights areas of the page.
Further testing is needed to identify greek parameters such as chi. Could greek be added to the language in yml?
Further testing is needed to identify greek parameters such as chi. Could greek be added to the language in yml?
@MRdep We have to wait for the search function to be rewritten by the author of mkdocs-material for this to be possible (or sponsor the project and somehow rewrite the tokenizer), see https://github.com/squidfunk/mkdocs-material/discussions/6250
need to look into extensions of the basic search function (https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/), and improved search tools (https://squidfunk.github.io/mkdocs-material/blog/2021/09/13/search-better-faster-smaller/).