From e43196ae41e7e1c3c45285fdda3b2de1c878965f Mon Sep 17 00:00:00 2001 From: nitai Date: Fri, 6 Mar 2026 15:31:09 -0300 Subject: [PATCH] Add mkdocs-zen-mode plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zen Mode toggle for MkDocs Material — distraction-free reading. Hides navigation, TOC, header, footer, and tabs with a single click or Alt+Z keyboard shortcut. State persists via localStorage. - PyPI: https://pypi.org/project/mkdocs-zen-mode/ - GitHub: https://github.com/nitaibezerra/mkdocs-zen-mode --- projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.yaml b/projects.yaml index 7c80310..fc4d7a8 100644 --- a/projects.yaml +++ b/projects.yaml @@ -963,6 +963,13 @@ projects: pypi_id: mkdocs-toggle-sidebar-plugin labels: [plugin] category: html-css +- name: zen-mode + mkdocs_plugin: zen-mode + description: Zen Mode toggle for distraction-free reading — hides navigation, TOC, header, footer with a single click or keyboard shortcut + github_id: nitaibezerra/mkdocs-zen-mode + pypi_id: mkdocs-zen-mode + labels: [plugin] + category: html-css - name: mkdocs-extra-sass-plugin mkdocs_plugin: extra-sass github_id: orzih/mkdocs-extra-sass-plugin