ntno
ntno
hi @pl-misuw and @patryk-kozak, i see that you are listed as members of [Qarik Group](https://github.com/Qarik-Group). do you know who the maintainers of this repository are? do you know if they...
:)!!!! thank you @lemontheme! i appreciate the feedback. how are things going so far? still using mkdocs-terminal? any issues/ideas for new features? i have a new job so i have...
https://github.com/squidfunk/mkdocs-material/blob/ea9446e6cb181880eceef8e10fc8e75b76a703b7/material/partials/header.html#L36-L52 ``` {% if config.theme.palette %} {% if not config.theme.palette is mapping %} {% for option in config.theme.palette %} {% set scheme = option.scheme | d("default", true) %} {% set...
consider: dropdown of many options or just 2 options (toggle)
@ns-rse good idea @mattzcarey thanks for the feedback; knowing which features people are interested in is helpful
some references for later: tutorial: https://whitep4nth3r.com/blog/best-light-dark-mode-theme-toggle-javascript/ mkdocs-material implementation: - style block: https://github.com/squidfunk/mkdocs-material/blob/master/material/templates/base.html#L46-L53 - script: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/javascripts/palette.html - toggle form: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/palette.html - not sure: https://github.com/squidfunk/mkdocs-material/blob/master//src/templates/partials/header.html#L75-L85
@ns-rse + @mattzcarey p.s. let me know if you are interested in making a contribution!
https://www.sitepoint.com/accessible-footnotes-css/
try out extension options: https://python-markdown.github.io/extensions/footnotes/#usage