diff --git a/README.md b/README.md index b810204..3d265a9 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
Material for MkDocs - 🥇42 · ⭐ 25K · MIT · ·
Documentation that simply works.
+
Material for MkDocs - 🥇42 · ⭐ 26K · MIT · ·
Documentation that simply works.
-- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 330 · 🔀 3.8K · 📦 75K · 📋 2.6K - 0% open · ⏱️ 06.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-material) (📥 12M / month): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 330 · 🔀 3.9K · 📦 81K · 📋 2.7K - 0% open · ⏱️ 05.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-material) (📥 15M / month): ``` pip install mkdocs-material ``` @@ -97,8 +97,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories. -- [GitHub](https://github.com/chrissimpkins/cinder) (👨‍💻 23 · 🔀 98 · 📥 1K · 📦 690 · 📋 51 - 31% open · ⏱️ 05.01.2021) -- [PyPi](https://pypi.org/project/mkdocs-cinder) (📥 6.9K / month): +- [GitHub](https://github.com/chrissimpkins/cinder) (👨‍💻 23 · 🔀 98 · 📥 1K · 📦 700 · 📋 51 - 31% open · ⏱️ 05.01.2021) +- [PyPi](https://pypi.org/project/mkdocs-cinder) (📥 7.5K / month): ``` pip install mkdocs-cinder ``` @@ -107,13 +107,34 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: cinder ```
+
Terminal for MkDocs - 🥇20 · ⭐ 300 · MIT ·
monospace theme for MkDocs.
+ + + + + +- [GitHub](https://github.com/ntno/mkdocs-terminal) (👨‍💻 4 · 🔀 20 · 📦 150 · 📋 68 - 41% open · ⏱️ 31.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-terminal) (📥 5.4K / month): + ``` + pip install mkdocs-terminal + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): + ```yaml + theme: terminal + ``` + Extras: + ```yaml + plugins: + - md-to-html + ``` +
Bootswatch - 🥇20 · ⭐ 150 · 💤 · BSD-2 ·
MkDocs Bootswatch Themes.
-- [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (👨‍💻 10 · 🔀 57 · 📦 1.2K · 📋 33 - 9% open · ⏱️ 29.12.2023) +- [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (👨‍💻 10 · 🔀 58 · 📦 1.2K · 📋 33 - 9% open · ⏱️ 29.12.2023) - [PyPi](https://pypi.org/project/mkdocs-bootswatch) (📥 18K / month): ``` pip install mkdocs-bootswatch @@ -142,14 +163,14 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: yeti ```
-
Shadcn - 🥇19 · ⭐ 79 · MIT · ·
Documentation that also shines.
+
Shadcn - 🥇20 · ⭐ 140 · MIT · ·
Documentation that also shines.
-- [GitHub](https://github.com/asiffer/mkdocs-shadcn) (🔀 6 · 📥 110 · 📦 19 · 📋 19 - 10% open · ⏱️ 20.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-shadcn) (📥 2.6K / month): +- [GitHub](https://github.com/asiffer/mkdocs-shadcn) (👨‍💻 2 · 🔀 14 · 📥 130 · 📦 51 · 📋 26 - 11% open · ⏱️ 05.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-shadcn) (📥 56K / month): ``` pip install mkdocs-shadcn ``` @@ -164,50 +185,50 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - excalidraw ```
-
Terminal for MkDocs - 🥈17 · ⭐ 280 · MIT ·
monospace theme for MkDocs.
+
Zettelkasten - 🥇20 · ⭐ 23 · 📈 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
- - + + -- [GitHub](https://github.com/ntno/mkdocs-terminal) (👨‍💻 3 · 🔀 19 · 📦 140 · 📋 68 - 42% open · ⏱️ 18.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-terminal) (📥 2.9K / month): +- [GitHub](https://github.com/buvis/mkdocs-zettelkasten) (👨‍💻 4 · 🔀 3 · 📥 46 · 📦 6 · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-zettelkasten) (📥 4.1K / month): ``` - pip install mkdocs-terminal + pip install mkdocs-zettelkasten ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: terminal + theme: zettelkasten-solarized-light ``` Extras: ```yaml plugins: - - md-to-html + - zettelkasten ```
-
Dracula - 🥈17 · ⭐ 110 · MIT ·
Dark theme for Mkdocs.
+
Simple Blog - 🥈19 · ⭐ 120 · MIT ·
Blog Template for Mkdocs.
- - + + -- [GitHub](https://github.com/dracula/mkdocs) (👨‍💻 4 · 🔀 15 · 📦 150 · 📋 15 - 6% open · ⏱️ 04.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-dracula-theme) (📥 4.5K / month): +- [GitHub](https://github.com/FernandoCelmer/mkdocs-simple-blog) (👨‍💻 5 · 🔀 13 · 📦 96 · 📋 29 - 34% open · ⏱️ 20.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-simple-blog) (📥 1.4K / month): ``` - pip install mkdocs-dracula-theme + pip install mkdocs-simple-blog ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: dracula + theme: simple-blog ```
-
Bootstrap - 🥈17 · ⭐ 93 · 💤 · BSD-2 ·
MkDocs Bootstrap Theme.
+
Bootstrap - 🥈17 · ⭐ 95 · 💤 · BSD-2 ·
MkDocs Bootstrap Theme.
-- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (👨‍💻 6 · 🔀 34 · 📦 510 · 📋 16 - 6% open · ⏱️ 29.12.2023) +- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (👨‍💻 6 · 🔀 34 · 📦 520 · 📋 16 - 6% open · ⏱️ 29.12.2023) - [PyPi](https://pypi.org/project/mkdocs-bootstrap) (📥 15K / month): ``` pip install mkdocs-bootstrap @@ -217,14 +238,14 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: bootstrap ```
-
Windmill - 🥈16 · ⭐ 120 · 💤 · MIT ·
Outstanding mkdocs theme with a focus on navigation and usability.
+
Windmill - 🥈16 · ⭐ 130 · 💤 · MIT ·
Outstanding mkdocs theme with a focus on navigation and usability.
-- [GitHub](https://github.com/gristlabs/mkdocs-windmill) (👨‍💻 8 · 🔀 50 · 📦 350 · 📋 31 - 48% open · ⏱️ 11.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 5.1K / month): +- [GitHub](https://github.com/gristlabs/mkdocs-windmill) (👨‍💻 8 · 🔀 53 · 📦 360 · 📋 31 - 48% open · ⏱️ 11.03.2022) +- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 5.9K / month): ``` pip install mkdocs-windmill ``` @@ -233,51 +254,30 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: windmill ```
-
Simple Blog - 🥈16 · ⭐ 120 · MIT ·
Blog Template for Mkdocs.
+
Dracula - 🥈16 · ⭐ 120 · MIT ·
Dark theme for Mkdocs.
- - - - -- [GitHub](https://github.com/FernandoCelmer/mkdocs-simple-blog) (👨‍💻 3 · 🔀 13 · 📦 96 · 📋 26 - 30% open · ⏱️ 23.03.2025) -- [PyPi](https://pypi.org/project/mkdocs-simple-blog) (📥 1.1K / month): - ``` - pip install mkdocs-simple-blog - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): - ```yaml - theme: simple-blog - ``` -
-
Zettelkasten - 🥈14 · ⭐ 21 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
- - - + + -- [GitHub](https://github.com/buvis/mkdocs-zettelkasten) (👨‍💻 4 · 🔀 3 · 📥 30 · 📦 6 · 📋 33 - 57% open · ⏱️ 23.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-zettelkasten) (📥 230 / month): +- [GitHub](https://github.com/dracula/mkdocs) (👨‍💻 4 · 🔀 14 · 📦 150 · 📋 17 - 17% open · ⏱️ 04.08.2025) +- [PyPi](https://pypi.org/project/mkdocs-dracula-theme) (📥 6.3K / month): ``` - pip install mkdocs-zettelkasten + pip install mkdocs-dracula-theme ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: zettelkasten-solarized-light - ``` - Extras: - ```yaml - plugins: - - zettelkasten + theme: dracula ```
-
Lantana - 🥈13 · ⭐ 24 · MIT ·
Lantana MKDocsHTML.
+
Lantana - 🥈13 · ⭐ 25 · MIT ·
Lantana MKDocsHTML.
- [GitHub](https://github.com/wsoft-ws/lantana) (👨‍💻 6 · 🔀 1 · 📥 430 · 📦 8 · 📋 20 - 10% open · ⏱️ 03.07.2025) -- [PyPi](https://pypi.org/project/lantana) (📥 360 / month): +- [PyPi](https://pypi.org/project/lantana) (📥 370 / month): ``` pip install lantana ``` @@ -292,8 +292,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories. -- [GitHub](https://github.com/TEParsons/torillic) (👨‍💻 4 · 🔀 87 · 📥 7.9K · 📋 13 - 15% open · ⏱️ 21.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-torillic) (📥 110 / month): +- [GitHub](https://github.com/TEParsons/torillic) (👨‍💻 4 · 🔀 86 · 📥 7.9K · 📋 13 - 15% open · ⏱️ 21.04.2025) +- [PyPi](https://pypi.org/project/mkdocs-torillic) (📥 450 / month): ``` pip install mkdocs-torillic ``` @@ -302,62 +302,78 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: torillic ```
-
KPN for MkDocs - 🥈10 · ⭐ 9 · 💤 · MIT ·
KPN theme for MkDocs | owner=flow.
+
SWAN - 🥈11 · ⭐ 7 · ❗️AGPL-3.0 ·
SWAN MkDocs theme.
- - + + -- [GitHub](https://github.com/kpn/mkdocs-kpn-theme) (👨‍💻 3 · 📦 7 · ⏱️ 31.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-kpn) (📥 360 / month): +- [GitHub](https://github.com/swan-cern/mkdocs-swan) (👨‍💻 5 · 🔀 4 · 📦 12 · ⏱️ 23.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-swan) (📥 280 / month): ``` - pip install mkdocs-kpn + pip install mkdocs-swan ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: kpn + theme: swan ```
-
SWAN - 🥈10 · ⭐ 7 · 💤 · ❗️AGPL-3.0 ·
SWAN MkDocs theme.
+
mkdocs-curriculum-vitae - 🥈11 · ⭐ 7 · MIT ·
A simple MkDocs theme, designed to make your curriculum vitae (CV) with minimal configuration, and several themes.
- - + + -- [GitHub](https://github.com/swan-cern/mkdocs-swan) (👨‍💻 4 · 🔀 3 · 📦 11 · ⏱️ 23.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-swan) (📥 140 / month): +- [GitHub](https://github.com/Paul-Riviere/mkdocs-curriculum-vitae) (👨‍💻 3 · 🔀 1 · 📦 3 · 📋 47 - 23% open · ⏱️ 12.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-curriculum-vitae) (📥 97 / month): ``` - pip install mkdocs-swan + pip install mkdocs-curriculum-vitae ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: swan + theme: curriculum-vitae ```
-
mkdocs-curriculum-vitae - 🥈10 · ⭐ 5 · MIT ·
A simple MkDocs theme, designed to make your curriculum vitae (CV) with minimal configuration, and several themes.
+
KPN for MkDocs - 🥉10 · ⭐ 9 · 💤 · MIT ·
KPN theme for MkDocs | owner=flow.
- - + + -- [GitHub](https://github.com/Paul-Riviere/mkdocs-curriculum-vitae) (👨‍💻 3 · 🔀 1 · 📦 3 · 📋 40 - 25% open · ⏱️ 14.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-curriculum-vitae) (📥 40 / month): +- [GitHub](https://github.com/kpn/mkdocs-kpn-theme) (👨‍💻 8 · 📦 7 · ⏱️ 31.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-kpn) (📥 870 / month): ``` - pip install mkdocs-curriculum-vitae + pip install mkdocs-kpn ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: curriculum-vitae + theme: kpn + ``` +
+
Landing - 🥉9 · ⭐ 25 · 💤 · ❗️CC0-1.0 ·
An mkdocs theme geared towards making a personal landing page, with simpler navigation and heavily customisable style..
+ + + + + +- [GitHub](https://github.com/TEParsons/mkdocs-landing) (👨‍💻 4 · 🔀 1 · 📥 6 · 📦 8 · 📋 2 - 50% open · ⏱️ 16.02.2025) +- [PyPi](https://pypi.org/project/mkdocs-landing) (📥 590 / month): + ``` + pip install mkdocs-landing + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): + ```yaml + theme: landing ```
-
CustomMill - 🥉9 · ⭐ 16 · 💤 · ❗Unlicensed ·
Outstanding mkdocs theme with a focus on navigation, customization and usability.
+
CustomMill - 🥉9 · ⭐ 19 · 💤 · ❗Unlicensed ·
Outstanding mkdocs theme with a focus on navigation, customization and usability.
- [GitHub](https://github.com/Siphalor/mkdocs-custommill) (👨‍💻 8 · 🔀 7 · 📦 24 · ⏱️ 10.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-custommill) (📥 510 / month): +- [PyPi](https://pypi.org/project/mkdocs-custommill) (📥 390 / month): ``` pip install mkdocs-custommill ``` @@ -366,14 +382,14 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: custommill ```
-
Bootstrap 4 - 🥉9 · ⭐ 7 · MIT ·
A vanilla Bootstrap 4 theme for MkDocs.
+
Bootstrap 4 - 🥉9 · ⭐ 7 · 💤 · MIT ·
A vanilla Bootstrap 4 theme for MkDocs.
- [GitHub](https://github.com/LukeCarrier/mkdocs-theme-bootstrap4) (👨‍💻 3 · 📋 6 - 16% open · ⏱️ 23.11.2024) -- [PyPi](https://pypi.org/project/mkdocs-theme-bootstrap4) (📥 350 / month): +- [PyPi](https://pypi.org/project/mkdocs-theme-bootstrap4) (📥 570 / month): ``` pip install mkdocs-theme-bootstrap4 ``` @@ -388,52 +404,52 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - bootstrap4-tables ```
-
GitBook - 🥉8 · ⭐ 30 · 💤 · ❗Unlicensed ·
Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.
+
GitBook - 🥉8 · ⭐ 31 · 💤 · ❗Unlicensed ·
Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.
-- [PyPi](https://pypi.org/project/mkdocs-gitbook) (📥 12K / month): +- [PyPi](https://pypi.org/project/mkdocs-gitbook) (📥 15K / month): ``` pip install mkdocs-gitbook ``` -- [GitLab](https://gitlab.com/lramage/mkdocs-gitbook-theme) (🔀 14 · 📋 19 - 47% open · ⏱️ 17.12.2018) +- [GitLab](https://gitlab.com/lramage/mkdocs-gitbook-theme) (🔀 15 · 📋 19 - 47% open · ⏱️ 17.12.2018) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml theme: gitbook ```
-
Landing - 🥉8 · ⭐ 22 · ❗️CC0-1.0 ·
An mkdocs theme geared towards making a personal landing page, with simpler navigation and heavily customisable style..
+
Ivory - 🥉8 · ⭐ 10 · 💤 · MIT ·
Ivory theme for MkDocs.
- - + + -- [GitHub](https://github.com/TEParsons/mkdocs-landing) (👨‍💻 4 · 🔀 1 · 📥 4 · 📦 6 · 📋 2 - 50% open · ⏱️ 16.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-landing) (📥 78 / month): +- [GitHub](https://github.com/daizutabi/mkdocs-ivory) (👨‍💻 2 · 🔀 5 · 📋 6 - 50% open · ⏱️ 16.06.2020) +- [PyPi](https://pypi.org/project/mkdocs-ivory) (📥 1.9K / month): ``` - pip install mkdocs-landing + pip install mkdocs-ivory ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: landing + theme: ivory ```
-
Ivory - 🥉8 · ⭐ 10 · 💤 · MIT ·
Ivory theme for MkDocs.
+
GitHub - 🥉8 · ⭐ 6 · 💤 · MIT ·
Theme Mkdocs Like a Github. DEMO =.
- - + + -- [GitHub](https://github.com/daizutabi/mkdocs-ivory) (👨‍💻 2 · 🔀 5 · 📋 6 - 50% open · ⏱️ 16.06.2020) -- [PyPi](https://pypi.org/project/mkdocs-ivory) (📥 2.7K / month): +- [GitHub](https://github.com/g3xx/mkdocs-Github) (📦 13 · ⏱️ 25.02.2020) +- [PyPi](https://pypi.org/project/mkdocs-github) (📥 180 / month): ``` - pip install mkdocs-ivory + pip install mkdocs-github ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: ivory + theme: github ```
Nature - 🥉8 · ⭐ 5 · ❗Unlicensed ·
A MkDocs theme.
@@ -442,8 +458,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories. -- [GitHub](https://github.com/waylan/mkdocs-nature) (👨‍💻 3 · 🔀 1 · 📦 49 · ⏱️ 04.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-nature) (📥 900 / month): +- [GitHub](https://github.com/waylan/mkdocs-nature) (👨‍💻 3 · 🔀 1 · 📦 51 · ⏱️ 04.09.2025) +- [PyPi](https://pypi.org/project/mkdocs-nature) (📥 970 / month): ``` pip install mkdocs-nature ``` @@ -452,20 +468,26 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: nature ```
-
GitHub - 🥉8 · ⭐ 5 · 💤 · MIT ·
Theme Mkdocs Like a Github. DEMO =.
+
Risonia - 🥉8 · ⭐ 4 · ❗Unlicensed ·
A simple theme for MkDocs, using the w3.css framework and configurable color schemes.
- - + + -- [GitHub](https://github.com/g3xx/mkdocs-Github) (📦 13 · ⏱️ 25.02.2020) -- [PyPi](https://pypi.org/project/mkdocs-github) (📥 260 / month): +- [GitHub](https://github.com/unverbuggt/mkdocs-risonia-theme) (🔀 1 · 📦 4 · ⏱️ 31.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-risonia-theme) (📥 160 / month): ``` - pip install mkdocs-github + pip install mkdocs-risonia-theme ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: github + theme: risonia + ``` + Extras: + ```yaml + plugins: + - color-theme + - w3css-classes ```
Windmill Dark - 🥉7 · ⭐ 37 · 💤 · ❗Unlicensed ·
Outstanding mkdocs theme with a focus on navigation and usability.
@@ -475,7 +497,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - [GitHub](https://github.com/noraj/mkdocs-windmill-dark) (👨‍💻 4 · 🔀 11 · ⏱️ 12.05.2022) -- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (📥 440 / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (📥 850 / month): ``` pip install mkdocs-windmill-dark ``` @@ -491,7 +513,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - [GitHub](https://github.com/notpushkin/mkdocs-alabaster) (👨‍💻 10 · 🔀 10 · 📋 17 - 17% open · ⏱️ 16.06.2020) -- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 500 / month): +- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 790 / month): ``` pip install mkdocs-alabaster ``` @@ -500,30 +522,14 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: alabaster ```
-
BOOTSTRAP386 - 🥉7 · ⭐ 35 · 💤 · ❗Unlicensed ·
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
- - - - - -- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 1.1K / month): - ``` - pip install mkdocs-bootstrap386 - ``` -- [GitLab](https://gitlab.com/lramage/mkdocs-bootstrap386) (🔀 3 · 📋 7 - 57% open · ⏱️ 06.06.2018) -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): - ```yaml - theme: bootstrap386 - ``` -
Moonstone - 🥉7 · ⭐ 8 · 💤 · ❗Unlicensed ·
A documentation theme for mkdocs.
-- [GitHub](https://github.com/byrnereese/mkdocs-moonstone) (🔀 1 · 📦 14 · ⏱️ 15.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-moonstone) (📥 1K / month): +- [GitHub](https://github.com/byrnereese/mkdocs-moonstone) (🔀 1 · 📦 17 · ⏱️ 15.06.2021) +- [PyPi](https://pypi.org/project/mkdocs-moonstone) (📥 520 / month): ``` pip install mkdocs-moonstone ``` @@ -532,36 +538,30 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: moonstone ```
-
Risonia - 🥉7 · ⭐ 4 · 💤 · ❗Unlicensed ·
A simple theme for MkDocs, using the w3.css framework and configurable color schemes.
+
BOOTSTRAP386 - 🥉6 · ⭐ 36 · 💤 · ❗Unlicensed ·
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
- - + + -- [GitHub](https://github.com/unverbuggt/mkdocs-risonia-theme) (🔀 2 · 📦 4 · ⏱️ 01.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-risonia-theme) (📥 41 / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 400 / month): ``` - pip install mkdocs-risonia-theme + pip install mkdocs-bootstrap386 ``` +- [GitLab](https://gitlab.com/lramage/mkdocs-bootstrap386) (🔀 3 · 📋 7 - 57% open · ⏱️ 06.06.2018) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: risonia - ``` - Extras: - ```yaml - plugins: - - color-theme - - w3css-classes + theme: bootstrap386 ```
-
mkdocs-theme-topdf - 🥉6 · ⭐ 13 · MPL-2.0 ·
A mkdocs theme for create PDF and printing with paged.js.
+
mkdocs-theme-topdf - 🥉6 · ⭐ 14 · MPL-2.0 ·
A mkdocs theme for create PDF and printing with paged.js.
- [GitHub](https://github.com/kuri65536/mkdocs-theme-topdf) (🔀 1 · 📦 4 · ⏱️ 22.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-theme-topdf) (📥 55 / month): +- [PyPi](https://pypi.org/project/mkdocs-theme-topdf) (📥 70 / month): ``` pip install mkdocs-theme-topdf ``` @@ -570,29 +570,29 @@ This list contains 300 awesome open-source projects grouped into 17 categories. theme: topdf ```
-
docSkimmer - 🥉5 · ⭐ 19 · 💤 · ❗Unlicensed ·
An accessible, skimmable theme for MkDocs.
+
mkdocs-rtl - 🥉4 · ⭐ 25 · 💤 · MIT
mkdocs rtl theme based on mkdocs-material.
+ +- [GitHub](https://github.com/mberneti/mkdocs-rtl) (👨‍💻 2 · 🔀 4 · 📋 2 - 50% open · ⏱️ 22.10.2017) +
+
docSkimmer - 🥉4 · ⭐ 20 · ❗Unlicensed ·
An accessible, skimmable theme for MkDocs.
-- [GitHub](https://github.com/hfagerlund/mkdocs-docskimmer) (⏱️ 05.11.2023) +- [GitHub](https://github.com/hfagerlund/mkdocs-docskimmer) (⏱️ 17.12.2025) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml theme: docskimmer ```
-
mkdocs-rtl - 🥉4 · ⭐ 25 · 💤 · MIT
mkdocs rtl theme based on mkdocs-material.
- -- [GitHub](https://github.com/mberneti/mkdocs-rtl) (👨‍💻 2 · 🔀 4 · 📋 2 - 50% open · ⏱️ 22.10.2017) -
Cluster - 🥉3 · ⭐ 6 · 💤 · ❗Unlicensed ·
Another bootstrap theme for MkDocs.
-- [PyPi](https://pypi.org/project/mkdocs-cluster) (📥 570 / month): +- [PyPi](https://pypi.org/project/mkdocs-cluster) (📥 440 / month): ``` pip install mkdocs-cluster ``` @@ -608,10 +608,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
mkdocstrings - 🥇33 · ⭐ 2K · ISC ·
Automatic documentation from sources, for MkDocs.
+
mkdocstrings - 🥇34 · ⭐ 2.1K · ISC ·
Automatic documentation from sources, for MkDocs.
-- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 53 · 🔀 120 · 📦 21K · 📋 460 - 12% open · ⏱️ 09.10.2025) -- [PyPi](https://pypi.org/project/mkdocstrings) (📥 4.9M / month): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 54 · 🔀 120 · 📦 24K · 📋 470 - 1% open · ⏱️ 10.02.2026) +- [PyPi](https://pypi.org/project/mkdocstrings) (📥 6.9M / month): ``` pip install mkdocstrings ``` @@ -621,31 +621,31 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocstrings ```
-
mkdocstrings-python - 🥇25 · ⭐ 260 · ISC
A Python handler for mkdocstrings.
+
mkdocstrings-python - 🥇24 · ⭐ 270 · ISC
A Python handler for mkdocstrings.
-- [GitHub](https://github.com/mkdocstrings/python) (👨‍💻 28 · 🔀 49 · 📋 200 - 18% open · ⏱️ 09.10.2025) +- [GitHub](https://github.com/mkdocstrings/python) (👨‍💻 29 · 🔀 52 · 📋 210 - 4% open · ⏱️ 20.02.2026) - [PyPi](https://pypi.org/project/mkdocstrings-python) (📥 10M / month): ``` pip install mkdocstrings-python ```
-
MkApi - 🥇22 · ⭐ 120 · MIT ·
MkDocs plugin for automatic API documentation generation from Python docstrings.
+
mkdocs-click - 🥇23 · ⭐ 150 · Apache-2 ·
An MkDocs extension to generate documentation for Click command line applications.
-- [GitHub](https://github.com/daizutabi/mkapi) (👨‍💻 6 · 🔀 18 · 📦 230 · 📋 150 - 2% open · ⏱️ 11.10.2025) -- [PyPi](https://pypi.org/project/mkapi) (📥 10K / month): +- [GitHub](https://github.com/mkdocs/mkdocs-click) (👨‍💻 16 · 🔀 21 · 📦 1.1K · 📋 35 - 54% open · ⏱️ 18.06.2025) +- [PyPi](https://pypi.org/project/mkdocs-click) (📥 1.2M / month): ``` - pip install mkapi + pip install mkdocs-click ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - mkapi + markdown_extensions: + - mkdocs-click ```
-
MkDocsOAD - 🥈21 · ⭐ 160 · 📉 · MIT · ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
+
MkDocsOAD - 🥈21 · ⭐ 170 · MIT · ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
-- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (👨‍💻 12 · 🔀 11 · 📥 15K · 📦 450 · 📋 44 - 43% open · ⏱️ 02.08.2025) -- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 140K / month): +- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (👨‍💻 13 · 🔀 12 · 📥 19K · 📦 480 · 📋 46 - 45% open · ⏱️ 23.11.2025) +- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 160K / month): ``` pip install neoteroi-mkdocs ``` @@ -661,36 +661,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - neoteroi.spantable ```
-
mkdocs-click - 🥈21 · ⭐ 140 · Apache-2 ·
An MkDocs extension to generate documentation for Click command line applications.
+
mkdoxy - 🥈20 · ⭐ 120 · MIT ·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
-- [GitHub](https://github.com/mkdocs/mkdocs-click) (👨‍💻 16 · 🔀 20 · 📦 970 · 📋 35 - 54% open · ⏱️ 18.06.2025) -- [PyPi](https://pypi.org/project/mkdocs-click) (📥 850K / month): +- [GitHub](https://github.com/JakubAndrysek/MkDoxy) (👨‍💻 18 · 🔀 34 · 📦 58 · 📋 71 - 29% open · ⏱️ 29.08.2025) +- [PyPi](https://pypi.org/project/mkdoxy) (📥 59K / month): ``` - pip install mkdocs-click + pip install mkdoxy ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: - - mkdocs-click + plugins: + - mkdoxy ```
-
mkdoxy - 🥈21 · ⭐ 110 · 📉 · MIT ·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
+
MkApi - 🥈20 · ⭐ 120 · MIT ·
MkDocs plugin for automatic API documentation generation from Python docstrings.
-- [GitHub](https://github.com/JakubAndrysek/MkDoxy) (👨‍💻 18 · 🔀 28 · 📦 50 · 📋 69 - 27% open · ⏱️ 29.08.2025) -- [PyPi](https://pypi.org/project/mkdoxy) (📥 23K / month): +- [GitHub](https://github.com/daizutabi/mkapi) (👨‍💻 6 · 🔀 17 · 📦 260 · 📋 150 - 2% open · ⏱️ 05.02.2026) +- [PyPi](https://pypi.org/project/mkapi) (📥 12K / month): ``` - pip install mkdoxy + pip install mkapi ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdoxy + - mkapi ```
-
mkdocs-api-autonav - 🥈17 · ⭐ 30 · BSD-3 ·
MkDocs plugin for autogenerating API docs with navigation.
+
mkdocs-api-autonav - 🥈15 · ⭐ 41 · BSD-3 ·
MkDocs plugin for autogenerating API docs with navigation.
-- [GitHub](https://github.com/tlambert03/mkdocs-api-autonav) (👨‍💻 2 · 🔀 1 · 📥 53 · 📦 100 · 📋 16 - 25% open · ⏱️ 25.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-api-autonav) (📥 62K / month): +- [GitHub](https://github.com/tlambert03/mkdocs-api-autonav) (👨‍💻 2 · 🔀 2 · 📥 59 · 📦 180 · 📋 16 - 18% open · ⏱️ 09.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-api-autonav) (📥 110K / month): ``` pip install mkdocs-api-autonav ``` @@ -702,16 +702,16 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocstrings-crystal - 🥈15 · ⭐ 31 · MIT
Crystal language doc generator for https://github.com/mkdocstrings/mkdocstrings.
-- [GitHub](https://github.com/mkdocstrings/crystal) (👨‍💻 3 · 🔀 3 · 📋 7 - 57% open · ⏱️ 05.11.2025) -- [PyPi](https://pypi.org/project/mkdocstrings-crystal) (📥 20K / month): +- [GitHub](https://github.com/mkdocstrings/crystal) (👨‍💻 3 · 🔀 3 · 📋 8 - 50% open · ⏱️ 08.11.2025) +- [PyPi](https://pypi.org/project/mkdocstrings-crystal) (📥 21K / month): ``` pip install mkdocstrings-crystal ```
-
mkdocs-autoapi - 🥈15 · ⭐ 18 · MIT ·
MkDocs plugin providing automatic API reference generation.
+
mkdocs-autoapi - 🥈15 · ⭐ 21 · MIT ·
MkDocs plugin providing automatic API reference generation.
-- [GitHub](https://github.com/jcayers20/mkdocs-autoapi) (📥 8 · 📦 89 · 📋 36 - 19% open · ⏱️ 02.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-autoapi) (📥 24K / month): +- [GitHub](https://github.com/jcayers20/mkdocs-autoapi) (👨‍💻 2 · 🔀 1 · 📥 8 · 📦 110 · 📋 37 - 21% open · ⏱️ 29.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-autoapi) (📥 31K / month): ``` pip install mkdocs-autoapi ``` @@ -721,10 +721,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-autoapi ```
-
mkdocs-typer2 - 🥈14 · ⭐ 14 · Apache-2 ·
Mkdocs Plugin For Typer CLI Docs.
+
mkdocs-typer2 - 🥈15 · ⭐ 18 · Apache-2 ·
Mkdocs Plugin For Typer CLIs.
-- [GitHub](https://github.com/syn54x/mkdocs-typer2) (🔀 1 · 📦 11 · ⏱️ 02.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-typer2) (📥 6.1K / month): +- [GitHub](https://github.com/syn54x/mkdocs-typer2) (🔀 1 · 📦 26 · ⏱️ 15.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-typer2) (📥 12K / month): ``` pip install mkdocs-typer2 ``` @@ -736,8 +736,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-typer - 🥈13 · ⭐ 32 · 💤 · Apache-2 ·
An MkDocs extension to generate documentation for Typer command line applications.
-- [GitHub](https://github.com/bruce-szalwinski/mkdocs-typer) (🔀 3 · 📋 9 - 66% open · ⏱️ 21.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-typer) (📥 20K / month): +- [GitHub](https://github.com/bruce-szalwinski/mkdocs-typer) (🔀 3 · 📋 10 - 70% open · ⏱️ 21.06.2023) +- [PyPi](https://pypi.org/project/mkdocs-typer) (📥 24K / month): ``` pip install mkdocs-typer ``` @@ -747,10 +747,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-typer ```
-
mkdocstrings-matlab - 🥈13 · ⭐ 10 · ISC
A MATLAB handler for mkdocstrings, automatic documentation from sources.
+
mkdocstrings-matlab - 🥈13 · ⭐ 11 · ISC
A MATLAB handler for mkdocstrings, automatic documentation from sources.
-- [GitHub](https://github.com/watermarkhu/mkdocstrings-matlab) (👨‍💻 5 · 🔀 1 · 📦 2 · 📋 6 - 33% open · ⏱️ 05.11.2025) -- [PyPi](https://pypi.org/project/mkdocstrings-matlab) (📥 730 / month): +- [GitHub](https://github.com/watermarkhu/mkdocstrings-matlab) (👨‍💻 5 · 🔀 1 · 📥 11 · 📦 2 · 📋 7 - 42% open · ⏱️ 28.02.2026) +- [PyPi](https://pypi.org/project/mkdocstrings-matlab) (📥 2K / month): ``` pip install mkdocstrings-matlab ``` @@ -758,7 +758,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
MkAutoDoc - 🥉12 · ⭐ 230 · 💤 · ❗️BSD ·
Auto documentation for MkDocs.
- [GitHub](https://github.com/lovelydinosaur/mkautodoc) (👨‍💻 7 · 🔀 18 · 📋 18 - 38% open · ⏱️ 26.09.2022) -- [PyPi](https://pypi.org/project/mkautodoc) (📥 13K / month): +- [PyPi](https://pypi.org/project/mkautodoc) (📥 15K / month): ``` pip install mkautodoc ``` @@ -768,18 +768,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkautodoc ```
-
mkdocstrings-vba - 🥉11 · ⭐ 4 · ISC
VBA handler for mkdocstrings.
- -- [GitHub](https://github.com/mkdocstrings/vba) (👨‍💻 3 · 🔀 1 · 📦 3 · 📋 9 - 22% open · ⏱️ 01.09.2025) -- [PyPi](https://pypi.org/project/mkdocstrings-vba) (📥 260 / month): - ``` - pip install mkdocstrings-vba - ``` -
mktheapidocs - 🥉10 · ⭐ 12 · 💤 · MIT ·
Numpydocs - mkdocs friendly markdown.
- [GitHub](https://github.com/greenape/mktheapidocs) (👨‍💻 6 · 🔀 3 · 📋 16 - 62% open · ⏱️ 10.06.2022) -- [PyPi](https://pypi.org/project/mktheapidocs) (📥 430 / month): +- [PyPi](https://pypi.org/project/mktheapidocs) (📥 530 / month): ``` pip install mktheapidocs ``` @@ -791,12 +783,28 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocstrings-shell - 🥉10 · ⭐ 5 · ISC
A shell scripts/libraries handler for mkdocstrings.
-- [GitHub](https://github.com/mkdocstrings/shell) (📦 61 · 📋 5 - 20% open · ⏱️ 19.09.2025) +- [GitHub](https://github.com/mkdocstrings/shell) (📦 62 · 📋 5 - 20% open · ⏱️ 19.09.2025)
-
mkdocs-material-adr - 🥉8 · ⭐ 14 · Apache-2 ·
ADR for MkDocss Material Theme.
+
mkdocstrings-vba - 🥉10 · ⭐ 4 · ISC
VBA handler for mkdocstrings.
+ +- [GitHub](https://github.com/mkdocstrings/vba) (👨‍💻 3 · 🔀 1 · 📦 3 · 📋 9 - 22% open · ⏱️ 01.09.2025) +- [PyPi](https://pypi.org/project/mkdocstrings-vba) (📥 330 / month): + ``` + pip install mkdocstrings-vba + ``` +
+
automacdoc - 🥉8 · ⭐ 44 · 💤 · MIT
Automatic generation of documentation for mkdocs.
+ +- [GitHub](https://github.com/AlexandreKempf/automacdoc) (👨‍💻 6 · 🔀 10 · 📋 5 - 80% open · ⏱️ 29.12.2020) +- [PyPi](https://pypi.org/project/automacdoc) (📥 460 / month): + ``` + pip install automacdoc + ``` +
+
mkdocs-material-adr - 🥉8 · ⭐ 17 · Apache-2 ·
ADR for MkDocss Material Theme.
- [GitHub](https://github.com/Kl0ven/mkdocs-material-adr) (👨‍💻 2 · 🔀 2 · 📦 9 · 📋 4 - 50% open · ⏱️ 03.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-material-adr) (📥 2.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-material-adr) (📥 2.5K / month): ``` pip install mkdocs-material-adr ``` @@ -808,8 +816,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-azure-pipelines - 🥉8 · ⭐ 11 · MIT ·
Generate mkdocs documentation from Azure Pipelines yaml files.
-- [GitHub](https://github.com/Wesztman/mkdocs-azure-pipelines) (👨‍💻 3 · 🔀 1 · 📦 2 · 📋 2 - 50% open · ⏱️ 14.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-azure-pipelines) (📥 30 / month): +- [GitHub](https://github.com/Wesztman/mkdocs-azure-pipelines) (👨‍💻 3 · 🔀 1 · 📦 2 · 📋 2 - 50% open · ⏱️ 25.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-azure-pipelines) (📥 31 / month): ``` pip install mkdocs-azure-pipelines ``` @@ -819,18 +827,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-azure-pipelines ```
-
automacdoc - 🥉7 · ⭐ 44 · 💤 · MIT
Automatic generation of documentation for mkdocs.
+
mkdocs-pipeline-visualizer - 🥉7 · ⭐ 2 · BSD-2 ·
Generates MD documentation from tekton pipelines and tasks.
-- [GitHub](https://github.com/AlexandreKempf/automacdoc) (👨‍💻 6 · 🔀 10 · 📋 5 - 80% open · ⏱️ 29.12.2020) -- [PyPi](https://pypi.org/project/automacdoc) (📥 62 / month): - ``` - pip install automacdoc - ``` -
-
mkdocs-pipeline-visualizer - 🥉7 · ⭐ 1 · BSD-2 ·
Generates MD documentation from tekton pipelines and tasks.
- -- [GitHub](https://github.com/obegron/mkdocs-pipeline-visualizer) (👨‍💻 3 · 📦 3 · ⏱️ 17.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-pipeline-visualizer) (📥 64 / month): +- [GitHub](https://github.com/obegron/mkdocs-pipeline-visualizer) (👨‍💻 3 · 📦 3 · ⏱️ 02.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-pipeline-visualizer) (📥 140 / month): ``` pip install mkdocs-pipeline-visualizer ``` @@ -843,7 +843,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-typedoc - 🥉6 · ⭐ 9 · 💤 · MIT ·
The MkDocs-Typedoc Plugin is a MkDocs plugin that allows you to include TypeDoc documentation in your MkDocs site.
- [GitHub](https://github.com/JakubAndrysek/mkdocs-typedoc) (👨‍💻 2 · 🔀 1 · 📋 3 - 33% open · ⏱️ 03.05.2024) -- [PyPi](https://pypi.org/project/mkdocs-typedoc) (📥 720 / month): +- [PyPi](https://pypi.org/project/mkdocs-typedoc) (📥 540 / month): ``` pip install mkdocs-typedoc ``` @@ -856,7 +856,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
inari - 🥉6 · ⭐ 5 · 💤 · MIT ·
Write docstrings in markdown!.
- [GitHub](https://github.com/tkamenoko/inari) (📦 8 · 📋 2 - 50% open · ⏱️ 10.07.2021) -- [PyPi](https://pypi.org/project/inari) (📥 120 / month): +- [PyPi](https://pypi.org/project/inari) (📥 150 / month): ``` pip install inari ``` @@ -866,32 +866,32 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - inari ```
-
doxygen - 🥉5 · ⭐ 18 · 💤 · MIT ·
A Doxygen plugin for MkDocs.
+
mkdocs-apidescribed-plugin - 🥉6 · ⭐ 1 · BSD-3 ·
mkdocs plugin to generate API documentation for Python programs.
-- [GitHub](https://github.com/pieterdavid/mkdocs-doxygen-plugin) (👨‍💻 3 · 🔀 5 · ⏱️ 04.12.2020) +- [GitHub](https://github.com/idlesign/mkdocs-apidescribed-plugin) (⏱️ 24.05.2025) +- [PyPi](https://pypi.org/project/mkdocs-apidescribed-plugin) (📥 260 / month): + ``` + pip install mkdocs-apidescribed-plugin + ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - doxygen + - apidescribed ```
-
mkdocs-apidescribed-plugin - 🥉5 · ⭐ 1 · 🐣 · BSD-3 ·
mkdocs plugin to generate API documentation for Python programs.
+
doxygen - 🥉5 · ⭐ 18 · 💤 · MIT ·
A Doxygen plugin for MkDocs.
-- [GitHub](https://github.com/idlesign/mkdocs-apidescribed-plugin) (⏱️ 24.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-apidescribed-plugin) (📥 30 / month): - ``` - pip install mkdocs-apidescribed-plugin - ``` +- [GitHub](https://github.com/pieterdavid/mkdocs-doxygen-plugin) (👨‍💻 3 · 🔀 5 · ⏱️ 04.12.2020) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - apidescribed + - doxygen ```
mkdocs-yaarg-plugin - 🥉2 · ⭐ 2 · 💤 · ❗Unlicensed ·
Yet Another API Reference Generator plugin for MKDocs.
- [GitHub](https://github.com/g6123/mkdocs-yaarg-plugin) (📦 2 · ⏱️ 14.03.2021) -- [PyPi](https://pypi.org/project/mkdocs-yaarg-plugin) (📥 37 / month): +- [PyPi](https://pypi.org/project/mkdocs-yaarg-plugin) (📥 65 / month): ``` pip install mkdocs-yaarg-plugin ``` @@ -903,7 +903,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
ansible-document - 🥉2 · ❗Unlicensed
Auto-generate ansible role documentation.
-- [PyPi](https://pypi.org/project/ansible-mkdocs) (📥 58 / month): +- [PyPi](https://pypi.org/project/ansible-mkdocs) (📥 60 / month): ``` pip install ansible-mkdocs ``` @@ -914,10 +914,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
rss - 🥇25 · ⭐ 120 · MIT ·
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
+
rss - 🥇21 · ⭐ 130 · MIT ·
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
-- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨‍💻 20 · 🔀 29 · 📥 350 · 📦 1.3K · 📋 59 - 25% open · ⏱️ 03.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 160K / month): +- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨‍💻 20 · 🔀 29 · 📥 410 · 📋 61 - 22% open · ⏱️ 02.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 150K / month): ``` pip install mkdocs-rss-plugin ``` @@ -927,10 +927,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - rss ```
-
mkdocs-blogging-plugin - 🥈19 · ⭐ 92 · 💤 · MIT ·
Add blogging feature to your MkDocs site.
+
mkdocs-blogging-plugin - 🥈19 · ⭐ 91 · 💤 · MIT ·
Add blogging feature to your MkDocs site.
-- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨‍💻 7 · 🔀 16 · 📥 22 · 📦 320 · 📋 41 - 12% open · ⏱️ 21.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (📥 11K / month): +- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨‍💻 7 · 🔀 15 · 📥 22 · 📦 320 · 📋 41 - 12% open · ⏱️ 21.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (📥 12K / month): ``` pip install mkdocs-blogging-plugin ``` @@ -940,10 +940,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - blogging ```
-
Publisher for MkDocs - blog - 🥈17 · ⭐ 120 · MIT ·
Blogging engine with support for categories, tags and archive.
+
Publisher for MkDocs - blog - 🥈16 · ⭐ 130 · MIT ·
Blogging engine with support for categories, tags and archive.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -953,36 +953,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-blog ```
-
newsletter - 🥉11 · ⭐ 34 · 💤 · ❗️GPL-3.0 ·
Automatically create newsletters from the changes in a mkdocs repository.
+
Blogs for MkDocs - 🥉12 · ⭐ 19 · 💤 · MIT ·
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
-- [GitHub](https://github.com/lyz-code/mkdocs-newsletter) (👨‍💻 3 · 🔀 2 · 📦 51 · 📋 10 - 30% open · ⏱️ 27.05.2024) -- [PyPi](https://pypi.org/project/mkdocs-newsletter) (📥 270 / month): +- [GitHub](https://github.com/fmaida/mkdocs-blog-plugin) (🔀 3 · 📦 210 · 📋 2 - 50% open · ⏱️ 13.04.2020) +- [PyPi](https://pypi.org/project/mkdocs-blog-plugin) (📥 5.9K / month): ``` - pip install mkdocs-newsletter + pip install mkdocs-blog-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs-newsletter + - blog ```
-
Blogs for MkDocs - 🥉11 · ⭐ 18 · 💤 · MIT ·
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
+
newsletter - 🥉11 · ⭐ 35 · 💤 · ❗️GPL-3.0 ·
Automatically create newsletters from the changes in a mkdocs repository.
-- [GitHub](https://github.com/fmaida/mkdocs-blog-plugin) (🔀 3 · 📦 190 · 📋 2 - 50% open · ⏱️ 13.04.2020) -- [PyPi](https://pypi.org/project/mkdocs-blog-plugin) (📥 6.4K / month): +- [GitHub](https://github.com/lyz-code/mkdocs-newsletter) (👨‍💻 3 · 🔀 2 · 📦 51 · 📋 10 - 30% open · ⏱️ 27.05.2024) +- [PyPi](https://pypi.org/project/mkdocs-newsletter) (📥 240 / month): ``` - pip install mkdocs-blog-plugin + pip install mkdocs-newsletter ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - blog + - mkdocs-newsletter ```
python-mkblog - 🥉4 · ⭐ 3 · 💤 · MIT ·
This is a MkDocs Plugin adding basic blogging functionality by parsing a `blog` directory ontop of your usual `docs`..
- [GitHub](https://github.com/derJD/python-mkblog) (👨‍💻 2 · 🔀 1 · ⏱️ 14.04.2021) -- [PyPi](https://pypi.org/project/mkblog) (📥 35 / month): +- [PyPi](https://pypi.org/project/mkblog) (📥 58 / month): ``` pip install mkblog ``` @@ -994,7 +994,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
blog - 🥉2 · ⭐ 15 · 💤 · ❗Unlicensed ·
Blogging in mkdocs.
-- [GitHub](https://github.com/andyoakley/mkdocs-blog) (🔀 7 · 📋 6 - 83% open · ⏱️ 02.11.2020) +- [GitHub](https://github.com/andyoakley/mkdocs-blog) (🔀 6 · 📋 6 - 83% open · ⏱️ 02.11.2020) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: @@ -1007,23 +1007,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
MkDocs GLightbox - 🥇28 · ⭐ 180 · MIT ·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
+
plantuml-markdown - 🥇26 · ⭐ 220 · 💤 · BSD-2 ·
PlantUML plugin for Python-Markdown.
-- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (👨‍💻 8 · 🔀 22 · 📥 44 · 📦 5.2K · 📋 56 - 42% open · ⏱️ 23.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-glightbox) (📥 800K / month): - ``` - pip install mkdocs-glightbox - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - glightbox - ``` -
-
plantuml-markdown - 🥇26 · ⭐ 210 · BSD-2 ·
PlantUML plugin for Python-Markdown.
- -- [GitHub](https://github.com/mikitex70/plantuml-markdown) (👨‍💻 30 · 🔀 56 · 📦 1.8K · 📋 72 - 1% open · ⏱️ 07.02.2025) -- [PyPi](https://pypi.org/project/plantuml-markdown) (📥 1.5M / month): +- [GitHub](https://github.com/mikitex70/plantuml-markdown) (👨‍💻 30 · 🔀 55 · 📦 1.8K · 📋 72 - 1% open · ⏱️ 07.02.2025) +- [PyPi](https://pypi.org/project/plantuml-markdown) (📥 1.9M / month): ``` pip install plantuml-markdown ``` @@ -1033,23 +1020,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - plantuml_markdown ```
-
mermaid2 - 🥇24 · ⭐ 260 · MIT ·
A Mermaid graphs plugin for mkdocs.
+
MkDocs GLightbox - 🥇26 · ⭐ 190 · MIT ·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
-- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 16 · 🔀 28 · 📦 3.2K · 📋 85 - 15% open · ⏱️ 17.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 740K / month): +- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (👨‍💻 8 · 🔀 22 · 📥 44 · 📦 5.6K · 📋 57 - 42% open · ⏱️ 23.10.2025) +- [PyPi](https://pypi.org/project/mkdocs-glightbox) (📥 1.1M / month): ``` - pip install mkdocs-mermaid2-plugin + pip install mkdocs-glightbox ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mermaid2 + - glightbox ```
-
kroki - 🥇22 · ⭐ 56 · 💤 · MIT ·
MkDocs plugin for Kroki-Diagrams.
+
kroki - 🥇23 · ⭐ 60 · MIT ·
MkDocs plugin for Kroki-Diagrams.
-- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (👨‍💻 16 · 🔀 29 · 📦 72 · 📋 43 - 20% open · ⏱️ 28.07.2024) -- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (📥 190K / month): +- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (👨‍💻 19 · 🔀 29 · 📦 87 · ⏱️ 02.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (📥 250K / month): ``` pip install mkdocs-kroki-plugin ``` @@ -1059,10 +1046,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - kroki ```
-
panzoom - 🥈21 · ⭐ 52 · MIT ·
MkDocs Plugin to enable pan & zoom on images and mermaid/d2 diagrams.
+
build-plantuml - 🥇22 · ⭐ 76 · 📈 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
-- [GitHub](https://github.com/PLAYG0N/mkdocs-panzoom) (👨‍💻 7 · 🔀 2 · 📥 36 · 📦 30 · 📋 30 - 20% open · ⏱️ 05.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-panzoom-plugin) (📥 790K / month): +- [GitHub](https://github.com/christo-ph/mkdocs_build_plantuml) (👨‍💻 14 · 🔀 17 · 📦 140 · ⏱️ 24.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (📥 70K / month): + ``` + pip install mkdocs-build-plantuml-plugin + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - build_plantuml + ``` +
+
panzoom - 🥈20 · ⭐ 65 · MIT ·
MkDocs Plugin to enable pan & zoom on images and mermaid/d2 diagrams.
+ +- [GitHub](https://github.com/PLAYG0N/mkdocs-panzoom) (👨‍💻 7 · 🔀 2 · 📥 45 · 📦 48 · 📋 33 - 18% open · ⏱️ 22.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-panzoom-plugin) (📥 1.2M / month): ``` pip install mkdocs-panzoom-plugin ``` @@ -1072,10 +1072,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - panzoom ```
-
mkdocs_puml - 🥈19 · ⭐ 57 · MIT ·
Inline PlantUML diagrams in your MkDocs documentation.
+
mkdocs_puml - 🥈20 · ⭐ 63 · MIT ·
Inline PlantUML diagrams in your MkDocs documentation.
-- [GitHub](https://github.com/MikhailKravets/mkdocs_puml) (👨‍💻 9 · 🔀 15 · 📦 77 · 📋 33 - 27% open · ⏱️ 04.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-puml) (📥 48K / month): +- [GitHub](https://github.com/MikhailKravets/mkdocs_puml) (👨‍💻 10 · 🔀 16 · 📦 77 · 📋 34 - 32% open · ⏱️ 03.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-puml) (📥 83K / month): ``` pip install mkdocs-puml ``` @@ -1088,7 +1088,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
table-reader - 🥈18 · ⭐ 160 · MIT ·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..
- [GitHub](https://github.com/timvink/mkdocs-table-reader-plugin) (👨‍💻 9 · 🔀 25 · 📋 57 - 7% open · ⏱️ 19.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 140K / month): +- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 180K / month): ``` pip install mkdocs-table-reader-plugin ``` @@ -1098,10 +1098,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - table-reader ```
-
MkDocs Video - 🥈18 · ⭐ 81 · 💤 · MIT ·
MkDocs Video plugin.
+
MkDocs Video - 🥈18 · ⭐ 80 · 💤 · MIT ·
MkDocs Video plugin.
-- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 5 · 🔀 13 · 📥 74 · 📦 1.1K · ⏱️ 04.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-video) (📥 130K / month): +- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 5 · 🔀 14 · 📥 74 · 📦 1.1K · ⏱️ 04.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-video) (📥 160K / month): ``` pip install mkdocs-video ``` @@ -1111,49 +1111,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-video ```
-
Markdown blockdiag - 🥈17 · ⭐ 29 · 💤 · MIT ·
blockdiag extension for Python Markdown.
+
mermaid2 - 🥈17 · ⭐ 280 · 📉 · MIT ·
A Mermaid graphs plugin for mkdocs.
-- [GitHub](https://github.com/gisce/markdown-blockdiag) (👨‍💻 5 · 🔀 10 · 📦 130 · 📋 6 - 50% open · ⏱️ 22.11.2023) -- [PyPi](https://pypi.org/project/markdown-blockdiag) (📥 2.9K / month): - ``` - pip install markdown-blockdiag +- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 16 · 🔀 32 · 📦 3.5K · 📋 88 - 17% open · ⏱️ 17.10.2025) +- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin): ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): - ```yaml - markdown_extensions: - - markdown_blockdiag - ``` -
-
build-plantuml - 🥈16 · ⭐ 69 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
- -- [GitHub](https://github.com/christo-ph/mkdocs_build_plantuml) (👨‍💻 12 · 🔀 16 · 📦 140 · 📋 25 - 16% open · ⏱️ 31.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (📥 48K / month): - ``` - pip install mkdocs-build-plantuml-plugin + pip install mkdocs-mermaid2-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - build_plantuml + - mermaid2 ```
-
charts - 🥈15 · ⭐ 90 · MIT ·
Mkdocs plugin to add plots from data using vegalite.
+
Interactive Graph - 🥈16 · ⭐ 35 · MIT ·
interactive graph for Material for MkDocs like Obsidian, refer demo:.
-- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (👨‍💻 5 · 🔀 7 · 📋 20 - 15% open · ⏱️ 02.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 12K / month): +- [GitHub](https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin) (👨‍💻 4 · 🔀 7 · 📦 52 · 📋 6 - 16% open · ⏱️ 10.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-obsidian-interactive-graph-plugin) (📥 400 / month): ``` - pip install mkdocs-charts-plugin + pip install mkdocs-obsidian-interactive-graph-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - charts + - obsidian-interactive-graph ```
-
drawio-exporter - 🥈15 · ⭐ 86 · MIT ·
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
+
drawio-exporter - 🥈15 · ⭐ 85 · MIT ·
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (👨‍💻 5 · 🔀 9 · 📋 35 - 14% open · ⏱️ 25.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (📥 14K / month): +- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (📥 13K / month): ``` pip install mkdocs-drawio-exporter ``` @@ -1163,10 +1150,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - drawio-exporter ```
-
mkdocs-d2-plugin - 🥈15 · ⭐ 35 · MIT ·
A plugin for embedding D2 diagrams in MkDocs.
+
mkdocs-d2-plugin - 🥈15 · ⭐ 37 · 💤 · MIT ·
A plugin for embedding D2 diagrams in MkDocs.
-- [GitHub](https://github.com/landmaj/mkdocs-d2-plugin) (👨‍💻 3 · 🔀 7 · 📦 19 · 📋 19 - 5% open · ⏱️ 16.12.2024) -- [PyPi](https://pypi.org/project/mkdocs-d2-plugin) (📥 23K / month): +- [GitHub](https://github.com/landmaj/mkdocs-d2-plugin) (👨‍💻 3 · 🔀 7 · 📦 30 · 📋 20 - 10% open · ⏱️ 16.12.2024) +- [PyPi](https://pypi.org/project/mkdocs-d2-plugin) (📥 28K / month): ``` pip install mkdocs-d2-plugin ``` @@ -1176,10 +1163,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - d2 ```
-
oEmbedPy - 🥈15 · ⭐ 7 · Apache-2 ·
MkDocs plugin to render rich contents from URL by oEmbed API.
+
oEmbedPy - 🥈15 · ⭐ 8 · Apache-2 ·
MkDocs plugin to render rich contents from URL by oEmbed API.
-- [GitHub](https://github.com/attakei/oEmbedPy) (👨‍💻 2 · 🔀 1 · 📥 29 · 📦 16 · 📋 8 - 62% open · ⏱️ 28.09.2025) -- [PyPi](https://pypi.org/project/oEmbedPy) (📥 5.8K / month): +- [GitHub](https://github.com/attakei/oEmbedPy) (👨‍💻 2 · 🔀 1 · 📥 38 · 📦 17 · 📋 8 - 62% open · ⏱️ 27.12.2025) +- [PyPi](https://pypi.org/project/oEmbedPy) (📥 1.1K / month): ``` pip install oEmbedPy ``` @@ -1191,8 +1178,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Lightgallery - 🥈14 · ⭐ 27 · 💤 · MIT ·
Markdown extension to wrap images in a lightbox.
-- [GitHub](https://github.com/g-provost/lightgallery-markdown) (👨‍💻 6 · 🔀 5 · 📦 100 · 📋 11 - 54% open · ⏱️ 07.10.2023) -- [PyPi](https://pypi.org/project/lightgallery) (📥 3.6K / month): +- [GitHub](https://github.com/g-provost/lightgallery-markdown) (👨‍💻 6 · 🔀 5 · 📦 110 · 📋 11 - 54% open · ⏱️ 07.10.2023) +- [PyPi](https://pypi.org/project/lightgallery) (📥 3.8K / month): ``` pip install lightgallery ``` @@ -1202,36 +1189,49 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - lightgallery ```
-
mkdocs-diagrams - 🥈13 · ⭐ 31 · 💤 · MIT ·
MkDocs plugin to render Diagrams files.
+
charts - 🥈13 · ⭐ 92 · MIT ·
Mkdocs plugin to add plots from data using vegalite.
-- [GitHub](https://github.com/zoni/mkdocs-diagrams) (🔀 3 · 📦 80 · 📋 3 - 33% open · ⏱️ 04.09.2020) -- [PyPi](https://pypi.org/project/mkdocs-diagrams) (📥 77K / month): +- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (👨‍💻 5 · 🔀 7 · 📋 20 - 15% open · ⏱️ 02.09.2025) +- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 16K / month): ``` - pip install mkdocs-diagrams + pip install mkdocs-charts-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - diagrams + - charts ```
-
Interactive Graph - 🥈13 · ⭐ 31 · MIT ·
interactive graph for Material for MkDocs like Obsidian, refer demo:.
+
mkdocs-diagrams - 🥈13 · ⭐ 32 · 💤 · MIT ·
MkDocs plugin to render Diagrams files.
-- [GitHub](https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin) (👨‍💻 2 · 🔀 4 · 📦 52 · ⏱️ 07.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-obsidian-interactive-graph-plugin) (📥 570 / month): +- [GitHub](https://github.com/zoni/mkdocs-diagrams) (🔀 3 · 📦 84 · 📋 3 - 33% open · ⏱️ 04.09.2020) +- [PyPi](https://pypi.org/project/mkdocs-diagrams) (📥 83K / month): ``` - pip install mkdocs-obsidian-interactive-graph-plugin + pip install mkdocs-diagrams ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - obsidian-interactive-graph + - diagrams + ``` +
+
Markdown blockdiag - 🥈13 · ⭐ 29 · 💤 · MIT ·
blockdiag extension for Python Markdown.
+ +- [GitHub](https://github.com/gisce/markdown-blockdiag) (👨‍💻 5 · 🔀 8 · 📦 140 · 📋 6 - 50% open · ⏱️ 22.11.2023) +- [PyPi](https://pypi.org/project/markdown-blockdiag): + ``` + pip install markdown-blockdiag + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): + ```yaml + markdown_extensions: + - markdown_blockdiag ```
markdownmermaid - 🥉11 · ⭐ 27 · 💤 · MIT ·
A MkDocs plugin that support mermaid graph in markdown file.
-- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 16 · 📦 110 · 📋 6 - 33% open · ⏱️ 26.05.2019) -- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 4.8K / month): +- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 15 · 📦 130 · 📋 6 - 33% open · ⏱️ 26.05.2019) +- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 3.3K / month): ``` pip install mkdocs-mermaid-plugin ``` @@ -1241,36 +1241,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdownmermaid ```
-
Termage - 🥉10 · ⭐ 26 · 💤 · MIT ·
Generate SVGs from any Python code, even in your documentation.
+
markdown-captions - 🥉11 · ⭐ 12 · 💤 · ❗️GPL-3.0 ·
Python-Markdown plugin for image captions.
-- [GitHub](https://github.com/bczsalba/Termage) (🔀 1 · 📦 3 · 📋 5 - 20% open · ⏱️ 23.08.2022) -- [PyPi](https://pypi.org/project/Termage) (📥 44 / month): +- [GitHub](https://github.com/Evidlo/markdown_captions) (👨‍💻 2 · 🔀 5 · 📦 190 · 📋 8 - 12% open · ⏱️ 24.05.2023) +- [PyPi](https://pypi.org/project/markdown-captions) (📥 18K / month): ``` - pip install Termage + pip install markdown-captions ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - termage + markdown_extensions: + - markdown_captions ```
-
MkDocs Img2Fig Plugin - 🥉10 · ⭐ 23 · 💤 · MIT ·
A MkDocs plugin that converts markdown encoded images into figure elements.
+
Termage - 🥉10 · ⭐ 30 · 💤 · MIT ·
Generate SVGs from any Python code, even in your documentation.
-- [GitHub](https://github.com/stuebersystems/mkdocs-img2fig-plugin) (👨‍💻 2 · 🔀 7 · 📦 150 · 📋 3 - 66% open · ⏱️ 14.07.2020) -- [PyPi](https://pypi.org/project/mkdocs-img2fig-plugin) (📥 1.6K / month): +- [GitHub](https://github.com/bczsalba/Termage) (🔀 1 · 📦 3 · 📋 5 - 20% open · ⏱️ 23.08.2022) +- [PyPi](https://pypi.org/project/Termage) (📥 82 / month): ``` - pip install mkdocs-img2fig-plugin + pip install Termage ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - img2fig + - termage ```
-
docutools - 🥉9 · ⭐ 26 · 📉 · BSD-2 ·
Dev Centric Tools for Mkdocs Based Documentation.
+
docutools - 🥉9 · ⭐ 26 · BSD-2 ·
Dev Centric Tools for Mkdocs Based Documentation.
-- [GitHub](https://github.com/axiros/docutools) (👨‍💻 4 · 📋 2 - 50% open · ⏱️ 02.08.2025) -- [PyPi](https://pypi.org/project/docutools) (📥 350 / month): +- [GitHub](https://github.com/axiros/docutools) (👨‍💻 5 · 📋 2 - 50% open · ⏱️ 09.11.2025) +- [PyPi](https://pypi.org/project/docutools) (📥 650 / month): ``` pip install docutools ``` @@ -1286,49 +1286,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - lcd-stats ```
-
markdown-captions - 🥉9 · ⭐ 12 · 💤 · ❗️GPL-3.0 ·
Python-Markdown plugin for image captions.
- -- [GitHub](https://github.com/Evidlo/markdown_captions) (👨‍💻 2 · 🔀 5 · 📦 180 · 📋 8 - 12% open · ⏱️ 24.05.2023) -- [PyPi](https://pypi.org/project/markdown-captions) (📥 4.7K / month): - ``` - pip install markdown-captions - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): - ```yaml - markdown_extensions: - - markdown_captions - ``` -
-
svgbob extension for Python Markdown - 🥉9 · ⭐ 7 · 💤 · MIT ·
svgbob extension for Python Markdown.
+
badges - 🥉9 · ⭐ 17 · MIT ·
Add badges to your mkdocs page.
-- [GitHub](https://github.com/mbarkhau/markdown-svgbob) (👨‍💻 2 · 🔀 2 · 📦 10 · 📋 3 - 66% open · ⏱️ 21.06.2024) -- [PyPi](https://pypi.org/project/markdown-svgbob) (📥 1.6K / month): +- [GitHub](https://github.com/six-two/mkdocs-badges) (👨‍💻 2 · 🔀 3 · ⏱️ 29.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-badges) (📥 4.1K / month): ``` - pip install markdown-svgbob + pip install mkdocs-badges ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: - - markdown_svgbob + plugins: + - badges ```
-
mkdocs-matplotlib - 🥉9 · ⭐ 6 · 💤 · MIT ·
A mkdocs plugin to automatically render matplotlib figure in your documenation.
+
markdownwavedrom - 🥉9 · ⭐ 10 · MPL-2.0 ·
A MkDocs plugin for support wavedrom charts in markdown file.
-- [GitHub](https://github.com/AnH0ang/mkdocs-matplotlib) (👨‍💻 2 · 🔀 2 · 📥 160 · ⏱️ 20.06.2022) -- [PyPi](https://pypi.org/project/mkdocs-matplotlib) (📥 2.3K / month): +- [GitHub](https://github.com/kuri65536/mkdocs-wavedrom-plugin) (🔀 3 · 📦 16 · 📋 3 - 33% open · ⏱️ 02.05.2025) +- [PyPi](https://pypi.org/project/mkdocs-wavedrom-plugin) (📥 230 / month): ``` - pip install mkdocs-matplotlib + pip install mkdocs-wavedrom-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs_matplotlib + - markdownwavedrom ```
mkdocs-resize-images - 🥉9 · ⭐ 5 · 💤 · MIT ·
MkDocs plugin to resize images according to the configuration.
- [GitHub](https://github.com/JakubAndrysek/mkdocs-resize-images) (🔀 1 · 📦 13 · ⏱️ 04.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-resize-images) (📥 630 / month): +- [PyPi](https://pypi.org/project/mkdocs-resize-images) (📥 860 / month): ``` pip install mkdocs-resize-images ``` @@ -1338,10 +1325,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - resize-images ```
-
mkdocs-bpmn-js - 🥉9 · ⭐ 2 · 🐣 · MIT ·
MkDocs plugin to embed BPMN diagrams.
+
mkdocs-bpmn-js - 🥉9 · ⭐ 2 · MIT ·
MkDocs plugin to embed BPMN diagrams.
- [GitHub](https://github.com/madebyherzblut/mkdocs-bpmn-js) (🔀 1 · 📦 1 · ⏱️ 01.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-bpmn-js) (📥 820 / month): +- [PyPi](https://pypi.org/project/mkdocs-bpmn-js) (📥 3.1K / month): ``` pip install mkdocs-bpmn-js ``` @@ -1351,48 +1338,48 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - bpmn-js ```
-
badges - 🥉8 · ⭐ 16 · MIT ·
Add badges to your mkdocs page.
+
plotly charts - 🥉8 · ⭐ 13 · 💤 · MIT ·
Mkdocs plugin to add interactive charts with Plotly.js.
-- [GitHub](https://github.com/six-two/mkdocs-badges) (🔀 1 · ⏱️ 24.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-badges) (📥 4.6K / month): +- [GitHub](https://github.com/haoda-li/mkdocs-plotly-plugin) (👨‍💻 3 · 🔀 1 · 📋 4 - 25% open · ⏱️ 25.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-plotly-plugin) (📥 3.1K / month): ``` - pip install mkdocs-badges + pip install mkdocs-plotly-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - badges + - plotly ```
-
plotly charts - 🥉8 · ⭐ 14 · 💤 · MIT ·
Mkdocs plugin to add interactive charts with Plotly.js.
+
svgbob extension for Python Markdown - 🥉8 · ⭐ 7 · 💤 · MIT ·
svgbob extension for Python Markdown.
-- [GitHub](https://github.com/haoda-li/mkdocs-plotly-plugin) (👨‍💻 3 · 🔀 1 · 📋 4 - 25% open · ⏱️ 25.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-plotly-plugin) (📥 3.7K / month): +- [GitHub](https://github.com/mbarkhau/markdown-svgbob) (👨‍💻 2 · 🔀 2 · 📦 10 · 📋 3 - 66% open · ⏱️ 21.06.2024) +- [PyPi](https://pypi.org/project/markdown-svgbob) (📥 1.1K / month): ``` - pip install mkdocs-plotly-plugin + pip install markdown-svgbob ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - plotly + markdown_extensions: + - markdown_svgbob ```
-
markdownwavedrom - 🥉8 · ⭐ 10 · MPL-2.0 ·
A MkDocs plugin for support wavedrom charts in markdown file.
+
MkDocs Img2Fig Plugin - 🥉7 · ⭐ 23 · 💤 · MIT ·
A MkDocs plugin that converts markdown encoded images into figure elements.
-- [GitHub](https://github.com/kuri65536/mkdocs-wavedrom-plugin) (🔀 3 · 📦 16 · 📋 3 - 33% open · ⏱️ 02.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-wavedrom-plugin) (📥 90 / month): +- [GitHub](https://github.com/stuebersystems/mkdocs-img2fig-plugin) (👨‍💻 2 · 🔀 6 · 📋 3 - 66% open · ⏱️ 14.07.2020) +- [PyPi](https://pypi.org/project/mkdocs-img2fig-plugin) (📥 1.3K / month): ``` - pip install mkdocs-wavedrom-plugin + pip install mkdocs-img2fig-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - markdownwavedrom + - img2fig ```
-
MkDocs Graphviz - 🥉6 · ⭐ 6 · 💤 · ❗Unlicensed ·
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
+
MkDocs Graphviz - 🥉7 · ⭐ 6 · 💤 · ❗Unlicensed ·
A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.
-- [PyPi](https://pypi.org/project/mkdocs-graphviz) (📥 7.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-graphviz) (📥 12K / month): ``` pip install mkdocs-graphviz ``` @@ -1403,23 +1390,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs_graphviz ```
-
Markdown aafigure - 🥉5 · ⭐ 6 · 💤 · MIT ·
aafigure extension for Python Markdown.
+
mkdocs-matplotlib - 🥉6 · ⭐ 5 · 💤 · MIT ·
A mkdocs plugin to automatically render matplotlib figure in your documenation.
-- [GitHub](https://github.com/mbarkhau/markdown-aafigure) (👨‍💻 2 · 📋 3 - 33% open · ⏱️ 04.05.2024) -- [PyPi](https://pypi.org/project/markdown-aafigure) (📥 230 / month): +- [GitHub](https://github.com/AnH0ang/mkdocs-matplotlib) (👨‍💻 2 · 🔀 2 · 📥 160 · ⏱️ 20.06.2022) +- [PyPi](https://pypi.org/project/mkdocs-matplotlib): ``` - pip install markdown-aafigure + pip install mkdocs-matplotlib ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: - - markdown_aafigure + plugins: + - mkdocs_matplotlib ```
-
thumbnails - 🥉5 · ⭐ 3 · 💤 · MIT ·
MkDocs plugin for thumbnail images generated automatically.
+
thumbnails - 🥉5 · ⭐ 4 · 💤 · MIT ·
MkDocs plugin for thumbnail images generated automatically.
- [GitHub](https://github.com/normanlorrain/mkdocs-thumbnails) (📋 2 - 50% open · ⏱️ 05.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-thumbnails) (📥 55 / month): +- [PyPi](https://pypi.org/project/mkdocs-thumbnails) (📥 120 / month): ``` pip install mkdocs-thumbnails ``` @@ -1432,7 +1419,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
pico-8 - 🥉5 · ⭐ 2 · 💤 · MIT ·
A MKDocs plugin that allows to embed a Pico-8 web player in a page.
- [GitHub](https://github.com/fmaida/pico8-mkdocs-plugin) (📦 3 · ⏱️ 17.03.2019) -- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (📥 21 / month): +- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (📥 34 / month): ``` pip install pico8-mkdocs-plugin ``` @@ -1445,7 +1432,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
markdown-figcap - 🥉5 · ⭐ 1 · 💤 · BSD-3 ·
Extension for Python-Markdown to handle figure and figcaption.
- [GitHub](https://github.com/funk1d/markdown-figcap) (📦 7 · ⏱️ 09.03.2019) -- [PyPi](https://pypi.org/project/markdown-figcap) (📥 54 / month): +- [PyPi](https://pypi.org/project/markdown-figcap) (📥 69 / month): ``` pip install markdown-figcap ``` @@ -1458,7 +1445,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
inline-svg - 🥉5 · 💤 · MIT · - [GitHub](https://github.com/rajguru7/mkdocs-plugin-inline-svg-mod) (👨‍💻 5 · 🔀 1 · 📦 7 · ⏱️ 12.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-plugin-inline-svg-mod) (📥 170 / month): +- [PyPi](https://pypi.org/project/mkdocs-plugin-inline-svg-mod) (📥 480 / month): ``` pip install mkdocs-plugin-inline-svg-mod ``` @@ -1468,10 +1455,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - inline-svg ```
+
Markdown aafigure - 🥉4 · ⭐ 6 · 💤 · MIT ·
aafigure extension for Python Markdown.
+ +- [GitHub](https://github.com/mbarkhau/markdown-aafigure) (👨‍💻 2 · 📋 3 - 33% open · ⏱️ 04.05.2024) +- [PyPi](https://pypi.org/project/markdown-aafigure) (📥 130 / month): + ``` + pip install markdown-aafigure + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): + ```yaml + markdown_extensions: + - markdown_aafigure + ``` +
import-statement - 🥉4 · ⭐ 2 · 💤 · MIT · - [GitHub](https://github.com/Rj40x40/mkdocs-import-statement-plugin) (📦 4 · ⏱️ 06.02.2023) -- [PyPi](https://pypi.org/project/mkdocs-import-statement-plugin) (📥 89 / month): +- [PyPi](https://pypi.org/project/mkdocs-import-statement-plugin) (📥 110 / month): ``` pip install mkdocs-import-statement-plugin ``` @@ -1485,7 +1485,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - [GitHub](https://github.com/unverbuggt/mkdocs-familytree-example) (👨‍💻 6 · 🔀 1 · ⏱️ 04.08.2023)
-
sequence-js - 🥉3 · ⭐ 4 · 💤 · MIT ·
MkDocs plugin to render sequence.js blocks.
+
sequence-js - 🥉3 · ⭐ 5 · 💤 · MIT ·
MkDocs plugin to render sequence.js blocks.
- [GitHub](https://github.com/fcannizzaro/mkdocs-sequence-js-plugin) (🔀 2 · 📋 3 - 33% open · ⏱️ 28.02.2020) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): @@ -1497,7 +1497,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
image-formatter-plugin - 🥉3 · ⭐ 4 · 💤 · ❗Unlicensed · - [GitHub](https://github.com/ASypula/mkdocs-image-formatter-plugin) (👨‍💻 7 · 📦 2 · ⏱️ 06.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-image-formatter-plugin) (📥 86 / month): +- [PyPi](https://pypi.org/project/mkdocs-image-formatter-plugin) (📥 63 / month): ``` pip install mkdocs-image-formatter-plugin ``` @@ -1517,10 +1517,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
macros - 🥇29 · ⭐ 390 · MIT ·
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
+
macros - 🥇27 · ⭐ 400 · MIT ·
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
-- [GitHub](https://github.com/fralau/mkdocs-macros-plugin) (👨‍💻 35 · 🔀 49 · 📦 5.8K · ⏱️ 25.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (📥 1.6M / month): +- [GitHub](https://github.com/fralau/mkdocs-macros-plugin) (👨‍💻 35 · 🔀 49 · 📦 6.4K · 📋 150 - 1% open · ⏱️ 13.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (📥 3.1M / month): ``` pip install mkdocs-macros-plugin ``` @@ -1530,10 +1530,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - macros ```
-
mkdocs-jupyter - 🥇25 · ⭐ 480 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
+
mkdocs-jupyter - 🥇25 · ⭐ 490 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
-- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 36 · 🔀 62 · 📦 4.3K · 📋 150 - 30% open · ⏱️ 22.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 330K / month): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 37 · 🔀 63 · 📦 4.7K · 📋 160 - 30% open · ⏱️ 05.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 500K / month): ``` pip install mkdocs-jupyter ``` @@ -1543,10 +1543,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-jupyter ```
-
markdown-exec - 🥇24 · ⭐ 160 · ISC ·
Utilities to execute code blocks in Markdown files.
+
markdown-exec - 🥇23 · ⭐ 170 · ISC ·
Utilities to execute code blocks in Markdown files.
-- [GitHub](https://github.com/pawamoy/markdown-exec) (👨‍💻 5 · 🔀 15 · 📦 600 · 📋 66 - 21% open · ⏱️ 09.09.2025) -- [PyPi](https://pypi.org/project/markdown-exec) (📥 950K / month): +- [GitHub](https://github.com/pawamoy/markdown-exec) (👨‍💻 6 · 🔀 16 · 📦 740 · 📋 67 - 22% open · ⏱️ 10.02.2026) +- [PyPi](https://pypi.org/project/markdown-exec) (📥 1.1M / month): ``` pip install markdown-exec ``` @@ -1556,10 +1556,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdown-exec ```
+
gen-files - 🥇23 · ⭐ 140 · 📈 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
+ +- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (👨‍💻 6 · 🔀 12 · 📦 4K · 📋 30 - 30% open · ⏱️ 23.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 1.1M / month): + ``` + pip install mkdocs-gen-files + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - gen-files + ``` +
mknotebooks - 🥈20 · ⭐ 140 · 💤 · MIT ·
A plugin for mkdocs to help you include Jupyter notebooks in your projects.
-- [GitHub](https://github.com/greenape/mknotebooks) (👨‍💻 14 · 🔀 19 · 📦 750 · 📋 41 - 36% open · ⏱️ 11.08.2023) -- [PyPi](https://pypi.org/project/mknotebooks) (📥 28K / month): +- [GitHub](https://github.com/greenape/mknotebooks) (👨‍💻 14 · 🔀 18 · 📦 770 · 📋 41 - 36% open · ⏱️ 11.08.2023) +- [PyPi](https://pypi.org/project/mknotebooks) (📥 27K / month): ``` pip install mknotebooks ``` @@ -1569,35 +1582,35 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mknotebooks ```
-
gen-files - 🥈20 · ⭐ 130 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
+
markdownextradata - 🥈20 · ⭐ 91 · 💤 · MIT ·
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
-- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (👨‍💻 6 · 🔀 12 · 📦 3.4K · 📋 30 - 33% open · ⏱️ 26.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 670K / month): +- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (👨‍💻 12 · 🔀 16 · 📦 1.6K · 📋 36 - 16% open · ⏱️ 22.08.2024) +- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (📥 97K / month): ``` - pip install mkdocs-gen-files + pip install mkdocs-markdownextradata-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - gen-files + - markdownextradata ```
-
markdownextradata - 🥈20 · ⭐ 90 · 💤 · MIT ·
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
+
mkdocs-marimo - 🥈16 · ⭐ 99 · Apache-2 ·
mkdocs plugin for reactive and interactive docs with marimo.
-- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (👨‍💻 12 · 🔀 17 · 📦 1.5K · 📋 36 - 16% open · ⏱️ 22.08.2024) -- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (📥 82K / month): +- [GitHub](https://github.com/marimo-team/mkdocs-marimo) (👨‍💻 6 · 🔀 4 · 📦 10 · 📋 25 - 52% open · ⏱️ 07.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-marimo) (📥 8.2K / month): ``` - pip install mkdocs-markdownextradata-plugin + pip install mkdocs-marimo ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - markdownextradata + - marimo ```
-
mkdocs-markmap - 🥈15 · ⭐ 69 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
+
mkdocs-markmap - 🥈15 · ⭐ 74 · 💤 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
-- [GitHub](https://github.com/markmap/mkdocs_markmap) (👨‍💻 3 · 🔀 6 · 📥 480 · 📋 34 - 11% open · ⏱️ 11.02.2025) +- [GitHub](https://github.com/markmap/mkdocs_markmap) (👨‍💻 3 · 🔀 7 · 📥 500 · 📋 34 - 11% open · ⏱️ 11.02.2025) - [PyPi](https://pypi.org/project/mkdocs-markmap) (📥 2.3K / month): ``` pip install mkdocs-markmap @@ -1608,10 +1621,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markmap ```
-
meta-manager - 🥈14 · ⭐ 5 · MIT ·
MkDocs plugin for managing meta tags across folders and files.
+
meta-manager - 🥈14 · ⭐ 6 · 💤 · MIT ·
MkDocs plugin for managing meta tags across folders and files.
-- [GitHub](https://github.com/timmeinerzhagen/mkdocs-meta-manager) (👨‍💻 3 · 🔀 1 · 📦 16 · 📋 4 - 25% open · ⏱️ 20.01.2025) -- [PyPi](https://pypi.org/project/mkdocs-meta-manager) (📥 740K / month): +- [GitHub](https://github.com/timmeinerzhagen/mkdocs-meta-manager) (👨‍💻 3 · 🔀 1 · 📦 18 · 📋 4 - 25% open · ⏱️ 20.01.2025) +- [PyPi](https://pypi.org/project/mkdocs-meta-manager) (📥 1.1M / month): ``` pip install mkdocs-meta-manager ``` @@ -1621,10 +1634,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - meta-manager ```
-
Termynal - 🥈13 · ⭐ 150 · MIT ·
Python markdown terminal. Built for mkdocs.
+
Termynal - 🥉13 · ⭐ 150 · MIT ·
Python markdown terminal. Built for mkdocs.
- [GitHub](https://github.com/termynal/termynal.py) (👨‍💻 7 · 🔀 11 · 📋 18 - 44% open · ⏱️ 01.09.2025) -- [PyPi](https://pypi.org/project/termynal) (📥 43K / month): +- [PyPi](https://pypi.org/project/termynal) (📥 69K / month): ``` pip install termynal ``` @@ -1634,36 +1647,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - termynal ```
-
mkdocs-marimo - 🥈13 · ⭐ 87 · Apache-2 ·
mkdocs plugin for reactive and interactive docs with marimo.
+
placeholder - 🥉12 · ⭐ 19 · MIT ·
Add placeholders to your MkDocs pages.
-- [GitHub](https://github.com/marimo-team/mkdocs-marimo) (👨‍💻 5 · 🔀 3 · 📦 5 · 📋 25 - 52% open · ⏱️ 21.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-marimo) (📥 7.4K / month): +- [GitHub](https://github.com/six-two/mkdocs-placeholder-plugin) (👨‍💻 2 · 🔀 4 · 📦 20 · 📋 10 - 10% open · ⏱️ 27.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-placeholder-plugin) (📥 11K / month): ``` - pip install mkdocs-marimo + pip install mkdocs-placeholder-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - marimo + - placeholder ```
-
placeholder - 🥈13 · ⭐ 18 · MIT ·
Add placeholders to your MkDocs pages.
+
user-defined-values - 🥉11 · ⭐ 4 · 💤 · MIT ·
MkDocs User Defined Values.
-- [GitHub](https://github.com/six-two/mkdocs-placeholder-plugin) (👨‍💻 2 · 🔀 3 · 📦 15 · 📋 10 - 10% open · ⏱️ 28.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-placeholder-plugin) (📥 13K / month): +- [GitHub](https://github.com/rahult/mkdocs-user-defined-values) (👨‍💻 3 · 🔀 3 · 📥 16 · 📦 15 · 📋 2 - 50% open · ⏱️ 10.07.2022) +- [PyPi](https://pypi.org/project/mkdocs-user-defined-values) (📥 310 / month): ``` - pip install mkdocs-placeholder-plugin + pip install mkdocs-user-defined-values ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - placeholder + - user-defined-values ```
-
Entangled - 🥉12 · ⭐ 2 · Apache-2 ·
An MkDocs plugin that lets you do Literate Programming through Entangled.
+
Entangled - 🥉11 · ⭐ 2 · Apache-2 ·
An MkDocs plugin that lets you do Literate Programming through Entangled.
-- [GitHub](https://github.com/entangled/mkdocs-plugin) (📦 11 · ⏱️ 03.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-entangled-plugin) (📥 3.8K / month): +- [GitHub](https://github.com/entangled/mkdocs-plugin) (📦 11 · ⏱️ 20.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-entangled-plugin) (📥 2.8K / month): ``` pip install mkdocs-entangled-plugin ``` @@ -1673,36 +1686,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - entangled ```
-
user-defined-values - 🥉11 · ⭐ 4 · 💤 · MIT ·
MkDocs User Defined Values.
+
pheasant - 🥉10 · ⭐ 16 · MIT ·
Documentation tool for Markdown conversion by Jupyter client.
-- [GitHub](https://github.com/rahult/mkdocs-user-defined-values) (👨‍💻 3 · 🔀 3 · 📥 16 · 📦 15 · 📋 2 - 50% open · ⏱️ 10.07.2022) -- [PyPi](https://pypi.org/project/mkdocs-user-defined-values) (📥 400 / month): +- [GitHub](https://github.com/daizutabi/pheasant) (👨‍💻 4 · 🔀 8 · ⏱️ 22.03.2025) +- [PyPi](https://pypi.org/project/pheasant) (📥 460 / month): ``` - pip install mkdocs-user-defined-values + pip install pheasant ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - user-defined-values + - pheasant ```
-
pheasant - 🥉10 · ⭐ 16 · MIT ·
Documentation tool for Markdown conversion by Jupyter client.
+
markdown-filter - 🥉9 · ⭐ 5 · 💤 · MIT ·
Adds a markdown template filter to the jinja templating environment in mkdocs.
-- [GitHub](https://github.com/daizutabi/pheasant) (👨‍💻 4 · 🔀 9 · ⏱️ 22.03.2025) -- [PyPi](https://pypi.org/project/pheasant) (📥 160 / month): +- [GitHub](https://github.com/byrnereese/mkdocs-markdown-filter) (🔀 2 · 📦 40 · ⏱️ 06.02.2019) +- [PyPi](https://pypi.org/project/mkdocs-markdown-filter) (📥 4.5K / month): ``` - pip install pheasant + pip install mkdocs-markdown-filter ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - pheasant + - markdown-filter ```
-
nbconvert - 🥉9 · ⭐ 10 · BSD-2 ·
A MkDocs plug-in provides a source parser for *.ipynb files.
+
nbconvert - 🥉8 · ⭐ 12 · BSD-2 ·
A MkDocs plug-in provides a source parser for *.ipynb files.
-- [GitHub](https://github.com/tanbro/mkdocs-nbconvert) (👨‍💻 5 · 🔀 1 · 📦 6 · ⏱️ 10.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-nbconvert) (📥 650 / month): +- [GitHub](https://github.com/tanbro/mkdocs-nbconvert) (👨‍💻 5 · 📦 9 · ⏱️ 10.10.2025) +- [PyPi](https://pypi.org/project/mkdocs-nbconvert) (📥 2.4K / month): ``` pip install mkdocs-nbconvert ``` @@ -1712,23 +1725,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - nbconvert ```
-
markdown-filter - 🥉9 · ⭐ 5 · 💤 · MIT ·
Adds a markdown template filter to the jinja templating environment in mkdocs.
+
mkdocs-data-plugin - 🥉8 · ⭐ 4 · 💤 · MIT ·
Mkdocs plugin that allows reading data from markup files and use it in your Markdown pages.
-- [GitHub](https://github.com/byrnereese/mkdocs-markdown-filter) (🔀 2 · 📦 35 · ⏱️ 06.02.2019) -- [PyPi](https://pypi.org/project/mkdocs-markdown-filter) (📥 4.8K / month): +- [GitHub](https://github.com/joapuiib/mkdocs-data-plugin) (📦 3 · ⏱️ 26.11.2024) +- [PyPi](https://pypi.org/project/mkdocs-data-plugin) (📥 640 / month): ``` - pip install mkdocs-markdown-filter + pip install mkdocs-data-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - markdown-filter + - data ```
-
mkjsfiddle - 🥉9 · ⭐ 4 · 💤 · MIT ·
An MkDocs plugin that lets you edit code fences in JSFiddle.
+
mkjsfiddle - 🥉7 · ⭐ 5 · 💤 · MIT ·
An MkDocs plugin that lets you edit code fences in JSFiddle.
-- [GitHub](https://github.com/stadiamaps/mkjsfiddle) (📦 3 · ⏱️ 07.06.2023) -- [PyPi](https://pypi.org/project/mkjsfiddle) (📥 280 / month): +- [GitHub](https://github.com/stadiamaps/mkjsfiddle) (⏱️ 07.06.2023) +- [PyPi](https://pypi.org/project/mkjsfiddle) (📥 64 / month): ``` pip install mkjsfiddle ``` @@ -1738,23 +1751,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - jsfiddle ```
-
mkdocs-data-plugin - 🥉7 · ⭐ 5 · MIT ·
Mkdocs plugin that allows reading data from markup files and use it in your Markdown pages.
- -- [GitHub](https://github.com/joapuiib/mkdocs-data-plugin) (📦 2 · ⏱️ 26.11.2024) -- [PyPi](https://pypi.org/project/mkdocs-data-plugin) (📥 260 / month): - ``` - pip install mkdocs-data-plugin - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - data - ``` -
-
mkdocs-jupyterlite - 🥉5 · ⭐ 18 · 🐣 · MIT ·
A MkDocs plugin for embedding interactive jupyter notebooks in your docs via jupyterlite.
+
mkdocs-jupyterlite - 🥉6 · ⭐ 24 · MIT ·
A MkDocs plugin for embedding interactive jupyter notebooks in your docs via jupyterlite.
-- [GitHub](https://github.com/NickCrews/mkdocs-jupyterlite) (👨‍💻 2 · ⏱️ 25.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-jupyterlite) (📥 120 / month): +- [GitHub](https://github.com/NickCrews/mkdocs-jupyterlite) (👨‍💻 3 · 📋 3 - 33% open · ⏱️ 18.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-jupyterlite): ``` pip install mkdocs-jupyterlite ``` @@ -1767,7 +1767,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs_protobuf - 🥉5 · ⭐ 2 · 💤 · Apache-2 ·
Mkdocs plugin to render protobuf messages.
- [GitHub](https://github.com/rymurr/mkdocs-protobuf) (👨‍💻 2 · 🔀 1 · ⏱️ 30.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-protobuf) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-protobuf) (📥 2.1K / month): ``` pip install mkdocs-protobuf ``` @@ -1788,8 +1788,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
codeyaml - 🥉4 · 💤 · MIT ·
Allows for more than one yaml config in mkdocs.
-- [GitHub](https://github.com/textileio/mkdocs-codeyaml-plugin) (🔀 1 · 📦 2 · ⏱️ 30.04.2019) -- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 22 / month): +- [GitHub](https://github.com/textileio/mkdocs-codeyaml-plugin) (📦 2 · ⏱️ 30.04.2019) +- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 56 / month): ``` pip install mkdocs-codeyaml-plugin ``` @@ -1805,10 +1805,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
git-revision-date-localized - 🥇29 · ⭐ 250 · 📈 · MIT ·
MkDocs plugin to add a last updated date to your site pages.
+
git-revision-date-localized - 🥇24 · ⭐ 260 · 📉 · MIT ·
MkDocs plugin to add a last updated date to your site pages.
-- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨‍💻 39 · 🔀 56 · 📦 11K · 📋 110 - 0% open · ⏱️ 31.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (📥 1.2M / month): +- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨‍💻 42 · 🔀 56 · 📦 12K · ⏱️ 22.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin): ``` pip install mkdocs-git-revision-date-localized-plugin ``` @@ -1818,10 +1818,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - git-revision-date-localized ```
-
git-authors - 🥇24 · ⭐ 110 · MIT ·
MkDocs plugin to display git authors of a page.
+
git-authors - 🥇23 · ⭐ 120 · MIT ·
MkDocs plugin to display git authors of a page.
-- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (👨‍💻 17 · 🔀 23 · 📦 1.7K · 📋 66 - 13% open · ⏱️ 10.06.2025) -- [PyPi](https://pypi.org/project/mkdocs-git-authors-plugin) (📥 240K / month): +- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (👨‍💻 17 · 🔀 26 · 📦 1.8K · 📋 67 - 14% open · ⏱️ 10.06.2025) +- [PyPi](https://pypi.org/project/mkdocs-git-authors-plugin) (📥 390K / month): ``` pip install mkdocs-git-authors-plugin ``` @@ -1831,49 +1831,49 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - git-authors ```
-
git-committers-2 - 🥈21 · ⭐ 68 · MIT ·
An MkDocs plugin to create a list of contributors on the page.
+
git-revision-date - 🥈21 · ⭐ 61 · 💤 · MIT ·
MkDocs plugin for setting revision date from git per markdown file.
-- [GitHub](https://github.com/ojacques/mkdocs-git-committers-plugin-2) (👨‍💻 19 · 🔀 24 · 📦 1.3K · 📋 51 - 29% open · ⏱️ 05.06.2025) -- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin-2) (📥 110K / month): +- [GitHub](https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin) (👨‍💻 7 · 🔀 9 · 📦 3K · 📋 14 - 35% open · ⏱️ 08.03.2022) +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (📥 1M / month): ``` - pip install mkdocs-git-committers-plugin-2 + pip install mkdocs-git-revision-date-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - git-committers + - git-revision-date ```
-
git-revision-date - 🥈20 · ⭐ 61 · 💤 · MIT ·
MkDocs plugin for setting revision date from git per markdown file.
+
document-dates - 🥈20 · ⭐ 29 · MIT ·
A new generation MkDocs plugin for displaying exact creation date, last update date, authors, email of documents.
-- [GitHub](https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin) (👨‍💻 7 · 🔀 10 · 📦 2.9K · 📋 14 - 35% open · ⏱️ 08.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (📥 180K / month): +- [GitHub](https://github.com/jaywhj/mkdocs-document-dates) (👨‍💻 3 · 🔀 4 · 📦 20 · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-document-dates) (📥 3.2K / month): ``` - pip install mkdocs-git-revision-date-plugin + pip install mkdocs-document-dates ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - git-revision-date + - document-dates ```
-
document-dates - 🥈19 · ⭐ 24 · MIT ·
A new generation MkDocs plugin for displaying exact creation time, last update time, authors, email of documents.
+
git-committers-2 - 🥈16 · ⭐ 69 · MIT ·
An MkDocs plugin to create a list of contributors on the page.
-- [GitHub](https://github.com/jaywhj/mkdocs-document-dates) (👨‍💻 3 · 🔀 4 · 📦 10 · 📋 17 - 17% open · ⏱️ 27.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-document-dates) (📥 1.8K / month): +- [GitHub](https://github.com/ojacques/mkdocs-git-committers-plugin-2) (👨‍💻 19 · 🔀 26 · 📦 1.5K · 📋 51 - 27% open · ⏱️ 05.06.2025) +- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin-2): ``` - pip install mkdocs-document-dates + pip install mkdocs-git-committers-plugin-2 ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - document-dates + - git-committers ```
-
git-committers - 🥉15 · ⭐ 44 · MIT ·
A mkdocs plugin for displaying the last commit and a list of a files contributors.
+
git-committers - 🥉15 · ⭐ 47 · 💤 · MIT ·
A mkdocs plugin for displaying the last commit and a list of a files contributors.
-- [GitHub](https://github.com/byrnereese/mkdocs-git-committers-plugin) (👨‍💻 7 · 🔀 6 · 📦 320 · 📋 9 - 88% open · ⏱️ 12.12.2024) -- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (📥 20K / month): +- [GitHub](https://github.com/byrnereese/mkdocs-git-committers-plugin) (👨‍💻 7 · 🔀 6 · 📦 340 · 📋 9 - 88% open · ⏱️ 12.12.2024) +- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (📥 18K / month): ``` pip install mkdocs-git-committers-plugin ``` @@ -1885,8 +1885,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-git-latest-changes-plugin - 🥉14 · ⭐ 5 · MIT ·
MkDocs plugin that allows you to display a list of recently modified pages from the Git log.
-- [GitHub](https://github.com/tombreit/mkdocs-git-latest-changes-plugin) (👨‍💻 4 · 🔀 3 · 📦 7 · 📋 17 - 11% open · ⏱️ 05.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-git-latest-changes-plugin) (📥 19K / month): +- [GitHub](https://github.com/tombreit/mkdocs-git-latest-changes-plugin) (👨‍💻 4 · 🔀 3 · 📦 7 · 📋 19 - 15% open · ⏱️ 05.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-git-latest-changes-plugin) (📥 26K / month): ``` pip install mkdocs-git-latest-changes-plugin ``` @@ -1896,36 +1896,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - git-latest-changes ```
-
Github-Links - 🥉9 · ⭐ 13 · ❗Unlicensed ·
Python-Markdown GitHub Links Extension.
+
recently-updated - 🥉11 · ⭐ 10 · MIT ·
Display a list of recently updated documents anywhere on your MkDocs site with a single line of code.
-- [GitHub](https://github.com/Python-Markdown/github-links) (👨‍💻 5 · 🔀 9 · ⏱️ 04.09.2025) -- [PyPi](https://pypi.org/project/mdx-gh-links) (📥 9.7K / month): +- [GitHub](https://github.com/jaywhj/mkdocs-recently-updated-docs) (📋 2 - 50% open · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-recently-updated-docs) (📥 380 / month): ``` - pip install mdx-gh-links + pip install mkdocs-recently-updated-docs ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: - - mdx_gh_links + plugins: + - recently-updated ```
-
recently-updated - 🥉9 · ⭐ 8 · 🐣 · MIT ·
One line of code to display a list of recently updated documents.
+
Github-Links - 🥉9 · ⭐ 15 · ❗Unlicensed ·
Python-Markdown GitHub Links Extension.
-- [GitHub](https://github.com/jaywhj/mkdocs-recently-updated-docs) (⏱️ 17.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-recently-updated-docs) (📥 260 / month): +- [GitHub](https://github.com/Python-Markdown/github-links) (👨‍💻 5 · 🔀 10 · ⏱️ 04.09.2025) +- [PyPi](https://pypi.org/project/mdx-gh-links) (📥 10K / month): ``` - pip install mkdocs-recently-updated-docs + pip install mdx-gh-links ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - recently-updated + markdown_extensions: + - mdx_gh_links ```
branchcustomization - 🥉7 · ⭐ 3 · 💤 · MIT ·
Customize MkDocs options on a per-branch basis.
- [GitHub](https://github.com/effigies/mkdocs-branchcustomization-plugin) (📦 26 · ⏱️ 17.04.2022) -- [PyPi](https://pypi.org/project/mkdocs-branchcustomization-plugin) (📥 840 / month): +- [PyPi](https://pypi.org/project/mkdocs-branchcustomization-plugin) (📥 550 / month): ``` pip install mkdocs-branchcustomization-plugin ``` @@ -1938,7 +1938,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Github Releaase Changelog - 🥉6 · ⭐ 9 · 💤 · MIT ·
mkdocs extension to autogenerate changelog from github releases.
- [GitHub](https://github.com/djpugh/mkdocs_github_changelog) (👨‍💻 2 · ⏱️ 02.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-github-changelog) (📥 320 / month): +- [PyPi](https://pypi.org/project/mkdocs-github-changelog) (📥 300 / month): ``` pip install mkdocs-github-changelog ``` @@ -1951,7 +1951,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
git-latest-release - 🥉4 · ⭐ 2 · 💤 · ❗️GPL-3.0 ·
Plugin for MKDocs to inject the latest release tag from git into markdown.
- [GitHub](https://github.com/agarthetiger/mkdocs_latest_release_plugin) (👨‍💻 3 · ⏱️ 29.12.2019) -- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 720 / month): +- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 400 / month): ``` pip install mkdocs-latest-release-plugin ``` @@ -1967,10 +1967,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
minify - 🥇24 · ⭐ 180 · 💤 · MIT ·
A mkdocs plugin to minify the HTML of a page before it is written to disk.
+
minify - 🥇24 · ⭐ 190 · 💤 · MIT ·
A mkdocs plugin to minify the HTML of a page before it is written to disk.
-- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨‍💻 14 · 🔀 27 · 📦 11K · 📋 18 - 27% open · ⏱️ 29.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-minify-plugin) (📥 690K / month): +- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨‍💻 14 · 🔀 30 · 📦 12K · 📋 18 - 27% open · ⏱️ 29.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-minify-plugin) (📥 930K / month): ``` pip install mkdocs-minify-plugin ``` @@ -1980,23 +1980,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - minify ```
-
enumerate-headings - 🥇18 · ⭐ 45 · 💤 · MIT ·
MkDocs Plugin to enumerate the headings across site pages.
- -- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 5 · 🔀 12 · 📦 340 · 📋 33 - 15% open · ⏱️ 16.04.2024) -- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 34K / month): - ``` - pip install mkdocs-enumerate-headings-plugin - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - enumerate-headings - ``` -
-
minify-html - 🥇18 · ⭐ 12 · MIT ·
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.
+
minify-html - 🥇20 · ⭐ 12 · MIT ·
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.
-- [GitHub](https://github.com/monosans/mkdocs-minify-html-plugin) (👨‍💻 4 · 📦 73 · ⏱️ 06.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-minify-html-plugin) (📥 50K / month): +- [GitHub](https://github.com/monosans/mkdocs-minify-html-plugin) (👨‍💻 4 · 🔀 1 · 📦 96 · ⏱️ 03.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-minify-html-plugin) (📥 32K / month): ``` pip install mkdocs-minify-html-plugin ``` @@ -2006,10 +1993,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - minify_html ```
-
Publisher for MkDocs - social - 🥈17 · ⭐ 120 · MIT ·
Social media sharing helper.
+
Publisher for MkDocs - social - 🥈16 · ⭐ 130 · MIT ·
Social media sharing helper.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -2019,10 +2006,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-social ```
-
Publisher for MkDocs - minifier - 🥈17 · ⭐ 120 · MIT ·
Size optimization (minification) for HTML, CSS, JS, SVG, PNG and JPEG files.
+
Publisher for MkDocs - minifier - 🥈16 · ⭐ 130 · MIT ·
Size optimization (minification) for HTML, CSS, JS, SVG, PNG and JPEG files.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -2032,23 +2019,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-minifier ```
-
add-number - 🥈13 · ⭐ 19 · 💤 · MIT ·
MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.
+
enumerate-headings - 🥈14 · ⭐ 47 · 💤 · MIT ·
MkDocs Plugin to enumerate the headings across site pages.
-- [GitHub](https://github.com/ignorantshr/mkdocs-add-number-plugin) (👨‍💻 3 · 🔀 4 · 📦 50 · 📋 12 - 25% open · ⏱️ 11.06.2020) -- [PyPi](https://pypi.org/project/mkdocs-add-number-plugin) (📥 14K / month): +- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 5 · 🔀 12 · 📦 370 · 📋 33 - 15% open · ⏱️ 16.04.2024) +- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin): ``` - pip install mkdocs-add-number-plugin + pip install mkdocs-enumerate-headings-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - add-number + - enumerate-headings ```
-
mkdocs-extra-sass-plugin - 🥈13 · ⭐ 4 · 💤 · MIT ·
Adds stylesheets to your mkdocs site from Sass/SCSS.
+
mkdocs-extra-sass-plugin - 🥈13 · ⭐ 5 · 💤 · MIT ·
Adds stylesheets to your mkdocs site from Sass/SCSS.
-- [GitHub](https://github.com/orzih/mkdocs-extra-sass-plugin) (🔀 4 · 📦 76 · ⏱️ 13.02.2021) -- [PyPi](https://pypi.org/project/mkdocs-extra-sass-plugin) (📥 9.5K / month): +- [GitHub](https://github.com/orzih/mkdocs-extra-sass-plugin) (🔀 4 · 📦 83 · ⏱️ 13.02.2021) +- [PyPi](https://pypi.org/project/mkdocs-extra-sass-plugin) (📥 13K / month): ``` pip install mkdocs-extra-sass-plugin ``` @@ -2058,10 +2045,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - extra-sass ```
-
mkdocs-link-embeds - 🥉11 · ⭐ 11 · MIT ·
Mkdocs plugin which displays links in a more elegant way. Links will automatically be populated with an image,..
+
mkdocs-link-embeds - 🥈11 · ⭐ 12 · MIT ·
Mkdocs plugin which displays links in a more elegant way. Links will automatically be populated with an image,..
- [GitHub](https://github.com/Aetherinox/mkdocs-link-embeds) (📥 24 · 📦 11 · ⏱️ 04.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-link-embeds-plugin) (📥 460 / month): +- [PyPi](https://pypi.org/project/mkdocs-link-embeds-plugin) (📥 420 / month): ``` pip install mkdocs-link-embeds-plugin ``` @@ -2071,10 +2058,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - link-embeds ```
-
mkdocs_safe_text - 🥉10 · ⭐ 4 · 💤 · BSD-2 ·
Plugin for safe text editing with MKDocs.
+
mkdocs_safe_text - 🥉10 · ⭐ 3 · 💤 · BSD-2 ·
Plugin for safe text editing with MKDocs.
- [GitHub](https://github.com/raimon49/mkdocs-safe-text-plugin) (👨‍💻 2 · 📦 10 · ⏱️ 22.07.2024) -- [PyPi](https://pypi.org/project/mkdocs-safe-text-plugin) (📥 270 / month): +- [PyPi](https://pypi.org/project/mkdocs-safe-text-plugin) (📥 620 / month): ``` pip install mkdocs-safe-text-plugin ``` @@ -2084,23 +2071,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs_safe_text ```
-
bootstrap-tables - 🥉9 · ⭐ 12 · 💤 · MIT ·
A MkDocs plugin to add bootstrap classes to plan markdown generated tables.
+
add-number - 🥉9 · ⭐ 19 · 💤 · MIT ·
MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.
-- [GitHub](https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin) (🔀 2 · 📦 98 · ⏱️ 27.03.2020) -- [PyPi](https://pypi.org/project/mkdocs-bootstrap-tables-plugin) (📥 1.5K / month): +- [GitHub](https://github.com/ignorantshr/mkdocs-add-number-plugin) (👨‍💻 3 · 🔀 3 · 📦 51 · 📋 12 - 25% open · ⏱️ 11.06.2020) +- [PyPi](https://pypi.org/project/mkdocs-add-number-plugin): ``` - pip install mkdocs-bootstrap-tables-plugin + pip install mkdocs-add-number-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - bootstrap-tables + - add-number ```
mkdocs-add-teaser - 🥉9 · ⭐ 4 · 💤 · MIT ·
An MkDocs plugin to customize the first paragraph of your pages, and to use it as the pages meta description.
-- [GitHub](https://github.com/wilhelmer/mkdocs-add-teaser) (👨‍💻 3 · 🔀 1 · 📦 7 · ⏱️ 08.11.2022) -- [PyPi](https://pypi.org/project/mkdocs-add-teaser) (📥 220 / month): +- [GitHub](https://github.com/wilhelmer/mkdocs-add-teaser) (👨‍💻 3 · 🔀 1 · 📦 8 · ⏱️ 08.11.2022) +- [PyPi](https://pypi.org/project/mkdocs-add-teaser) (📥 510 / month): ``` pip install mkdocs-add-teaser ``` @@ -2110,45 +2097,58 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-add-teaser ```
-
toggle-sidebar - 🥉8 · ⭐ 9 · MIT ·
Toggle the navigation and/or TOC sidebars on your MkDocs site.
+
bootstrap-tables - 🥉8 · ⭐ 13 · 💤 · MIT ·
A MkDocs plugin to add bootstrap classes to plan markdown generated tables.
-- [GitHub](https://github.com/six-two/mkdocs-toggle-sidebar-plugin) (👨‍💻 2 · 🔀 3 · 📋 9 - 11% open · ⏱️ 21.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-toggle-sidebar-plugin) (📥 6.4K / month): +- [GitHub](https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin) (🔀 2 · 📦 110 · ⏱️ 27.03.2020) +- [PyPi](https://pypi.org/project/mkdocs-bootstrap-tables-plugin) (📥 760 / month): ``` - pip install mkdocs-toggle-sidebar-plugin + pip install mkdocs-bootstrap-tables-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - toggle-sidebar + - bootstrap-tables ```
-
mkdocs-ai-summary - 🥉6 · ⭐ 11 · MIT ·
A mkdocs plugin to generage summary with the help of AI.
+
toggle-sidebar - 🥉8 · ⭐ 10 · MIT ·
Toggle the navigation and/or TOC sidebars on your MkDocs site.
-- [GitHub](https://github.com/AIboy996/mkdocs-ai-summary) (📦 3 · 📋 2 - 50% open · ⏱️ 27.12.2024) -- [PyPi](https://pypi.org/project/mkdocs-ai-summary) (📥 33 / month): +- [GitHub](https://github.com/six-two/mkdocs-toggle-sidebar-plugin) (👨‍💻 2 · 🔀 3 · ⏱️ 08.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-toggle-sidebar-plugin) (📥 7K / month): ``` - pip install mkdocs-ai-summary + pip install mkdocs-toggle-sidebar-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - ai-summary + - toggle-sidebar ```
-
MkDocs Pygments - 🥉6 · ⭐ 8 · ISC ·
Highlighting themes for code blocks. Available to sponsors only.
+
MkDocs Pygments - 🥉8 · ⭐ 9 · ISC ·
Highlighting themes for code blocks.
-- [GitHub](https://github.com/pawamoy/mkdocs-pygments) (🔀 1 · 📦 3 · ⏱️ 23.01.2025) +- [GitHub](https://github.com/pawamoy/mkdocs-pygments) (🔀 2 · 📦 5 · ⏱️ 01.12.2025) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - pygments ```
-
mk-append-to-head - 🥉4 · 🐣 · MIT ·
Append some string to a MkDocs pages head.
+
mkdocs-ai-summary - 🥉6 · ⭐ 11 · 💤 · MIT ·
A mkdocs plugin to generage summary with the help of AI.
+ +- [GitHub](https://github.com/AIboy996/mkdocs-ai-summary) (📦 4 · 📋 2 - 50% open · ⏱️ 27.12.2024) +- [PyPi](https://pypi.org/project/mkdocs-ai-summary) (📥 69 / month): + ``` + pip install mkdocs-ai-summary + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - ai-summary + ``` +
+
mk-append-to-head - 🥉5 · MIT ·
Append some string to a MkDocs pages head.
- [GitHub](https://github.com/marcelaodev/mk-append-to-head) (⏱️ 18.08.2025) -- [PyPi](https://pypi.org/project/mk-append-to-head) (📥 19 / month): +- [PyPi](https://pypi.org/project/mk-append-to-head) (📥 17 / month): ``` pip install mk-append-to-head ``` @@ -2158,7 +2158,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mk-append-to-head ```
-
docstyler - 🥉2 · ⭐ 2 · 💤 · BSD-3 ·
Plugin to add alternative stylesheets to MkDocs custom themes.
+
docstyler - 🥉2 · ⭐ 1 · 💤 · BSD-3 ·
Plugin to add alternative stylesheets to MkDocs custom themes.
- [GitHub](https://github.com/hfagerlund/mkdocs-docstyler-plugin) (⏱️ 16.02.2019) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): @@ -2173,49 +2173,49 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
MkDocs Swagger UI Tag - 🥇21 · ⭐ 100 · MIT ·
A MkDocs plugin supports adding Swagger UI to the page.
+
mkdocs-llmstxt - 🥇22 · ⭐ 110 · ISC ·
MkDocs plugin to generate an /llms.txt file (https://llmstxt.org/).
-- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (👨‍💻 8 · 🔀 12 · 📥 47 · 📦 340 · 📋 28 - 25% open · ⏱️ 23.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (📥 110K / month): +- [GitHub](https://github.com/pawamoy/mkdocs-llmstxt) (👨‍💻 5 · 🔀 12 · 📦 290 · ⏱️ 01.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-llmstxt) (📥 220K / month): ``` - pip install mkdocs-swagger-ui-tag + pip install mkdocs-llmstxt ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - swagger-ui-tag + - llmstxt ```
-
mkdocs-llmstxt - 🥇20 · ⭐ 83 · ISC ·
MkDocs plugin to generate an /llms.txt file (https://llmstxt.org/).
+
MkDocs Swagger UI Tag - 🥇21 · ⭐ 110 · MIT ·
A MkDocs plugin supports adding Swagger UI to the page.
-- [GitHub](https://github.com/pawamoy/mkdocs-llmstxt) (👨‍💻 4 · 🔀 9 · 📦 90 · 📋 19 - 31% open · ⏱️ 03.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-llmstxt) (📥 87K / month): +- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (👨‍💻 8 · 🔀 14 · 📥 47 · 📦 370 · 📋 31 - 29% open · ⏱️ 22.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (📥 180K / month): ``` - pip install mkdocs-llmstxt + pip install mkdocs-swagger-ui-tag ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - llmstxt + - swagger-ui-tag ```
-
mkdocs-coverage - 🥈18 · ⭐ 36 · ISC ·
MkDocs plugin to integrate your coverage HTML report into your site.
+
MkDocs asciinema-player - 🥈18 · ⭐ 20 · MIT ·
Mkdocs Plugin to include asciinema player in your documentation.
-- [GitHub](https://github.com/pawamoy/mkdocs-coverage) (👨‍💻 2 · 🔀 1 · 📦 270 · 📋 10 - 40% open · ⏱️ 11.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-coverage) (📥 44K / month): +- [GitHub](https://github.com/pa-decarvalho/mkdocs-asciinema-player) (👨‍💻 6 · 🔀 3 · 📦 20 · 📋 38 - 13% open · ⏱️ 09.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-asciinema-player) (📥 2.1K / month): ``` - pip install mkdocs-coverage + pip install mkdocs-asciinema-player ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - coverage + - asciinema-player ```
-
Publisher for MkDocs - obsidian - 🥈17 · ⭐ 120 · MIT ·
Obsidian.md integration including with support for wiki links, callouts, backlinks etc.
+
Publisher for MkDocs - obsidian - 🥈16 · ⭐ 130 · MIT ·
Obsidian.md integration including with support for wiki links, callouts, backlinks etc.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -2225,44 +2225,57 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-obsidian ```
-
MkDocs asciinema-player - 🥈15 · ⭐ 20 · MIT ·
Mkdocs Plugin to include asciinema player in your documentation.
+
mkdocs-render-swagger-plugin - 🥈14 · ⭐ 78 · 💤 · MIT ·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.
-- [GitHub](https://github.com/pa-decarvalho/mkdocs-asciinema-player) (👨‍💻 5 · 🔀 2 · 📦 15 · 📋 32 - 12% open · ⏱️ 10.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-asciinema-player) (📥 1.1K / month): +- [GitHub](https://github.com/bharel/mkdocs-render-swagger-plugin) (👨‍💻 8 · 🔀 14 · 📥 11 · 📋 15 - 20% open · ⏱️ 23.09.2024) +- [PyPi](https://pypi.org/project/mkdocs-render-swagger-plugin) (📥 120K / month): ``` - pip install mkdocs-asciinema-player + pip install mkdocs-render-swagger-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - asciinema-player + - render_swagger ```
-
mkdocs-render-swagger-plugin - 🥉14 · ⭐ 76 · 💤 · MIT ·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.
+
mkdocs-coverage - 🥉12 · ⭐ 37 · 📉 · ISC ·
MkDocs plugin to integrate your coverage HTML report into your site.
-- [GitHub](https://github.com/bharel/mkdocs-render-swagger-plugin) (👨‍💻 8 · 🔀 13 · 📥 11 · 📋 15 - 20% open · ⏱️ 23.09.2024) -- [PyPi](https://pypi.org/project/mkdocs-render-swagger-plugin) (📥 99K / month): +- [GitHub](https://github.com/pawamoy/mkdocs-coverage) (👨‍💻 2 · 🔀 1 · 📦 320 · ⏱️ 01.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-coverage): ``` - pip install mkdocs-render-swagger-plugin + pip install mkdocs-coverage ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - render_swagger + - coverage + ``` +
+
mkdocs-copy-to-llm - 🥉12 · ⭐ 13 · 📈 · MIT ·
A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire..
+ +- [GitHub](https://github.com/leonardocustodio/mkdocs-copy-to-llm) (👨‍💻 4 · 🔀 3 · 📦 1 · 📋 7 - 14% open · ⏱️ 27.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-copy-to-llm) (📥 650 / month): + ``` + pip install mkdocs-copy-to-llm + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - copy-to-llm ```
MkDocs Backend for Foliant - 🥉11 · ⭐ 3 · 💤 · MIT
MkDocs backend for Foliant.
- [GitHub](https://github.com/foliant-docs/foliantcontrib.mkdocs) (👨‍💻 5 · 🔀 3 · 📦 35 · ⏱️ 12.12.2022) -- [PyPi](https://pypi.org/project/foliantcontrib.mkdocs) (📥 360 / month): +- [PyPi](https://pypi.org/project/foliantcontrib.mkdocs) (📥 260 / month): ``` pip install foliantcontrib.mkdocs ```
-
mkdocs-mcp - 🥉9 · ⭐ 7 · MIT ·
MkDocs Plugin to serve MCP.
+
mkdocs-mcp - 🥉7 · ⭐ 9 · MIT ·
MkDocs Plugin to serve MCP.
-- [GitHub](https://github.com/ubaumann/mkdocs-mcp) (⏱️ 20.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-mcp) (📥 97 / month): +- [GitHub](https://github.com/ubaumann/mkdocs-mcp) (🔀 2 · ⏱️ 20.09.2025) +- [PyPi](https://pypi.org/project/mkdocs-mcp) (📥 110 / month): ``` pip install mkdocs-mcp ``` @@ -2272,20 +2285,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mcp ```
-
mkdocs-copy-to-llm - 🥉7 · ⭐ 9 · 🐣 · MIT ·
A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire..
- -- [GitHub](https://github.com/leonardocustodio/mkdocs-copy-to-llm) (🔀 1 · 📦 1 · 📋 3 - 33% open · ⏱️ 30.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-copy-to-llm) (📥 110 / month): - ``` - pip install mkdocs-copy-to-llm - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - copy-to-llm - ``` -
-
factsheet - 🥉6 · ⭐ 4 · 💤 · MIT ·
Generate overviews from YAML descriptions, intended for micro-services and their deployments.
+
factsheet - 🥉6 · ⭐ 5 · 💤 · MIT ·
Generate overviews from YAML descriptions, intended for micro-services and their deployments.
- [GitHub](https://github.com/inuits/mkdocs-factsheet) (👨‍💻 4 · 🔀 1 · ⏱️ 08.02.2023) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): @@ -2306,7 +2306,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
MkDocs Dependency License Information - 🥉5 · ⭐ 5 · 💤 · MIT ·
mkdocs extension to visualise package dependencies license information.
- [GitHub](https://github.com/djpugh/mkdocs_licenseinfo) (👨‍💻 2 · ⏱️ 02.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-licenseinfo) (📥 56 / month): +- [PyPi](https://pypi.org/project/mkdocs-licenseinfo) (📥 120 / month): ``` pip install mkdocs-licenseinfo ``` @@ -2316,10 +2316,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs_licenseinfo ```
-
Vercel Password Protection - 🥉4 · MIT ·
Allows you to password protect your site if it is deployed by Vercel, by adding routes to the vercel.json file.
+
Vercel Password Protection - 🥉5 · 💤 · MIT ·
Allows you to password protect your site if it is deployed by Vercel, by adding routes to the vercel.json file.
- [GitHub](https://github.com/six-two/mkdocs-vercel-pw-plugin) (⏱️ 11.11.2024) -- [PyPi](https://pypi.org/project/mkdocs-vercel-pw-plugin) (📥 19 / month): +- [PyPi](https://pypi.org/project/mkdocs-vercel-pw-plugin) (📥 41 / month): ``` pip install mkdocs-vercel-pw-plugin ``` @@ -2335,10 +2335,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
static-i18n - 🥇22 · ⭐ 300 · MIT ·
MkDocs i18n plugin using static translation markdown files.
+
static-i18n - 🥇23 · ⭐ 320 · MIT ·
MkDocs i18n plugin using static translation markdown files.
-- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 13 · 🔀 45 · 📦 1.8K · 📋 150 - 18% open · ⏱️ 14.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 140K / month): +- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 14 · 🔀 48 · 📦 2.2K · 📋 160 - 19% open · ⏱️ 02.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 190K / month): ``` pip install mkdocs-static-i18n ``` @@ -2348,10 +2348,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - i18n ```
-
mkdocs-mdpo - 🥉10 · ⭐ 10 · 💤 · BSD-3 ·
Mkdocs translation plugin using PO files.
+
mkdocs-mdpo - 🥉11 · ⭐ 11 · 💤 · BSD-3 ·
Mkdocs translation plugin using PO files.
-- [GitHub](https://github.com/mondeja/mkdocs-mdpo-plugin) (👨‍💻 4 · 🔀 6 · 📥 260 · 📋 37 - 35% open · ⏱️ 10.06.2024) -- [PyPi](https://pypi.org/project/mkdocs-mdpo-plugin) (📥 98 / month): +- [GitHub](https://github.com/mondeja/mkdocs-mdpo-plugin) (👨‍💻 4 · 🔀 7 · 📥 260 · 📋 37 - 35% open · ⏱️ 10.06.2024) +- [PyPi](https://pypi.org/project/mkdocs-mdpo-plugin) (📥 150 / month): ``` pip install mkdocs-mdpo-plugin ``` @@ -2363,7 +2363,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Mkdocs translations plugin - 🥉2 · ❗Unlicensed ·
Internationalization plugin for mkdocs.
-- [PyPi](https://pypi.org/project/mkdocs-translations) (📥 23 / month): +- [PyPi](https://pypi.org/project/mkdocs-translations) (📥 39 / month): ``` pip install mkdocs-translations ``` @@ -2379,10 +2379,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
mkdocs-redirects - 🥇26 · ⭐ 230 · MIT ·
Open source plugin for Mkdocs page redirects.
+
mkdocs-redirects - 🥇26 · ⭐ 240 · MIT ·
Open source plugin for Mkdocs page redirects.
-- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (👨‍💻 18 · 🔀 33 · 📦 6.3K · 📋 40 - 30% open · ⏱️ 19.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 1.7M / month): +- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (👨‍💻 18 · 🔀 35 · 📦 7K · 📋 40 - 30% open · ⏱️ 19.05.2025) +- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 2.2M / month): ``` pip install mkdocs-redirects ``` @@ -2392,23 +2392,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - redirects ```
-
bibtex - 🥇22 · ⭐ 88 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex.
- -- [GitHub](https://github.com/shyamd/mkdocs-bibtex) (👨‍💻 21 · 🔀 29 · 📦 440 · 📋 59 - 10% open · ⏱️ 01.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-bibtex) (📥 33K / month): - ``` - pip install mkdocs-bibtex - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - bibtex - ``` -
-
htmlproofer - 🥇21 · ⭐ 48 · 📈 · MIT ·
A MkDocs plugin that validates URL in rendered html files.
+
htmlproofer - 🥇22 · ⭐ 49 · MIT ·
A MkDocs plugin that validates URL in rendered html files.
-- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (👨‍💻 15 · 🔀 16 · 📦 570 · 📋 37 - 10% open · ⏱️ 27.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (📥 76K / month): +- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (👨‍💻 16 · 🔀 17 · 📦 650 · 📋 38 - 7% open · ⏱️ 23.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (📥 88K / month): ``` pip install mkdocs-htmlproofer-plugin ``` @@ -2418,10 +2405,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - htmlproofer ```
-
autorefs - 🥈19 · ⭐ 79 · ISC ·
Automatically link across pages in MkDocs.
+
autorefs - 🥇19 · ⭐ 82 · ISC ·
Automatically link across pages in MkDocs.
-- [GitHub](https://github.com/mkdocstrings/autorefs) (👨‍💻 9 · 🔀 11 · 📋 35 - 5% open · ⏱️ 25.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-autorefs) (📥 4.7M / month): +- [GitHub](https://github.com/mkdocstrings/autorefs) (👨‍💻 9 · 🔀 11 · ⏱️ 10.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-autorefs) (📥 6.8M / month): ``` pip install mkdocs-autorefs ``` @@ -2431,23 +2418,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - autorefs ```
-
mkdocs-open-in-new-tab - 🥈17 · ⭐ 41 · MIT ·
This plugin adds JS to open outgoing links and PDFs in a new tab.
+
bibtex - 🥈17 · ⭐ 91 · 📉 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex.
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) (👨‍💻 2 · 🔀 5 · 📦 590 · 📋 9 - 44% open · ⏱️ 18.11.2024) -- [PyPi](https://pypi.org/project/mkdocs-open-in-new-tab) (📥 270K / month): +- [GitHub](https://github.com/shyamd/mkdocs-bibtex) (👨‍💻 21 · 🔀 29 · 📋 59 - 10% open · ⏱️ 01.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-bibtex) (📥 65K / month): ``` - pip install mkdocs-open-in-new-tab + pip install mkdocs-bibtex ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - open-in-new-tab + - bibtex ```
-
autolinks - 🥈16 · ⭐ 88 · 💤 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
+
autolinks - 🥈17 · ⭐ 90 · 💤 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
-- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (👨‍💻 10 · 🔀 16 · 📦 630 · 📋 18 - 50% open · ⏱️ 04.08.2023) -- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 53K / month): +- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (👨‍💻 10 · 🔀 18 · 📦 660 · 📋 18 - 50% open · ⏱️ 04.08.2023) +- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 71K / month): ``` pip install mkdocs-autolinks-plugin ``` @@ -2457,88 +2444,88 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - autolinks ```
-
mkdocs-site-urls - 🥈16 · ⭐ 20 · MIT ·
A MkDocs plugin that adds support for site-relative `site:` URLs.
+
mkdocs-open-in-new-tab - 🥈17 · ⭐ 44 · 💤 · MIT ·
This plugin adds JS to open outgoing links and PDFs in a new tab.
-- [GitHub](https://github.com/OctoPrint/mkdocs-site-urls) (👨‍💻 2 · 🔀 3 · 📦 60 · 📋 5 - 40% open · ⏱️ 04.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-site-urls) (📥 15K / month): +- [GitHub](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) (👨‍💻 2 · 🔀 5 · 📦 640 · 📋 9 - 44% open · ⏱️ 18.11.2024) +- [PyPi](https://pypi.org/project/mkdocs-open-in-new-tab) (📥 300K / month): ``` - pip install mkdocs-site-urls + pip install mkdocs-open-in-new-tab ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - site-urls + - open-in-new-tab ```
-
ezlinks - 🥈15 · ⭐ 42 · 💤 · MIT ·
Plugin for mkdocs which enables easier linking between pages.
+
link-marker - 🥈17 · ⭐ 9 · MIT ·
MkDocs plugin for marking links e.g. external ones or mails.
-- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (🔀 13 · 📥 220 · 📦 150 · 📋 27 - 44% open · ⏱️ 24.01.2022) -- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (📥 13K / month): +- [GitHub](https://github.com/timmeinerzhagen/mkdocs-link-marker) (👨‍💻 3 · 🔀 2 · 📦 44 · 📋 5 - 40% open · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-link-marker) (📥 1.1M / month): ``` - pip install mkdocs-ezlinks-plugin + pip install mkdocs-link-marker ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - ezlinks + - link-marker ```
-
link-marker - 🥈14 · ⭐ 9 · MIT ·
MkDocs plugin for marking links e.g. external ones or mails.
+
mkdocs-alias-plugin - 🥈16 · ⭐ 16 · MIT ·
An MkDocs plugin allowing links to your pages using a custom alias.
-- [GitHub](https://github.com/timmeinerzhagen/mkdocs-link-marker) (👨‍💻 2 · 🔀 1 · 📦 32 · 📋 5 - 40% open · ⏱️ 20.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-link-marker) (📥 750K / month): +- [GitHub](https://github.com/EddyLuten/mkdocs-alias-plugin) (👨‍💻 5 · 🔀 4 · 📦 39 · 📋 19 - 10% open · ⏱️ 10.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-alias-plugin) (📥 3.1K / month): ``` - pip install mkdocs-link-marker + pip install mkdocs-alias-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - link-marker + - alias ```
-
ezglossary - 🥈13 · ⭐ 17 · MIT ·
Glossary support for mkdocs.
+
ezlinks - 🥈15 · ⭐ 42 · 💤 · MIT ·
Plugin for mkdocs which enables easier linking between pages.
-- [GitHub](https://github.com/realtimeprojects/mkdocs-ezglossary) (👨‍💻 6 · 🔀 2 · 📋 25 - 8% open · ⏱️ 25.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-ezglossary-plugin) (📥 9.3K / month): +- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (🔀 13 · 📥 230 · 📦 160 · 📋 27 - 44% open · ⏱️ 24.01.2022) +- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (📥 21K / month): ``` - pip install mkdocs-ezglossary-plugin + pip install mkdocs-ezlinks-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - ezglossary + - ezlinks ```
-
mkdocs-alias-plugin - 🥈13 · ⭐ 16 · MIT ·
An MkDocs plugin allowing links to your pages using a custom alias.
+
roamlinks - 🥈13 · ⭐ 54 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
-- [GitHub](https://github.com/EddyLuten/mkdocs-alias-plugin) (👨‍💻 4 · 🔀 4 · 📦 36 · 📋 15 - 26% open · ⏱️ 22.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-alias-plugin) (📥 1.5K / month): +- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨‍💻 10 · 🔀 16 · ⏱️ 03.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 17K / month): ``` - pip install mkdocs-alias-plugin + pip install mkdocs-roamlinks-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - alias + - roamlinks ```
-
roamlinks - 🥉12 · ⭐ 54 · 💤 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
+
mkdocs-site-urls - 🥉12 · ⭐ 24 · MIT ·
A MkDocs plugin that adds support for site-relative `site:` URLs.
-- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨‍💻 9 · 🔀 14 · ⏱️ 08.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 12K / month): +- [GitHub](https://github.com/OctoPrint/mkdocs-site-urls) (👨‍💻 2 · 🔀 4 · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-site-urls) (📥 21K / month): ``` - pip install mkdocs-roamlinks-plugin + pip install mkdocs-site-urls ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - roamlinks + - site-urls ```
-
unused-files - 🥉12 · ⭐ 16 · 💤 · MIT ·
An MkDocs plugin to find unused (orphaned) files in your project.
+
unused-files - 🥉12 · ⭐ 18 · 💤 · MIT ·
An MkDocs plugin to find unused (orphaned) files in your project.
-- [GitHub](https://github.com/wilhelmer/mkdocs-unused-files) (👨‍💻 2 · 🔀 4 · 📦 33 · 📋 12 - 33% open · ⏱️ 17.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-unused-files) (📥 4.7K / month): +- [GitHub](https://github.com/wilhelmer/mkdocs-unused-files) (👨‍💻 2 · 🔀 4 · 📦 37 · 📋 12 - 33% open · ⏱️ 17.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-unused-files) (📥 7.6K / month): ``` pip install mkdocs-unused-files ``` @@ -2548,10 +2535,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - unused_files ```
-
Autolink References - 🥉9 · ⭐ 19 · 💤 · MIT ·
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
+
ezglossary - 🥉11 · ⭐ 17 · MIT ·
Glossary support for mkdocs.
+ +- [GitHub](https://github.com/realtimeprojects/mkdocs-ezglossary) (👨‍💻 6 · 📋 25 - 8% open · ⏱️ 25.09.2025) +- [PyPi](https://pypi.org/project/mkdocs-ezglossary-plugin) (📥 21K / month): + ``` + pip install mkdocs-ezglossary-plugin + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - ezglossary + ``` +
+
Autolink References - 🥉10 · ⭐ 19 · 💤 · MIT ·
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
-- [GitHub](https://github.com/theskumar/autolink-references-mkdocs-plugin) (👨‍💻 3 · 🔀 7 · 📋 4 - 25% open · ⏱️ 28.12.2023) -- [PyPi](https://pypi.org/project/autolink-references-mkdocs-plugin) (📥 5.3K / month): +- [GitHub](https://github.com/theskumar/autolink-references-mkdocs-plugin) (👨‍💻 3 · 🔀 8 · 📋 4 - 25% open · ⏱️ 28.12.2023) +- [PyPi](https://pypi.org/project/autolink-references-mkdocs-plugin) (📥 13K / month): ``` pip install autolink-references-mkdocs-plugin ``` @@ -2564,7 +2564,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
abs-to-rel - 🥉9 · ⭐ 5 · 💤 · MIT ·
MkDocs plugin for converting absolute links to relative ones.
- [GitHub](https://github.com/sander76/mkdocs-abs-rel-plugin) (👨‍💻 2 · 🔀 3 · 📦 37 · ⏱️ 03.03.2020) -- [PyPi](https://pypi.org/project/mkdocs-abs-rel-plugin) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-abs-rel-plugin) (📥 3.5K / month): ``` pip install mkdocs-abs-rel-plugin ``` @@ -2574,10 +2574,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - abs-to-rel ```
-
Wikilink Plus - 🥉7 · ⭐ 16 · 💤 · ❗Unlicensed ·
A wikilink extension for Python Markdown.
+
Wikilink Plus - 🥉8 · ⭐ 16 · 💤 · ❗Unlicensed ·
A wikilink extension for Python Markdown.
- [GitHub](https://github.com/neurobin/mdx_wikilink_plus) (👨‍💻 5 · 🔀 5 · ⏱️ 26.07.2022) -- [PyPi](https://pypi.org/project/mdx-wikilink-plus) (📥 4.9K / month): +- [PyPi](https://pypi.org/project/mdx-wikilink-plus) (📥 12K / month): ``` pip install mdx-wikilink-plus ``` @@ -2587,36 +2587,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mdx_wikilink_plus ```
-
tooltipster-links - 🥉7 · ⭐ 9 · 💤 · MIT ·
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.
+
MkDocs Backlinks Section Plugin - 🥉8 · ⭐ 8 · MIT ·
Create a backlink section that lists every page linking to the current page.
-- [GitHub](https://github.com/zachhannum/mkdocs-tooltipster-links-plugin) (🔀 1 · 📦 31 · ⏱️ 29.07.2020) -- [PyPi](https://pypi.org/project/mkdocs-tooltipster-links-plugin) (📥 59 / month): +- [GitHub](https://github.com/six-two/mkdocs-backlinks-section-plugin) (👨‍💻 2 · 🔀 1 · ⏱️ 28.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-backlinks-section-plugin) (📥 2.4K / month): ``` - pip install mkdocs-tooltipster-links-plugin + pip install mkdocs-backlinks-section-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - tooltipster-links + - backlinks_section ```
-
MkDocs Backlinks Section Plugin - 🥉6 · ⭐ 7 · MIT ·
Create a backlink section that lists every page linking to the current page.
+
tooltipster-links - 🥉7 · ⭐ 9 · 💤 · MIT ·
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.
-- [GitHub](https://github.com/six-two/mkdocs-backlinks-section-plugin) (👨‍💻 2 · 🔀 1 · ⏱️ 27.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-backlinks-section-plugin) (📥 1.9K / month): +- [GitHub](https://github.com/zachhannum/mkdocs-tooltipster-links-plugin) (🔀 1 · 📦 31 · ⏱️ 29.07.2020) +- [PyPi](https://pypi.org/project/mkdocs-tooltipster-links-plugin) (📥 85 / month): ``` - pip install mkdocs-backlinks-section-plugin + pip install mkdocs-tooltipster-links-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - backlinks_section + - tooltipster-links ```
-
mkdocs-issues-plugin - 🥉6 · ⭐ 3 · 💤 · MIT ·
A plugin for showing the state and labels of issues, PRs and discussions (GitHub or GitLab) in mkdocs generated docs.
+
mkdocs-issues-plugin - 🥉6 · ⭐ 6 · 💤 · MIT ·
A plugin for showing the state and labels of issues, PRs and discussions (GitHub or GitLab) in mkdocs generated docs.
- [GitHub](https://github.com/mihaigalos/mkdocs-issues-plugin) (👨‍💻 3 · 📦 1 · ⏱️ 24.07.2024) -- [PyPi](https://pypi.org/project/mkdocs-issues-plugin) (📥 32 / month): +- [PyPi](https://pypi.org/project/mkdocs-issues-plugin) (📥 120 / month): ``` pip install mkdocs-issues-plugin ``` @@ -2629,7 +2629,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
ArgRef - 🥉6 · ⭐ 2 · 💤 · ❗Unlicensed ·
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
- [GitHub](https://github.com/rhshadrach/mkdocs-argref-plugin) (👨‍💻 5 · 🔀 1 · ⏱️ 25.08.2024) -- [PyPi](https://pypi.org/project/mkdocs-argref-plugin) (📥 640 / month): +- [PyPi](https://pypi.org/project/mkdocs-argref-plugin) (📥 540 / month): ``` pip install mkdocs-argref-plugin ``` @@ -2642,7 +2642,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
webcontext - 🥉6 · ⭐ 1 · MIT ·
Mkdocs plugin for converting absolute paths to webcontext aware paths using the configured webcontext context.
- [GitHub](https://github.com/Darrelk/mkdocs-webcontext-plugin) (👨‍💻 2 · 🔀 1 · 📥 11 · 📦 6 · ⏱️ 23.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 110 / month): +- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 97 / month): ``` pip install mkdocs-webcontext-plugin ``` @@ -2652,19 +2652,6 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - webcontext ```
-
Mkdocs-Addresses - 🥉4 · 💤 · ❗Unlicensed ·
Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..
- -- [PyPi](https://pypi.org/project/mkdocs-addresses) (📥 160 / month): - ``` - pip install mkdocs-addresses - ``` -- [GitLab](https://gitlab.com/frederic-zinelli/mkdocs-addresses) (🔀 0 · ⏱️ 13.07.2023) -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - mkdocs-addresses - ``` -
emailprotect - 🥉3 · ⭐ 5 · 💤 · MIT ·
A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.
- [GitHub](https://github.com/rkoe/mkdocs-emailprotect) (⏱️ 21.01.2020) @@ -2683,16 +2670,29 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - alternate-link ```
+
Mkdocs-Addresses - 🥉2 · 💤 · ❗Unlicensed ·
Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..
+ +- [PyPi](https://pypi.org/project/mkdocs-addresses): + ``` + pip install mkdocs-addresses + ``` +- [GitLab](https://gitlab.com/frederic-zinelli/mkdocs-addresses) (🔀 0 · ⏱️ 13.07.2023) +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - mkdocs-addresses + ``` +

## 🧩 Markdown extensions Back to top -
PyMdown Extensions - 🥇32 · ⭐ 1.1K · 📈 · ❗Unlicensed ·
Extensions for Python Markdown.
+
PyMdown Extensions - 🥇33 · ⭐ 1.1K · ❗Unlicensed ·
Extensions for Python Markdown.
-- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 55 · 🔀 270 · 📦 51K · 📋 410 - 3% open · ⏱️ 25.10.2025) -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 14M / month): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 56 · 🔀 270 · 📦 55K · 📋 420 - 3% open · ⏱️ 04.03.2026) +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 21M / month): ``` pip install pymdown-extensions ``` @@ -2732,8 +2732,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Math extension - 🥇21 · ⭐ 130 · BSD-3 ·
Math extension for Python-Markdown.
-- [GitHub](https://github.com/mitya57/python-markdown-math) (👨‍💻 8 · 🔀 25 · 📦 3.9K · 📋 24 - 8% open · ⏱️ 10.04.2025) -- [PyPi](https://pypi.org/project/python-markdown-math) (📥 240K / month): +- [GitHub](https://github.com/mitya57/python-markdown-math) (👨‍💻 8 · 🔀 25 · 📦 4K · 📋 24 - 8% open · ⏱️ 10.04.2025) +- [PyPi](https://pypi.org/project/python-markdown-math) (📥 360K / month): ``` pip install python-markdown-math ``` @@ -2743,63 +2743,63 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mdx_math ```
-
mkdocs-callouts - 🥇17 · ⭐ 49 · MIT ·
A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.
+
markdown-callouts - 🥇17 · ⭐ 43 · 💤 · MIT ·
Markdown extension: a classier syntax for admonitions.
-- [GitHub](https://github.com/sondregronas/mkdocs-callouts) (👨‍💻 2 · 🔀 3 · 📦 1.4K · ⏱️ 15.01.2025) -- [PyPi](https://pypi.org/project/mkdocs-callouts) (📥 29K / month): +- [GitHub](https://github.com/oprypin/markdown-callouts) (👨‍💻 2 · 🔀 14 · 📦 630 · 📋 13 - 38% open · ⏱️ 15.02.2025) +- [PyPi](https://pypi.org/project/markdown-callouts) (📥 130K / month): ``` - pip install mkdocs-callouts + pip install markdown-callouts ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: + markdown_extensions: - callouts + - github-callouts ```
-
markdown-callouts - 🥇17 · ⭐ 36 · MIT ·
Markdown extension: a classier syntax for admonitions.
+
mkdocs-callouts - 🥈16 · ⭐ 49 · MIT ·
A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.
-- [GitHub](https://github.com/oprypin/markdown-callouts) (👨‍💻 2 · 🔀 14 · 📦 530 · 📋 13 - 38% open · ⏱️ 15.02.2025) -- [PyPi](https://pypi.org/project/markdown-callouts) (📥 84K / month): +- [GitHub](https://github.com/sondregronas/mkdocs-callouts) (👨‍💻 2 · 🔀 4 · 📦 1.4K · ⏱️ 11.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-callouts) (📥 41K / month): ``` - pip install markdown-callouts + pip install mkdocs-callouts ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: + plugins: - callouts - - github-callouts ```
-
Mdx Truly Sane Lists - 🥈15 · ⭐ 99 · 💤 · MIT ·
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..
+
YAML metadata - 🥈16 · ⭐ 28 · MIT ·
YAML metadata extension for Python-Markdown.
-- [GitHub](https://github.com/radude/mdx_truly_sane_lists) (👨‍💻 4 · 🔀 10 · 📋 16 - 50% open · ⏱️ 19.07.2022) -- [PyPi](https://pypi.org/project/mdx-truly-sane-lists) (📥 2.6M / month): +- [GitHub](https://github.com/sivakov512/python-markdown-full-yaml-metadata) (👨‍💻 7 · 🔀 3 · 📦 95 · 📋 10 - 30% open · ⏱️ 14.12.2025) +- [PyPi](https://pypi.org/project/markdown-full-yaml-metadata) (📥 1.3K / month): ``` - pip install mdx-truly-sane-lists + pip install markdown-full-yaml-metadata ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_truly_sane_lists + - full_yaml_metadata ```
-
YAML metadata - 🥈15 · ⭐ 28 · MIT ·
YAML metadata extension for Python-Markdown.
+
Mdx Truly Sane Lists - 🥈15 · ⭐ 100 · 💤 · MIT ·
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..
-- [GitHub](https://github.com/sivakov512/python-markdown-full-yaml-metadata) (👨‍💻 7 · 🔀 4 · 📦 95 · 📋 10 - 30% open · ⏱️ 15.08.2025) -- [PyPi](https://pypi.org/project/markdown-full-yaml-metadata) (📥 1K / month): +- [GitHub](https://github.com/radude/mdx_truly_sane_lists) (👨‍💻 4 · 🔀 10 · 📋 16 - 50% open · ⏱️ 19.07.2022) +- [PyPi](https://pypi.org/project/mdx-truly-sane-lists) (📥 3.2M / month): ``` - pip install markdown-full-yaml-metadata + pip install mdx-truly-sane-lists ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - full_yaml_metadata + - mdx_truly_sane_lists ```
Markdown Inline Graphviz - 🥈13 · ⭐ 5 · 💤 · MIT ·
Render inline graphs with Markdown and Graphviz.
- [GitHub](https://github.com/cesaremorel/markdown-inline-graphviz) (👨‍💻 9 · 🔀 10 · ⏱️ 16.01.2024) -- [PyPi](https://pypi.org/project/markdown-inline-graphviz-extension) (📥 240K / month): +- [PyPi](https://pypi.org/project/markdown-inline-graphviz-extension) (📥 250K / month): ``` pip install markdown-inline-graphviz-extension ``` @@ -2812,7 +2812,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
MarkdownSuperscript - 🥈12 · ⭐ 2 · 💤 · BSD-2 ·
An extension to the Python Markdown package enabling superscript text.
- [GitHub](https://github.com/jambonrose/markdown_superscript_extension) (👨‍💻 2 · 🔀 3 · 📦 47 · 📋 4 - 25% open · ⏱️ 02.12.2018) -- [PyPi](https://pypi.org/project/MarkdownSuperscript) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/MarkdownSuperscript) (📥 2K / month): ``` pip install MarkdownSuperscript ``` @@ -2825,7 +2825,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Markdown Checklist - 🥈11 · ⭐ 83 · 💤 · MIT ·
Python Markdown extension for lists of tasks with checkboxes.
- [GitHub](https://github.com/FND/markdown-checklist) (👨‍💻 2 · 🔀 33 · 📋 8 - 12% open · ⏱️ 29.07.2022) -- [PyPi](https://pypi.org/project/markdown-checklist) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/markdown-checklist) (📥 5.1K / month): ``` pip install markdown-checklist ``` @@ -2838,7 +2838,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
MarkdownSubscript - 🥈11 · ⭐ 3 · 💤 · BSD-2 ·
An extension to the Python Markdown package enabling subscript text.
- [GitHub](https://github.com/jambonrose/markdown_subscript_extension) (👨‍💻 2 · 🔀 1 · 📦 59 · 📋 5 - 40% open · ⏱️ 02.12.2018) -- [PyPi](https://pypi.org/project/MarkdownSubscript) (📥 540 / month): +- [PyPi](https://pypi.org/project/MarkdownSubscript) (📥 620 / month): ``` pip install MarkdownSubscript ``` @@ -2850,7 +2850,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
markdown-katex - 🥈9 · ⭐ 11 · 💤 · ❗Unlicensed ·
KaTeX extension for Python Markdown.
-- [PyPi](https://pypi.org/project/markdown-katex) (📥 500K / month): +- [PyPi](https://pypi.org/project/markdown-katex) (📥 890K / month): ``` pip install markdown-katex ``` @@ -2861,73 +2861,73 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdown_katex ```
-
Breakless Lists - 🥈9 · ⭐ 6 · 💤 · MIT ·
Python markdown breakless lists extension.
+
python-asciimathml - 🥈9 · ⭐ 4 · 💤 · ❗️GPL-3.0 ·
python ASCIIMathML to Presentation MathML translator.
-- [GitHub](https://github.com/adamb70/mdx-breakless-lists) (🔀 2 · 📋 2 - 50% open · ⏱️ 08.10.2020) -- [PyPi](https://pypi.org/project/mdx-breakless-lists) (📥 18K / month): +- [GitHub](https://github.com/ShadowKyogre/python-asciimathml) (👨‍💻 8 · 🔀 4 · ⏱️ 04.04.2017) +- [PyPi](https://pypi.org/project/asciimathml) (📥 2K / month): ``` - pip install mdx-breakless-lists + pip install asciimathml ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_breakless_lists + - mdx_asciimathml ```
-
caption - 🥉8 · ⭐ 11 · ❗️GPL-3.0 · +
markdown-icons - 🥉8 · ⭐ 14 · 💤 · ❗Unlicensed ·
Easily display icon fonts in markdown.
-- [GitHub](https://github.com/flywire/caption) (👨‍💻 4 · 🔀 3 · 📦 68 · 📋 8 - 87% open · ⏱️ 03.05.2025) +- [GitHub](https://github.com/MadLittleMods/markdown-icons) (👨‍💻 4 · 🔀 11 · 📋 7 - 42% open · ⏱️ 09.12.2018) +- [PyPi](https://pypi.org/project/markdown-iconfonts) (📥 200 / month): + ``` + pip install markdown-iconfonts + ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - caption - - image_captions - - table_captions + - iconfonts ```
-
python-asciimathml - 🥉8 · ⭐ 4 · 💤 · ❗️GPL-3.0 ·
python ASCIIMathML to Presentation MathML translator.
+
caption - 🥉8 · ⭐ 12 · ❗️GPL-3.0 · -- [GitHub](https://github.com/ShadowKyogre/python-asciimathml) (👨‍💻 8 · 🔀 4 · ⏱️ 04.04.2017) -- [PyPi](https://pypi.org/project/asciimathml) (📥 570 / month): - ``` - pip install asciimathml - ``` +- [GitHub](https://github.com/flywire/caption) (👨‍💻 4 · 🔀 3 · 📦 68 · 📋 8 - 87% open · ⏱️ 03.05.2025) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_asciimathml + - caption + - image_captions + - table_captions ```
-
markdown-icons - 🥉7 · ⭐ 13 · 💤 · ❗Unlicensed ·
Easily display icon fonts in markdown.
+
markdown-emdash - 🥉8 · ⭐ 3 · 💤 · MIT ·
Emdash extension for python-markdown.
-- [GitHub](https://github.com/MadLittleMods/markdown-icons) (👨‍💻 4 · 🔀 11 · 📋 7 - 42% open · ⏱️ 09.12.2018) -- [PyPi](https://pypi.org/project/markdown-iconfonts) (📥 66 / month): +- [GitHub](https://github.com/czue/markdown-emdash) (🔀 1 · 📦 39 · ⏱️ 18.05.2023) +- [PyPi](https://pypi.org/project/markdown-emdash) (📥 270 / month): ``` - pip install markdown-iconfonts + pip install markdown-emdash ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - iconfonts + - mdx_emdash ```
-
markdown-emdash - 🥉7 · ⭐ 3 · 💤 · MIT ·
Emdash extension for python-markdown.
+
mkpatcher - 🥉7 · ⭐ 2 · 💤 · Apache-2 ·
Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.
-- [GitHub](https://github.com/czue/markdown-emdash) (🔀 1 · 📦 39 · ⏱️ 18.05.2023) -- [PyPi](https://pypi.org/project/markdown-emdash) (📥 91 / month): +- [GitHub](https://github.com/ofek/mkpatcher) (📦 11 · ⏱️ 26.04.2020) +- [PyPi](https://pypi.org/project/mkpatcher) (📥 250 / month): ``` - pip install markdown-emdash + pip install mkpatcher ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_emdash + - mkpatcher ```
Tweetable quotes - 🥉6 · ⭐ 16 · 💤 · MIT ·
Python-Markdown extension to embed tweetable quotes into your blog posts.
- [GitHub](https://github.com/max-arnold/markdown-tweetable) (🔀 1 · 📦 5 · ⏱️ 25.03.2019) -- [PyPi](https://pypi.org/project/markdown-tweetable) (📥 40 / month): +- [PyPi](https://pypi.org/project/markdown-tweetable) (📥 29 / month): ``` pip install markdown-tweetable ``` @@ -2940,7 +2940,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
HEARTBEATS Flavored Markdown - 🥉6 · ⭐ 15 · 💤 · ❗Unlicensed ·
HEARTBEATS Flavored Markdown extension.
- [GitHub](https://github.com/heartbeatsjp/markdown-extension-hbfm) (👨‍💻 2 · 🔀 1 · 📦 10 · ⏱️ 01.03.2018) -- [PyPi](https://pypi.org/project/hbfm) (📥 170 / month): +- [PyPi](https://pypi.org/project/hbfm) (📥 360 / month): ``` pip install hbfm ``` @@ -2953,23 +2953,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - hbfm.quote_uri_hash ```
-
mkpatcher - 🥉6 · ⭐ 2 · 💤 · Apache-2 ·
Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.
+
Breakless Lists - 🥉6 · ⭐ 7 · 💤 · MIT ·
Python markdown breakless lists extension.
-- [GitHub](https://github.com/ofek/mkpatcher) (📦 8 · ⏱️ 26.04.2020) -- [PyPi](https://pypi.org/project/mkpatcher) (📥 210 / month): +- [GitHub](https://github.com/adamb70/mdx-breakless-lists) (🔀 4 · 📋 2 - 50% open · ⏱️ 08.10.2020) +- [PyPi](https://pypi.org/project/mdx-breakless-lists): ``` - pip install mkpatcher + pip install mdx-breakless-lists ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mkpatcher + - mdx_breakless_lists ```
KBD Extension - 🥉6 · ⭐ 2 · 💤 · MIT ·
KBD Extension for Python-Markdown.
- [GitHub](https://github.com/RickTalken/kbdextension) (🔀 1 · 📦 12 · ⏱️ 08.06.2020) -- [PyPi](https://pypi.org/project/kbdextension) (📥 250 / month): +- [PyPi](https://pypi.org/project/kbdextension) (📥 360 / month): ``` pip install kbdextension ``` @@ -2981,8 +2981,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
markdown-del-ins - 🥉5 · ⭐ 13 · 💤 · ❗Unlicensed ·
Markdown extension to support the del and ins tags.
-- [GitHub](https://github.com/honzajavorek/markdown-del-ins) (👨‍💻 2 · ⏱️ 09.01.2020) -- [PyPi](https://pypi.org/project/markdown-del-ins) (📥 2.5K / month): +- [GitHub](https://github.com/honzajavorek/markdown-del-ins) (👨‍💻 2 · 🔀 1 · ⏱️ 09.01.2020) +- [PyPi](https://pypi.org/project/markdown-del-ins) (📥 3.9K / month): ``` pip install markdown-del-ins ``` @@ -2995,7 +2995,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
markdown_sub_sup - 🥉5 · ⭐ 2 · 💤 · ❗️LGPL-3.0 ·
A python markdown extension for add sub and sup support.
- [GitHub](https://github.com/alberic89/markdown_sub_sup) (⏱️ 24.03.2023) -- [PyPi](https://pypi.org/project/markdown-sub-sup) (📥 270 / month): +- [PyPi](https://pypi.org/project/markdown-sub-sup) (📥 490 / month): ``` pip install markdown-sub-sup ``` @@ -3005,9 +3005,9 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdown_sub_sup ```
-
Markdown PyCon - 🥉5 · ⭐ 2 · ISC ·
Markdown extension to parse `pycon` code blocks without indentation or fences.
+
Markdown PyCon - 🥉5 · ⭐ 2 · 💤 · ISC ·
Markdown extension to parse `pycon` code blocks without indentation or fences.
-- [GitHub](https://github.com/pawamoy/markdown-pycon) (📦 3 · ⏱️ 10.01.2025) +- [GitHub](https://github.com/pawamoy/markdown-pycon) (📦 8 · ⏱️ 10.01.2025) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: @@ -3016,7 +3016,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
Markdown Grid Tables - 🥉5 · ⭐ 1 · 💤 · ❗Unlicensed ·
[Python-Markdown](https://python-markdown.github.io/) [extension](https://python-markdown.github.io/extensions/api/)..
-- [PyPi](https://pypi.org/project/markdown-grid-tables) (📥 29K / month): +- [PyPi](https://pypi.org/project/markdown-grid-tables) (📥 41K / month): ``` pip install markdown-grid-tables ``` @@ -3027,30 +3027,30 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdown_grid_tables ```
-
Semantic WikiLinks Extension - 🥉3 · ⭐ 8 · 💤 · ❗Unlicensed ·
Python-Markdown extension to add support for semantic (wiki)links (RDFa).
+
Semantic Data Extension - 🥉3 · ⭐ 8 · 💤 · ❗Unlicensed ·
Python-Markdown extension to add support for semantic data (RDFa).
-- [GitHub](https://github.com/aleray/mdx_semanticwikilinks) (🔀 1 · ⏱️ 15.08.2012) -- [PyPi](https://pypi.org/project/mdx-semanticwikilinks) (📥 81 / month): +- [GitHub](https://github.com/aleray/mdx_semanticdata) (🔀 1 · ⏱️ 05.11.2012) +- [PyPi](https://pypi.org/project/mdx-semanticdata) (📥 25 / month): ``` - pip install mdx-semanticwikilinks + pip install mdx-semanticdata ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_semanticwikilinks + - mdx_semanticdata ```
-
Semantic Data Extension - 🥉3 · ⭐ 7 · 💤 · ❗Unlicensed ·
Python-Markdown extension to add support for semantic data (RDFa).
+
Semantic WikiLinks Extension - 🥉3 · ⭐ 8 · 💤 · ❗Unlicensed ·
Python-Markdown extension to add support for semantic (wiki)links (RDFa).
-- [GitHub](https://github.com/aleray/mdx_semanticdata) (🔀 1 · ⏱️ 05.11.2012) -- [PyPi](https://pypi.org/project/mdx-semanticdata) (📥 76 / month): +- [GitHub](https://github.com/aleray/mdx_semanticwikilinks) (🔀 1 · ⏱️ 15.08.2012) +- [PyPi](https://pypi.org/project/mdx-semanticwikilinks) (📥 120 / month): ``` - pip install mdx-semanticdata + pip install mdx-semanticwikilinks ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml markdown_extensions: - - mdx_semanticdata + - mdx_semanticwikilinks ```
Cite Extension - 🥉3 · ⭐ 6 · 💤 · ❗Unlicensed ·
Python-Markdown extension to support the cite tag.
@@ -3066,9 +3066,9 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mdx_cite ```
-
Django Static Image · ❗Unlicensed · +
Django Static Image - 🥉1 · ❗Unlicensed · -- [PyPi](https://pypi.org/project/markdown-djangostaticimage) (📥 10 / month): +- [PyPi](https://pypi.org/project/markdown-djangostaticimage) (📥 25 / month): ``` pip install markdown-djangostaticimage ``` @@ -3084,36 +3084,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
awesome-nav - 🥇23 · ⭐ 600 · MIT ·
A plugin for customizing the navigation structure of your MkDocs site.
+
encryptcontent - 🥇24 · ⭐ 170 · MIT ·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
-- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨‍💻 10 · 🔀 39 · 📦 330 · 📋 120 - 19% open · ⏱️ 10.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-awesome-nav) (📥 140K / month): +- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (👨‍💻 7 · 🔀 17 · 📥 100 · 📦 1.2K · 📋 73 - 8% open · ⏱️ 31.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 11K / month): ``` - pip install mkdocs-awesome-nav + pip install mkdocs-encryptcontent-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - awesome-nav + - encryptcontent ```
-
encryptcontent - 🥇23 · ⭐ 160 · MIT ·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
+
awesome-nav - 🥇23 · ⭐ 620 · MIT ·
A plugin for customizing the navigation structure of your MkDocs site.
-- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (👨‍💻 6 · 🔀 17 · 📥 100 · 📦 1.2K · 📋 72 - 11% open · ⏱️ 07.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 13K / month): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨‍💻 11 · 🔀 41 · 📦 480 · 📋 120 - 19% open · ⏱️ 02.12.2025) +- [PyPi](https://pypi.org/project/mkdocs-awesome-nav) (📥 210K / month): ``` - pip install mkdocs-encryptcontent-plugin + pip install mkdocs-awesome-nav ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - encryptcontent + - awesome-nav ```
-
literate-nav - 🥇20 · ⭐ 97 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
+
literate-nav - 🥇20 · ⭐ 100 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
-- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 10 · 📦 2.8K · 📋 33 - 48% open · ⏱️ 18.03.2025) -- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 1.4M / month): +- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 10 · 📦 3.2K · 📋 33 - 48% open · ⏱️ 18.03.2025) +- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 2M / month): ``` pip install mkdocs-literate-nav ``` @@ -3125,8 +3125,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-simple-hooks - 🥈19 · ⭐ 66 · 💤 · MIT ·
Define your own hooks for mkdocs, without having to create a new package.
-- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 6 · 🔀 5 · 📥 61 · 📦 2.2K · ⏱️ 14.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-simple-hooks) (📥 96K / month): +- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 6 · 🔀 4 · 📥 61 · 📦 2.3K · ⏱️ 14.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-simple-hooks) (📥 120K / month): ``` pip install mkdocs-simple-hooks ``` @@ -3136,10 +3136,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-simple-hooks ```
-
Publisher for MkDocs - meta - 🥈17 · ⭐ 120 · MIT ·
Automatic navigation based on files metadata with URL name and publication status control.
+
exclude - 🥈17 · ⭐ 96 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
+ +- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 9 · 📦 3K · 📋 12 - 75% open · ⏱️ 20.02.2019) +- [PyPi](https://pypi.org/project/mkdocs-exclude) (📥 210K / month): + ``` + pip install mkdocs-exclude + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - exclude + ``` +
+
Publisher for MkDocs - meta - 🥈16 · ⭐ 130 · MIT ·
Automatic navigation based on files metadata with URL name and publication status control.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -3149,36 +3162,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-meta ```
-
exclude - 🥈17 · ⭐ 97 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
+
mkdocs-gallery - 🥈16 · ⭐ 50 · 💤 · BSD-3 ·
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..
-- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 10 · 📦 2.8K · 📋 12 - 75% open · ⏱️ 20.02.2019) -- [PyPi](https://pypi.org/project/mkdocs-exclude) (📥 220K / month): +- [GitHub](https://github.com/smarie/mkdocs-gallery) (👨‍💻 10 · 🔀 16 · 📋 75 - 41% open · ⏱️ 30.09.2024) +- [PyPi](https://pypi.org/project/mkdocs-gallery) (📥 10K / month): ``` - pip install mkdocs-exclude + pip install mkdocs-gallery ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - exclude + - gallery ```
-
mkdocs-nav-weight - 🥈16 · ⭐ 15 · MIT ·
A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.
+
mkdocs-live-edit-plugin - 🥈16 · ⭐ 36 · MIT ·
An MkDocs plugin that allows editing pages directly from the browser.
-- [GitHub](https://github.com/shu307/mkdocs-nav-weight) (👨‍💻 4 · 🔀 3 · 📦 120 · ⏱️ 09.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-nav-weight) (📥 29K / month): +- [GitHub](https://github.com/EddyLuten/mkdocs-live-edit-plugin) (👨‍💻 6 · 🔀 9 · 📦 18 · 📋 12 - 16% open · ⏱️ 05.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-live-edit-plugin) (📥 830 / month): ``` - pip install mkdocs-nav-weight + pip install mkdocs-live-edit-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs-nav-weight + - live-edit ```
-
section-index - 🥈15 · ⭐ 93 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
+
section-index - 🥈15 · ⭐ 95 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
-- [GitHub](https://github.com/oprypin/mkdocs-section-index) (👨‍💻 3 · 🔀 8 · 📋 23 - 34% open · ⏱️ 05.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 1.1M / month): +- [GitHub](https://github.com/oprypin/mkdocs-section-index) (👨‍💻 3 · 🔀 7 · 📋 23 - 34% open · ⏱️ 05.04.2025) +- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 1.6M / month): ``` pip install mkdocs-section-index ``` @@ -3188,49 +3201,49 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - section-index ```
-
mkdocs-gallery - 🥈15 · ⭐ 49 · 💤 · BSD-3 ·
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..
+
mkdocs-categories-plugin - 🥈14 · ⭐ 16 · 📈 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages.
-- [GitHub](https://github.com/smarie/mkdocs-gallery) (👨‍💻 10 · 🔀 16 · 📋 75 - 41% open · ⏱️ 30.09.2024) -- [PyPi](https://pypi.org/project/mkdocs-gallery) (📥 7.7K / month): +- [GitHub](https://github.com/EddyLuten/mkdocs-categories-plugin) (📦 24 · 📋 6 - 33% open · ⏱️ 14.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-categories-plugin) (📥 3.3K / month): ``` - pip install mkdocs-gallery + pip install mkdocs-categories-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - gallery + - categories ```
-
mkdocs-pagetree-plugin - 🥈14 · ⭐ 12 · MIT ·
MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.
+
mkdocs-nav-weight - 🥈14 · ⭐ 15 · MIT ·
A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.
-- [GitHub](https://github.com/tombreit/mkdocs-pagetree-plugin) (👨‍💻 3 · 🔀 3 · 📦 24 · 📋 15 - 13% open · ⏱️ 02.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-pagetree-plugin) (📥 21K / month): +- [GitHub](https://github.com/shu307/mkdocs-nav-weight) (👨‍💻 4 · 🔀 3 · 📦 130 · ⏱️ 09.09.2025) +- [PyPi](https://pypi.org/project/mkdocs-nav-weight) (📥 45K / month): ``` - pip install mkdocs-pagetree-plugin + pip install mkdocs-nav-weight ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - pagetree + - mkdocs-nav-weight ```
-
mkdocs-live-edit-plugin - 🥈13 · ⭐ 34 · MIT ·
An MkDocs plugin that allows editing pages directly from the browser.
+
mkdocs-pagetree-plugin - 🥈14 · ⭐ 12 · MIT ·
MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.
-- [GitHub](https://github.com/EddyLuten/mkdocs-live-edit-plugin) (👨‍💻 4 · 🔀 6 · 📦 17 · 📋 10 - 30% open · ⏱️ 23.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-live-edit-plugin) (📥 530 / month): +- [GitHub](https://github.com/tombreit/mkdocs-pagetree-plugin) (👨‍💻 3 · 🔀 3 · 📦 31 · 📋 15 - 13% open · ⏱️ 02.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-pagetree-plugin) (📥 23K / month): ``` - pip install mkdocs-live-edit-plugin + pip install mkdocs-pagetree-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - live-edit + - pagetree ```
-
file-filter - 🥈13 · ⭐ 10 · 💤 · MIT ·
A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..
+
file-filter - 🥉13 · ⭐ 10 · 💤 · MIT ·
A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..
-- [GitHub](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin) (👨‍💻 4 · 🔀 4 · 📥 99 · 📦 16 · 📋 15 - 46% open · ⏱️ 19.07.2024) -- [PyPi](https://pypi.org/project/mkdocs-file-filter-plugin) (📥 4.8K / month): +- [GitHub](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin) (👨‍💻 4 · 🔀 4 · 📥 100 · 📦 18 · 📋 15 - 46% open · ⏱️ 19.07.2024) +- [PyPi](https://pypi.org/project/mkdocs-file-filter-plugin) (📥 3.5K / month): ``` pip install mkdocs-file-filter-plugin ``` @@ -3240,23 +3253,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - file-filter ```
-
mkdocs-categories-plugin - 🥉10 · ⭐ 17 · 💤 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages.
+
include directory to navigation - 🥉10 · ⭐ 31 · 💤 · ❗Unlicensed ·
Simple MKDocs plugin than permit to fetch and replace directory in navigation.
-- [GitHub](https://github.com/EddyLuten/mkdocs-categories-plugin) (📦 24 · 📋 5 - 60% open · ⏱️ 22.04.2024) -- [PyPi](https://pypi.org/project/mkdocs-categories-plugin) (📥 1.9K / month): +- [GitHub](https://github.com/mysiki/mkdocs_include_dir_to_nav) (🔀 3 · 📥 15 · 📋 4 - 50% open · ⏱️ 01.03.2022) +- [PyPi](https://pypi.org/project/mkdocs-include-dir-to-nav) (📥 64K / month): ``` - pip install mkdocs-categories-plugin + pip install mkdocs-include-dir-to-nav ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - categories + - include_dir_to_nav ```
mkdocs-breadcrumbs-plugin - 🥉10 · ⭐ 6 · MIT ·
Location-based breadcrumbs navigation.
-- [GitHub](https://github.com/mihaigalos/mkdocs-breadcrumbs-plugin) (👨‍💻 5 · 🔀 2 · 📦 11 · 📋 5 - 40% open · ⏱️ 18.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-breadcrumbs-plugin) (📥 2.1K / month): +- [GitHub](https://github.com/mihaigalos/mkdocs-breadcrumbs-plugin) (👨‍💻 5 · 🔀 2 · 📦 12 · 📋 5 - 40% open · ⏱️ 18.04.2025) +- [PyPi](https://pypi.org/project/mkdocs-breadcrumbs-plugin) (📥 3.8K / month): ``` pip install mkdocs-breadcrumbs-plugin ``` @@ -3269,7 +3282,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
MkRefs - 🥉9 · ⭐ 40 · 💤 · MIT ·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
- [GitHub](https://github.com/DerwenAI/mkrefs) (👨‍💻 2 · 📦 5 · ⏱️ 31.08.2023) -- [PyPi](https://pypi.org/project/mkrefs) (📥 27 / month): +- [PyPi](https://pypi.org/project/mkrefs) (📥 92 / month): ``` pip install mkrefs ``` @@ -3279,23 +3292,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkrefs ```
-
include directory to navigation - 🥉9 · ⭐ 31 · 💤 · ❗Unlicensed ·
Simple MKDocs plugin than permit to fetch and replace directory in navigation.
- -- [GitHub](https://github.com/mysiki/mkdocs_include_dir_to_nav) (🔀 3 · 📥 15 · 📋 4 - 50% open · ⏱️ 01.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-include-dir-to-nav) (📥 54K / month): - ``` - pip install mkdocs-include-dir-to-nav - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - include_dir_to_nav - ``` -
toc-sidebar - 🥉9 · ⭐ 4 · 💤 · MIT ·
An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme.
-- [GitHub](https://github.com/zachhannum/mkdocs-toc-sidebar-plugin) (👨‍💻 2 · 🔀 3 · 📦 50 · ⏱️ 11.01.2020) -- [PyPi](https://pypi.org/project/mkdocs-toc-sidebar-plugin) (📥 450 / month): +- [GitHub](https://github.com/zachhannum/mkdocs-toc-sidebar-plugin) (👨‍💻 2 · 🔀 3 · 📦 53 · ⏱️ 11.01.2020) +- [PyPi](https://pypi.org/project/mkdocs-toc-sidebar-plugin) (📥 930 / month): ``` pip install mkdocs-toc-sidebar-plugin ``` @@ -3305,10 +3305,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - toc-sidebar ```
-
vim-md-tags - 🥉8 · ⭐ 7 · 💤 · MIT ·
An MkDocs plugin that creates a vim tag file of all markdown files.
+
vim-md-tags - 🥉8 · ⭐ 6 · 💤 · MIT ·
An MkDocs plugin that creates a vim tag file of all markdown files.
- [GitHub](https://github.com/zachhannum/mkdocs-vim-md-tags-plugin) (👨‍💻 4 · 🔀 1 · 📦 12 · ⏱️ 08.05.2020) -- [PyPi](https://pypi.org/project/mkdocs-vim-md-tags-plugin) (📥 47 / month): +- [PyPi](https://pypi.org/project/mkdocs-vim-md-tags-plugin) (📥 62 / month): ``` pip install mkdocs-vim-md-tags-plugin ``` @@ -3321,7 +3321,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-nav-enhancements - 🥉8 · ⭐ 3 · 💤 · MIT ·
WIP plugin for working with titles of pages in MkDocs.
- [GitHub](https://github.com/Rylon/mkdocs-nav-enhancements) (⏱️ 24.07.2019) -- [PyPi](https://pypi.org/project/mkdocs-nav-enhancements) (📥 5K / month): +- [PyPi](https://pypi.org/project/mkdocs-nav-enhancements) (📥 4.9K / month): ``` pip install mkdocs-nav-enhancements ``` @@ -3331,10 +3331,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-nav-enhancements ```
-
authors - 🥉7 · ⭐ 1 · 🐣 · MIT ·
MkDocs plugin to display authors dynamically on a template using an .authors.yml file.
+
authors - 🥉7 · ⭐ 2 · MIT ·
MkDocs plugin to display authors dynamically on a template using an .authors.yml file.
-- [GitHub](https://github.com/thomaszwagerman/mkdocs-authors-plugin) (⏱️ 05.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-authors-plugin) (📥 58 / month): +- [GitHub](https://github.com/thomaszwagerman/mkdocs-authors-plugin) (📋 4 - 25% open · ⏱️ 05.08.2025) +- [PyPi](https://pypi.org/project/mkdocs-authors-plugin) (📥 31 / month): ``` pip install mkdocs-authors-plugin ``` @@ -3344,10 +3344,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - authors ```
-
schema-reader - 🥉6 · ⭐ 5 · 💤 · MIT ·
A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..
+
schema-reader - 🥉6 · ⭐ 6 · 💤 · MIT ·
A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..
- [GitHub](https://github.com/magicaljellybeans/mkdocs_schema_reader) (👨‍💻 3 · 🔀 2 · 📋 4 - 50% open · ⏱️ 23.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-schema-reader) (📥 4K / month): +- [PyPi](https://pypi.org/project/mkdocs-schema-reader) (📥 3.9K / month): ``` pip install mkdocs-schema-reader ``` @@ -3359,8 +3359,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-title-casing-plugin - 🥉6 · ⭐ 2 · 💤 · ❗️GPL-3.0 ·
A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.
-- [GitHub](https://github.com/mattchristopher314/mkdocs-title-casing-plugin) (🔀 1 · 📦 10 · ⏱️ 02.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-title-casing-plugin) (📥 440 / month): +- [GitHub](https://github.com/mattchristopher314/mkdocs-title-casing-plugin) (🔀 1 · 📦 11 · ⏱️ 02.09.2023) +- [PyPi](https://pypi.org/project/mkdocs-title-casing-plugin) (📥 660 / month): ``` pip install mkdocs-title-casing-plugin ``` @@ -3370,58 +3370,58 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - title-casing ```
-
select-files - 🥉6 · 💤 · Apache-2 ·
Filter pages for assignments.
+
SWAN Gallery - 🥉6 · ⭐ 1 · ❗️AGPL-3.0 ·
MkDocs plugin to generate a SWAN Gallery.
-- [GitHub](https://github.com/supcik/mkdocs-select-files) (📦 9 · ⏱️ 05.09.2019) -- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 40 / month): +- [GitHub](https://github.com/swan-cern/mkdocs-swangallery) (👨‍💻 3 · 🔀 1 · 📦 3 · ⏱️ 23.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 50 / month): ``` - pip install mkdocs-select-files + pip install mkdocs-swangallery ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - select-files + - swangallery ```
-
awesome-list - 🥉5 · ⭐ 5 · 💤 · MIT ·
MkDocs Plugin to inject social media cards for each entry in an awesome-list.
+
select-files - 🥉6 · 💤 · Apache-2 ·
Filter pages for assignments.
-- [GitHub](https://github.com/carlosperate/mkdocs-awesome-list-plugin) (⏱️ 26.07.2019) +- [GitHub](https://github.com/supcik/mkdocs-select-files) (📦 9 · ⏱️ 05.09.2019) +- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 42 / month): + ``` + pip install mkdocs-select-files + ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - awesome-list + - select-files ```
-
SWAN Gallery - 🥉5 · ⭐ 1 · 💤 · ❗️AGPL-3.0 ·
MkDocs plugin to generate a SWAN Gallery.
+
mkdocs-navsorted-plugin - 🥉6 · BSD-3 ·
mkdocs plugin to get nav sorted without yml directives.
-- [GitHub](https://github.com/swan-cern/mkdocs-swangallery) (👨‍💻 2 · 📦 3 · ⏱️ 20.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 29 / month): +- [GitHub](https://github.com/idlesign/mkdocs-navsorted-plugin) (⏱️ 24.05.2025) +- [PyPi](https://pypi.org/project/mkdocs-navsorted-plugin) (📥 290 / month): ``` - pip install mkdocs-swangallery + pip install mkdocs-navsorted-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - swangallery + - navsorted ```
-
mkdocs-navsorted-plugin - 🥉5 · 📉 · BSD-3 ·
mkdocs plugin to get nav sorted without yml directives.
+
awesome-list - 🥉5 · ⭐ 5 · 💤 · MIT ·
MkDocs Plugin to inject social media cards for each entry in an awesome-list.
-- [GitHub](https://github.com/idlesign/mkdocs-navsorted-plugin) (⏱️ 24.05.2025) -- [PyPi](https://pypi.org/project/mkdocs-navsorted-plugin) (📥 29 / month): - ``` - pip install mkdocs-navsorted-plugin - ``` +- [GitHub](https://github.com/carlosperate/mkdocs-awesome-list-plugin) (⏱️ 26.07.2019) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - navsorted + - awesome-list ```
-
MkDocs Remove Sections Plugin - 🥉4 · MIT ·
Remove sections with specific titles from your MkDocs pages.
+
MkDocs Remove Sections Plugin - 🥉4 · ⭐ 1 · 💤 · MIT ·
Remove sections with specific titles from your MkDocs pages.
- [GitHub](https://github.com/six-two/mkdocs-remove-sections-plugin) (⏱️ 12.11.2024) -- [PyPi](https://pypi.org/project/mkdocs-remove-sections-plugin) (📥 18 / month): +- [PyPi](https://pypi.org/project/mkdocs-remove-sections-plugin) (📥 41 / month): ``` pip install mkdocs-remove-sections-plugin ``` @@ -3446,10 +3446,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
mkdocs-spellcheck - 🥇17 · ⭐ 23 · ISC ·
A spell checker plugin for MkDocs.
+
mkdocs-spellcheck - 🥇20 · ⭐ 23 · ISC ·
A spell checker plugin for MkDocs.
-- [GitHub](https://github.com/pawamoy/mkdocs-spellcheck) (👨‍💻 4 · 🔀 5 · 📦 81 · 📋 26 - 34% open · ⏱️ 05.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-spellcheck) (📥 36K / month): +- [GitHub](https://github.com/pawamoy/mkdocs-spellcheck) (👨‍💻 7 · 🔀 5 · 📦 87 · ⏱️ 11.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-spellcheck) (📥 67K / month): ``` pip install mkdocs-spellcheck ``` @@ -3459,26 +3459,26 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - spellcheck ```
-
mktestdocs - 🥈14 · ⭐ 130 · Apache-2
Run pytest against markdown files/docstrings.
+
mktestdocs - 🥈14 · ⭐ 160 · Apache-2
Run pytest against markdown files/docstrings.
-- [GitHub](https://github.com/koaning/mktestdocs) (👨‍💻 6 · 🔀 10 · 📋 8 - 37% open · ⏱️ 25.07.2025) -- [PyPi](https://pypi.org/project/mktestdocs) (📥 23K / month): +- [GitHub](https://github.com/koaning/mktestdocs) (👨‍💻 6 · 🔀 10 · 📋 8 - 37% open · ⏱️ 10.11.2025) +- [PyPi](https://pypi.org/project/mktestdocs) (📥 30K / month): ``` pip install mktestdocs ```
-
Link Checker - 🥈11 · ⭐ 15 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.
+
Link Checker - 🥈11 · ⭐ 16 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.
- [GitHub](https://github.com/byrnereese/linkchecker-mkdocs) (👨‍💻 5 · 🔀 6 · ⏱️ 24.08.2021) -- [PyPi](https://pypi.org/project/mkdocs-linkcheck) (📥 29K / month): +- [PyPi](https://pypi.org/project/mkdocs-linkcheck) (📥 25K / month): ``` pip install mkdocs-linkcheck ```
-
mkdocs-code-validator - 🥉9 · ⭐ 4 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions.
+
mkdocs-code-validator - 🥉10 · ⭐ 4 · 💤 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions.
-- [GitHub](https://github.com/oprypin/mkdocs-code-validator) (📦 17 · ⏱️ 15.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-code-validator) (📥 380 / month): +- [GitHub](https://github.com/oprypin/mkdocs-code-validator) (📦 19 · ⏱️ 15.02.2025) +- [PyPi](https://pypi.org/project/mkdocs-code-validator) (📥 1.3K / month): ``` pip install mkdocs-code-validator ``` @@ -3488,9 +3488,9 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - code-validator ```
-
MkDocs-Test - 🥉6 · ⭐ 8 · MIT ·
A framework for testing MkDocs projects.
+
MkDocs-Test - 🥉6 · ⭐ 10 · MIT ·
A framework for testing MkDocs projects.
-- [GitHub](https://github.com/fralau/mkdocs-test) (👨‍💻 3 · ⏱️ 20.09.2025) +- [GitHub](https://github.com/fralau/mkdocs-test) (👨‍💻 3 · 📋 5 - 20% open · ⏱️ 13.11.2025) - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: @@ -3500,7 +3500,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-codecheck - 🥉5 · ⭐ 3 · 💤 · MIT
Traverses a directory tree looking for code samples, then attempts to validate each code sample found.
- [GitHub](https://github.com/byrnereese/codechecker-mkdocs) (👨‍💻 6 · ⏱️ 16.12.2021) -- [PyPi](https://pypi.org/project/mkdocs-codecheck) (📥 14 / month): +- [PyPi](https://pypi.org/project/mkdocs-codecheck) (📥 19 / month): ``` pip install mkdocs-codecheck ``` @@ -3511,10 +3511,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
localsearch - 🥇16 · ⭐ 33 · 💤 · MIT ·
A MkDocs plugin to make the native search plugin work locally (file:// protocol).
+
localsearch - 🥇16 · ⭐ 32 · 💤 · MIT ·
A MkDocs plugin to make the native search plugin work locally (file:// protocol).
-- [GitHub](https://github.com/wilhelmer/mkdocs-localsearch) (👨‍💻 6 · 🔀 7 · 📦 100 · ⏱️ 02.01.2023) -- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 5.6K / month): +- [GitHub](https://github.com/wilhelmer/mkdocs-localsearch) (👨‍💻 6 · 🔀 6 · 📦 110 · ⏱️ 02.01.2023) +- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 6K / month): ``` pip install mkdocs-localsearch ``` @@ -3524,10 +3524,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - localsearch ```
-
exclude-search - 🥈12 · ⭐ 29 · 💤 · MIT ·
A mkdocs plugin that excludes selected chapters from the docs search index.
+
exclude-search - 🥈13 · ⭐ 29 · 💤 · MIT ·
A mkdocs plugin that excludes selected chapters from the docs search index.
- [GitHub](https://github.com/chrieke/mkdocs-exclude-search) (👨‍💻 6 · 🔀 2 · 📥 16 · ⏱️ 04.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-exclude-search) (📥 50K / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude-search) (📥 60K / month): ``` pip install mkdocs-exclude-search ``` @@ -3537,10 +3537,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - exclude-search ```
-
tags - 🥉9 · ⭐ 44 · 💤 · MIT ·
Processes tags in yaml metadata.
+
tags - 🥉8 · ⭐ 43 · 💤 · MIT ·
Processes tags in yaml metadata.
-- [GitHub](https://github.com/jldiaz/mkdocs-plugin-tags) (👨‍💻 3 · 🔀 18 · 📋 14 - 42% open · ⏱️ 02.09.2021) -- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 2.6K / month): +- [GitHub](https://github.com/jldiaz/mkdocs-plugin-tags) (👨‍💻 3 · 🔀 17 · 📋 14 - 42% open · ⏱️ 02.09.2021) +- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 980 / month): ``` pip install mkdocs-plugin-tags ``` @@ -3550,30 +3550,30 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - tags ```
-
extract listings - 🥉8 · ⭐ 3 · MIT ·
Generate a page with all listings and/or a search page for listings.
+
mkdocs-task-collector - 🥉7 · ⭐ 5 · MIT ·
mkdocs plugin to generate a comprehensive and organized task list, making it easier to manage and track tasks, notes,..
-- [GitHub](https://github.com/six-two/mkdocs-extract-listings-plugin) (⏱️ 15.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-extract-listings-plugin) (📥 1.7K / month): +- [GitHub](https://github.com/costantinoai/mkdocs-task-collector) (👨‍💻 2 · 🔀 1 · 📦 5 · ⏱️ 04.04.2025) +- [PyPi](https://pypi.org/project/mkdocs-task-collector) (📥 460 / month): ``` - pip install mkdocs-extract-listings-plugin + pip install mkdocs-task-collector ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - extract_listings + - task-collector ```
-
mkdocs-task-collector - 🥉7 · ⭐ 4 · MIT ·
mkdocs plugin to generate a comprehensive and organized task list, making it easier to manage and track tasks, notes,..
+
extract listings - 🥉6 · ⭐ 2 · MIT ·
Generate a page with all listings and/or a search page for listings.
-- [GitHub](https://github.com/costantinoai/mkdocs-task-collector) (👨‍💻 2 · 🔀 1 · 📦 3 · ⏱️ 04.04.2025) -- [PyPi](https://pypi.org/project/mkdocs-task-collector) (📥 240 / month): +- [GitHub](https://github.com/six-two/mkdocs-extract-listings-plugin) (⏱️ 15.04.2025) +- [PyPi](https://pypi.org/project/mkdocs-extract-listings-plugin) (📥 580 / month): ``` - pip install mkdocs-task-collector + pip install mkdocs-extract-listings-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - task-collector + - extract_listings ```

@@ -3582,10 +3582,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
mkdocs-with-pdf - 🥇23 · ⭐ 380 · 💤 · MIT ·
Generate a single PDF file from MkDocs repository.
+
mkdocs-with-pdf - 🥇24 · ⭐ 390 · 💤 · MIT ·
Generate a single PDF file from MkDocs repository.
-- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 75 · 📦 820 · 📋 120 - 57% open · ⏱️ 14.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (📥 100K / month): +- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 75 · 📦 870 · 📋 120 - 56% open · ⏱️ 14.10.2021) +- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (📥 130K / month): ``` pip install mkdocs-with-pdf ``` @@ -3597,8 +3597,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
pdf-export - 🥇22 · ⭐ 340 · MIT ·
An MkDocs plugin to export content pages as PDF files.
-- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨‍💻 12 · 🔀 41 · 📦 1.5K · 📋 90 - 48% open · ⏱️ 08.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 39K / month): +- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨‍💻 12 · 🔀 39 · 📦 1.5K · 📋 90 - 48% open · ⏱️ 08.10.2025) +- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 42K / month): ``` pip install mkdocs-pdf-export-plugin ``` @@ -3608,10 +3608,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pdf-export ```
-
print-site - 🥈19 · ⭐ 170 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
+
print-site - 🥈18 · ⭐ 180 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
-- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 16 · 🔀 28 · 📋 110 - 10% open · ⏱️ 30.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 110K / month): +- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 16 · 🔀 29 · 📋 110 - 11% open · ⏱️ 30.10.2025) +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 130K / month): ``` pip install mkdocs-print-site-plugin ``` @@ -3621,10 +3621,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - print-site ```
-
mkdocs-exporter - 🥈17 · ⭐ 120 · 💤 · MIT ·
The fastest and most configurable plugin for MkDocs, allowing seamless export of individual pages and/or entire..
+
mkdocs-exporter - 🥈18 · ⭐ 130 · 💤 · MIT ·
The fastest and most configurable plugin for MkDocs, allowing seamless export of individual pages and/or entire..
-- [GitHub](https://github.com/adrienbrignon/mkdocs-exporter) (👨‍💻 4 · 🔀 14 · 📦 39 · 📋 68 - 54% open · ⏱️ 29.10.2024) -- [PyPi](https://pypi.org/project/mkdocs-exporter) (📥 12K / month): +- [GitHub](https://github.com/adrienbrignon/mkdocs-exporter) (👨‍💻 4 · 🔀 16 · 📦 47 · 📋 71 - 56% open · ⏱️ 29.10.2024) +- [PyPi](https://pypi.org/project/mkdocs-exporter) (📥 15K / month): ``` pip install mkdocs-exporter ``` @@ -3636,8 +3636,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkpdfs - 🥈16 · ⭐ 100 · 💤 · ❗️GPL-3.0 ·
Converts your mkdocs documentation in PDF, to be shared with users.
-- [GitHub](https://github.com/comwes/mkpdfs-mkdocs-plugin) (👨‍💻 8 · 🔀 29 · 📥 44 · 📦 65 · 📋 39 - 30% open · ⏱️ 11.08.2021) -- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (📥 670 / month): +- [GitHub](https://github.com/comwes/mkpdfs-mkdocs-plugin) (👨‍💻 9 · 🔀 29 · 📥 44 · 📦 66 · 📋 39 - 30% open · ⏱️ 11.08.2021) +- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (📥 860 / month): ``` pip install mkpdfs-mkdocs ``` @@ -3650,15 +3650,15 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-pandoc - 🥉14 · ⭐ 110 · 💤 · Apache-2
[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.
- [GitHub](https://github.com/jgrassler/mkdocs-pandoc) (👨‍💻 4 · 🔀 22 · 📦 76 · 📋 23 - 56% open · ⏱️ 14.03.2016) -- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 210 / month): +- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 400 / month): ``` pip install mkdocs-pandoc ```
-
pdf-with-js - 🥉12 · ⭐ 8 · 💤 · MIT ·
A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content.
+
pdf-with-js - 🥉13 · ⭐ 8 · 💤 · MIT ·
A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content.
- [GitHub](https://github.com/smaxtec/mkdocs-pdf-with-js-plugin) (👨‍💻 4 · 🔀 3 · 📦 13 · ⏱️ 23.07.2021) -- [PyPi](https://pypi.org/project/mkdocs-pdf-with-js-plugin) (📥 820 / month): +- [PyPi](https://pypi.org/project/mkdocs-pdf-with-js-plugin) (📥 1.2K / month): ``` pip install mkdocs-pdf-with-js-plugin ``` @@ -3670,8 +3670,8 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mk2pdf-export - 🥉7 · ⭐ 11 · 💤 · MIT ·
The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to..
-- [GitHub](https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin) (👨‍💻 4 · 🔀 5 · 📦 3 · ⏱️ 11.09.2020) -- [PyPi](https://pypi.org/project/mkdocs-mk2pdf-plugin) (📥 100 / month): +- [GitHub](https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin) (👨‍💻 4 · 🔀 4 · 📦 3 · ⏱️ 11.09.2020) +- [PyPi](https://pypi.org/project/mkdocs-mk2pdf-plugin) (📥 67 / month): ``` pip install mkdocs-mk2pdf-plugin ``` @@ -3684,7 +3684,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-zip-folders - 🥉6 · ⭐ 3 · MIT ·
MkDocs plugin to zip configured folders and add them to the site.
- [GitHub](https://github.com/JakubAndrysek/mkdocs-zip-folders) (👨‍💻 2 · 🔀 1 · ⏱️ 03.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-zip-folders) (📥 170 / month): +- [PyPi](https://pypi.org/project/mkdocs-zip-folders) (📥 350 / month): ``` pip install mkdocs-zip-folders ``` @@ -3697,7 +3697,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
helm - 🥉4 · ⭐ 1 · 💤 · Apache-2 ·
An mkdocs plugin that turns docs website into helm repository.
- [GitHub](https://github.com/M00nF1sh/mkdocs-helm) (🔀 1 · ⏱️ 21.11.2018) -- [PyPi](https://pypi.org/project/mkdocs-helm) (📥 26 / month): +- [PyPi](https://pypi.org/project/mkdocs-helm) (📥 63 / month): ``` pip install mkdocs-helm ``` @@ -3710,7 +3710,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-autozip - 🥉1 · ⭐ 2 · 💤 · ❗Unlicensed ·
A mkdocs plugin for auto zipping the document source.
- [GitHub](https://github.com/martinohanlon/mkdocs_autozip) (⏱️ 05.10.2022) -- [PyPi](https://pypi.org/project/mkdocs-autozip) (📥 48 / month): +- [PyPi](https://pypi.org/project/mkdocs-autozip) (📥 120 / month): ``` pip install mkdocs-autozip ``` @@ -3726,10 +3726,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
mike - 🥇27 · ⭐ 680 · BSD-3 ·
Manage multiple versions of your MkDocs-powered documentation via Git.
+
mike - 🥇27 · ⭐ 720 · BSD-3 ·
Manage multiple versions of your MkDocs-powered documentation via Git.
-- [GitHub](https://github.com/jimporter/mike) (👨‍💻 9 · 🔀 50 · 📥 420 · 📦 5K · 📋 200 - 6% open · ⏱️ 16.03.2025) -- [PyPi](https://pypi.org/project/mike) (📥 750K / month): +- [GitHub](https://github.com/jimporter/mike) (👨‍💻 9 · 🔀 50 · 📥 430 · 📦 5.8K · 📋 200 - 7% open · ⏱️ 03.12.2025) +- [PyPi](https://pypi.org/project/mike) (📥 1.1M / month): ``` pip install mike ``` @@ -3739,10 +3739,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mike ```
-
techdocs-core - 🥇26 · ⭐ 100 · Apache-2 ·
The core MkDocs plugin used by Backstages TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown..
+
techdocs-core - 🥇27 · ⭐ 110 · Apache-2 ·
The core MkDocs plugin used by Backstages TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown..
-- [GitHub](https://github.com/backstage/mkdocs-techdocs-core) (👨‍💻 48 · 🔀 75 · 📦 190 · ⏱️ 03.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-techdocs-core) (📥 1.5M / month): +- [GitHub](https://github.com/backstage/mkdocs-techdocs-core) (👨‍💻 49 · 🔀 76 · 📦 200 · ⏱️ 19.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-techdocs-core) (📥 1.8M / month): ``` pip install mkdocs-techdocs-core ``` @@ -3752,10 +3752,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - techdocs-core ```
-
monorepo - 🥇24 · ⭐ 380 · Apache-2 ·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
+
monorepo - 🥇24 · ⭐ 390 · Apache-2 ·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
-- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 32 · 🔀 74 · 📦 580 · 📋 74 - 54% open · ⏱️ 15.06.2025) -- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 2.3M / month): +- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 32 · 🔀 77 · 📦 620 · 📋 76 - 53% open · ⏱️ 15.06.2025) +- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 3.1M / month): ``` pip install mkdocs-monorepo-plugin ``` @@ -3765,10 +3765,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - monorepo ```
-
mkdocs-multirepo-plugin - 🥈23 · ⭐ 180 · MIT ·
Build documentation in multiple repos into one site.
+
mkdocs-multirepo-plugin - 🥈23 · ⭐ 190 · 💤 · MIT ·
Build documentation in multiple repos into one site.
-- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 17 · 🔀 54 · 📦 210 · 📋 120 - 54% open · ⏱️ 15.01.2025) -- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 77K / month): +- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 17 · 🔀 56 · 📦 240 · 📋 120 - 53% open · ⏱️ 15.01.2025) +- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 72K / month): ``` pip install mkdocs-multirepo-plugin ``` @@ -3778,10 +3778,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - multirepo ```
-
simple - 🥈20 · ⭐ 49 · Apache-2 ·
Build documentation files inside your code into a MkDocs site.
+
simple - 🥈18 · ⭐ 51 · Apache-2 ·
Build documentation files inside your code into a MkDocs site.
-- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 8 · 🔀 10 · 📦 59 · ⏱️ 18.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 34K / month): +- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 8 · 🔀 9 · 📦 62 · ⏱️ 03.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 47K / month): ``` pip install mkdocs-simple-plugin ``` @@ -3791,10 +3791,18 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - simple ```
-
Publisher for MkDocs - debugger - 🥈17 · ⭐ 120 · MIT ·
Advanced console and file logger from build and serve process.
+
markdown-docs - 🥈17 · ⭐ 27 · MIT ·
Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just..
+ +- [GitHub](https://github.com/ldeluigi/markdown-docs) (👨‍💻 6 · 🔀 6 · 📦 110 · ⏱️ 02.03.2026) +- [Docker Hub](https://hub.docker.com/r/deloo/markdown-docs) (📥 45K · ⏱️ 01.03.2026): + ``` + docker pull deloo/markdown-docs + ``` +
+
Publisher for MkDocs - debugger - 🥈16 · ⭐ 130 · MIT ·
Advanced console and file logger from build and serve process.
-- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 3 · 🔀 9 · 📥 130 · 📦 93 · 📋 31 - 25% open · ⏱️ 11.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 3.3K / month): +- [GitHub](https://github.com/mkdocs-publisher/mkdocs-publisher) (👨‍💻 4 · 🔀 10 · 📥 130 · 📦 97 · 📋 31 - 25% open · ⏱️ 26.11.2025) +- [PyPi](https://pypi.org/project/mkdocs-publisher) (📥 4.5K / month): ``` pip install mkdocs-publisher ``` @@ -3804,18 +3812,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - pub-debugger ```
-
markdown-docs - 🥈17 · ⭐ 27 · 📈 · MIT ·
Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just..
- -- [GitHub](https://github.com/ldeluigi/markdown-docs) (👨‍💻 6 · 🔀 6 · 📦 110 · ⏱️ 04.11.2025) -- [Docker Hub](https://hub.docker.com/r/deloo/markdown-docs) (📥 42K · ⏱️ 04.11.2025): - ``` - docker pull deloo/markdown-docs - ``` -
mkdocs-versioning - 🥈16 · ⭐ 40 · 💤 · MIT ·
A tool that allows for versioning sites built with mkdocs.
-- [GitHub](https://github.com/zayd62/mkdocs-versioning) (👨‍💻 5 · 🔀 6 · 📦 130 · 📋 25 - 12% open · ⏱️ 01.08.2021) -- [PyPi](https://pypi.org/project/mkdocs-versioning) (📥 6.2K / month): +- [GitHub](https://github.com/zayd62/mkdocs-versioning) (👨‍💻 5 · 🔀 5 · 📦 140 · 📋 25 - 12% open · ⏱️ 01.08.2021) +- [PyPi](https://pypi.org/project/mkdocs-versioning) (📥 2.7K / month): ``` pip install mkdocs-versioning ``` @@ -3825,10 +3825,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-versioning ```
-
same-dir - 🥈14 · ⭐ 49 · MIT ·
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.
+
same-dir - 🥈14 · ⭐ 47 · 💤 · MIT ·
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.
-- [GitHub](https://github.com/oprypin/mkdocs-same-dir) (👨‍💻 2 · 🔀 2 · 📦 500 · 📋 9 - 22% open · ⏱️ 15.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-same-dir) (📥 64K / month): +- [GitHub](https://github.com/oprypin/mkdocs-same-dir) (👨‍💻 2 · 🔀 2 · 📦 540 · 📋 9 - 22% open · ⏱️ 15.02.2025) +- [PyPi](https://pypi.org/project/mkdocs-same-dir) (📥 94K / month): ``` pip install mkdocs-same-dir ``` @@ -3838,111 +3838,98 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - same-dir ```
-
MkDocs Merge - 🥈14 · ⭐ 23 · MIT
Merge the source of multiple MkDocs sites into a single one.
+
MkDocs Merge - 🥉13 · ⭐ 23 · MIT
Merge the source of multiple MkDocs sites into a single one.
-- [GitHub](https://github.com/ovasquez/mkdocs-merge) (👨‍💻 3 · 🔀 6 · 📦 9 · 📋 10 - 50% open · ⏱️ 05.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-merge) (📥 2.4K / month): +- [GitHub](https://github.com/ovasquez/mkdocs-merge) (👨‍💻 3 · 🔀 5 · 📦 9 · 📋 10 - 50% open · ⏱️ 05.07.2025) +- [PyPi](https://pypi.org/project/mkdocs-merge) (📥 2.1K / month): ``` pip install mkdocs-merge ```
-
mkdocs-exclude-unused-files - 🥉13 · ⭐ 4 · MIT ·
Exclude orphaned (unused) static files from your mkdocs build.
- -- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files) (👨‍💻 4 · 🔀 2 · 📥 10 · 📦 24 · ⏱️ 11.06.2025) -- [PyPi](https://pypi.org/project/mkdocs-exclude-unused-files) (📥 7.3K / month): - ``` - pip install mkdocs-exclude-unused-files - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - exclude-unused-files - ``` -
-
multirepo - 🥉12 · ⭐ 44 · 💤 · MIT
A bit like monorepo, but keeps MkDocs projects separate.
+
multirepo - 🥉12 · ⭐ 45 · 💤 · MIT
A bit like monorepo, but keeps MkDocs projects separate.
- [GitHub](https://github.com/wilhelmer/mkdocs-multirepo) (👨‍💻 3 · 🔀 2 · 📦 3 · ⏱️ 04.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-multirepo) (📥 350 / month): +- [PyPi](https://pypi.org/project/mkdocs-multirepo) (📥 580 / month): ``` pip install mkdocs-multirepo ```
-
mkdocs-note - 🥉11 · ⭐ 6 · 🐣 · ❗️GPL-3.0 ·
A MkDocs plugin to add note boxes to your documentation.
+
mkdocs-exclude-unused-files - 🥉12 · ⭐ 5 · MIT ·
Exclude orphaned (unused) static files from your mkdocs build.
-- [GitHub](https://github.com/virtualguard101/mkdocs-note) (👨‍💻 2 · 🔀 1 · 📋 19 - 15% open · ⏱️ 05.11.2025) -- [PyPi](https://pypi.org/project/mkdocs-note) (📥 2.4K / month): +- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files) (👨‍💻 4 · 🔀 2 · 📥 10 · 📦 27 · 📋 4 - 25% open · ⏱️ 11.06.2025) +- [PyPi](https://pypi.org/project/mkdocs-exclude-unused-files) (📥 6.1K / month): ``` - pip install mkdocs-note + pip install mkdocs-exclude-unused-files ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs-note + - exclude-unused-files ```
-
mkdocs-yamp - 🥉8 · ⭐ 2 · 💤 · Apache-2 ·
Yet Another Multirepo Plugin for MkDocs.
+
no-sitemap - 🥉9 · ⭐ 3 · MIT ·
Disable Mkdocs sitemap generation.
-- [GitHub](https://github.com/boozallen/mkdocs-yamp-plugin) (👨‍💻 2 · 🔀 5 · 📦 7 · ⏱️ 10.10.2022) -- [PyPi](https://pypi.org/project/mkdocs-yamp) (📥 120 / month): +- [GitHub](https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin) (👨‍💻 2 · 🔀 1 · 📦 49 · ⏱️ 23.08.2025) +- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (📥 14K / month): ``` - pip install mkdocs-yamp + pip install mkdocs-no-sitemap-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - yamp + - no-sitemap ```
-
mkdocs-auto-refresh-build-pages - 🥉8 · ⭐ 2 · MIT ·
MkDocs plugin that automatically refreshes the build pages when the documentation is updated.
+
mkdocs-yamp - 🥉9 · ⭐ 2 · 💤 · Apache-2 ·
Yet Another Multirepo Plugin for MkDocs.
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-auto-refresh-build-pages) (📦 5 · ⏱️ 06.07.2025) -- [PyPi](https://pypi.org/project/mkdocs-auto-refresh-build-pages) (📥 1.6K / month): +- [GitHub](https://github.com/boozallen/mkdocs-yamp-plugin) (👨‍💻 2 · 🔀 5 · 📦 7 · ⏱️ 10.10.2022) +- [PyPi](https://pypi.org/project/mkdocs-yamp) (📥 240 / month): ``` - pip install mkdocs-auto-refresh-build-pages + pip install mkdocs-yamp ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - auto-refresh-build-pages + - yamp ```
-
mkdocs-exclude-tagged-files - 🥉7 · ⭐ 3 · 💤 · MIT ·
A mkdocs plugin for excluding files based on frontmatter tags.
+
mkdocs-note - 🥉8 · ⭐ 7 · 🐣 · ❗️GPL-3.0 ·
A MkDocs plugin to add note boxes to your documentation.
-- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files) (👨‍💻 2 · 🔀 2 · 📦 4 · ⏱️ 10.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-exclude-tagged-files) (📥 240 / month): +- [GitHub](https://github.com/virtualguard101/mkdocs-note) (👨‍💻 2 · 🔀 1 · 📋 19 - 15% open · ⏱️ 08.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-note) (📥 510 / month): ``` - pip install mkdocs-exclude-tagged-files + pip install mkdocs-note ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs_exclude_tagged_files + - mkdocs-note ```
-
mkdocs-required-frontmatter-plugin - 🥉7 · ⭐ 3 · 💤 · MIT ·
This MkDocs plugin enforces required frontmatter for documentation pages.
+
mkdocs-auto-refresh-build-pages - 🥉8 · ⭐ 3 · MIT ·
MkDocs plugin that automatically refreshes the build pages when the documentation is updated.
-- [GitHub](https://github.com/unmc-vcr/mkdocs-required-frontmatter-plugin) (📦 2 · ⏱️ 22.03.2024) -- [PyPi](https://pypi.org/project/mkdocs-required-frontmatter-plugin) (📥 220 / month): +- [GitHub](https://github.com/JakubAndrysek/mkdocs-auto-refresh-build-pages) (📦 6 · ⏱️ 06.07.2025) +- [PyPi](https://pypi.org/project/mkdocs-auto-refresh-build-pages) (📥 400 / month): ``` - pip install mkdocs-required-frontmatter-plugin + pip install mkdocs-auto-refresh-build-pages ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - required-frontmatter + - auto-refresh-build-pages ```
-
no-sitemap - 🥉7 · ⭐ 2 · MIT ·
Disable Mkdocs sitemap generation.
+
mkdocs-exclude-tagged-files - 🥉7 · ⭐ 4 · 💤 · MIT ·
A mkdocs plugin for excluding files based on frontmatter tags.
-- [GitHub](https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin) (👨‍💻 2 · 🔀 1 · 📦 44 · ⏱️ 23.08.2025) -- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (📥 3.6K / month): +- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files) (👨‍💻 2 · 🔀 2 · 📦 4 · ⏱️ 10.09.2023) +- [PyPi](https://pypi.org/project/mkdocs-exclude-tagged-files) (📥 390 / month): ``` - pip install mkdocs-no-sitemap-plugin + pip install mkdocs-exclude-tagged-files ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - no-sitemap + - mkdocs_exclude_tagged_files ```
progress - 🥉6 · ⭐ 5 · 💤 · Apache-2 ·
A plugin for MkDocs that lets you know exactly what is happening during the build.
@@ -3957,7 +3944,7 @@ This list contains 300 awesome open-source projects grouped into 17 categories.
mkdocs-new-features-notifier - 🥉5 · ⭐ 4 · 💤 · MIT ·
This plugin enables you to notify users of new features in your product. It does this by identifying new documentation..
- [GitHub](https://github.com/kevin-411/mkdocs-new-features-notifier) (👨‍💻 2 · 🔀 1 · ⏱️ 15.01.2020) -- [PyPi](https://pypi.org/project/mkdocs-new-features-notifier) (📥 290 / month): +- [PyPi](https://pypi.org/project/mkdocs-new-features-notifier) (📥 710 / month): ``` pip install mkdocs-new-features-notifier ``` @@ -3967,10 +3954,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - mkdocs-new-features-notifier ```
+
mkdocs-required-frontmatter-plugin - 🥉5 · ⭐ 3 · 💤 · MIT ·
This MkDocs plugin enforces required frontmatter for documentation pages.
+ +- [GitHub](https://github.com/unmc-vcr/mkdocs-required-frontmatter-plugin) (📦 2 · ⏱️ 22.03.2024) +- [PyPi](https://pypi.org/project/mkdocs-required-frontmatter-plugin): + ``` + pip install mkdocs-required-frontmatter-plugin + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - required-frontmatter + ``` +
multiple - 🥉3 · ⭐ 2 · 💤 · ❗️GPL-3.0 ·
Allows to merge mkdocs documentations dynamically.
- [GitHub](https://github.com/experimaestro/mkdocs-multiple) (👨‍💻 2 · ⏱️ 22.11.2019) -- [PyPi](https://pypi.org/project/mkdocs-multiple) (📥 390 / month): +- [PyPi](https://pypi.org/project/mkdocs-multiple) (📥 890 / month): ``` pip install mkdocs-multiple ``` @@ -3980,10 +3980,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - multiple ```
-
octadocs-adr - 🥉2 · ⭐ 1 · 💤 · ❗Unlicensed ·
A blueprint for Architecture Decision Record in Octadocs - the smart documentation environment.
+
octadocs-adr - 🥉3 · ⭐ 1 · 💤 · ❗Unlicensed ·
A blueprint for Architecture Decision Record in Octadocs - the smart documentation environment.
- [GitHub](https://github.com/octadocs/octadocs-adr) (⏱️ 22.08.2021) -- [PyPi](https://pypi.org/project/octadocs-adr) (📥 19 / month): +- [PyPi](https://pypi.org/project/octadocs-adr) (📥 37 / month): ``` pip install octadocs-adr ``` @@ -3999,10 +3999,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. Back to top -
include-markdown - 🥇24 · ⭐ 140 · Apache-2 ·
Mkdocs Markdown includer plugin.
+
include-markdown - 🥇25 · ⭐ 150 · Apache-2 ·
Mkdocs Markdown includer plugin.
-- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (👨‍💻 17 · 🔀 25 · 📥 680 · 📦 3.2K · 📋 96 - 3% open · ⏱️ 28.09.2025) -- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (📥 380K / month): +- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (👨‍💻 18 · 🔀 26 · 📥 700 · 📦 3.6K · 📋 98 - 2% open · ⏱️ 25.01.2026) +- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (📥 480K / month): ``` pip install mkdocs-include-markdown-plugin ``` @@ -4012,23 +4012,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - include-markdown ```
-
Markdown-Include - 🥈21 · ⭐ 110 · 💤 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
+
meta-descriptions - 🥈19 · ⭐ 20 · MIT ·
Generate meta descriptions from the first paragraphs in your MkDocs pages.
-- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 36 · 📦 7.5K · 📋 27 - 29% open · ⏱️ 07.02.2023) -- [PyPi](https://pypi.org/project/markdown-include) (📥 210K / month): - ``` - pip install markdown-include - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): - ```yaml - markdown_extensions: - - markdown_include.include - ``` -
-
meta-descriptions - 🥈20 · ⭐ 19 · MIT ·
Generate meta descriptions from the first paragraphs in your MkDocs pages.
- -- [GitHub](https://github.com/prcr/mkdocs-meta-descriptions-plugin) (👨‍💻 3 · 🔀 3 · 📦 1.2K · 📋 12 - 8% open · ⏱️ 22.10.2025) -- [PyPi](https://pypi.org/project/mkdocs-meta-descriptions-plugin) (📥 10K / month): +- [GitHub](https://github.com/prcr/mkdocs-meta-descriptions-plugin) (👨‍💻 3 · 🔀 2 · 📦 1.2K · 📋 12 - 8% open · ⏱️ 03.03.2026) +- [PyPi](https://pypi.org/project/mkdocs-meta-descriptions-plugin) (📥 20K / month): ``` pip install mkdocs-meta-descriptions-plugin ``` @@ -4038,10 +4025,10 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - meta-descriptions ```
-
codeinclude - 🥈15 · ⭐ 17 · 💤 · MIT ·
A plugin to include code snippets into mkdocs pages.
+
codeinclude - 🥈17 · ⭐ 17 · MIT ·
A plugin to include code snippets into mkdocs pages.
-- [GitHub](https://github.com/rnorth/mkdocs-codeinclude-plugin) (👨‍💻 3 · 🔀 6 · 📦 170 · 📋 12 - 41% open · ⏱️ 01.03.2023) -- [PyPi](https://pypi.org/project/mkdocs-codeinclude-plugin) (📥 9.3K / month): +- [GitHub](https://github.com/rnorth/mkdocs-codeinclude-plugin) (👨‍💻 5 · 🔀 6 · 📦 180 · 📋 12 - 41% open · ⏱️ 20.02.2026) +- [PyPi](https://pypi.org/project/mkdocs-codeinclude-plugin) (📥 20K / month): ``` pip install mkdocs-codeinclude-plugin ``` @@ -4051,23 +4038,23 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - codeinclude ```
-
mkdocs-embed-external-markdown - 🥉14 · ⭐ 11 · MIT ·
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..
+
Markdown-Include - 🥈16 · ⭐ 110 · 💤 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
-- [GitHub](https://github.com/fire1ce/mkdocs-embed-external-markdown) (👨‍💻 7 · 🔀 7 · 📦 160 · 📋 12 - 8% open · ⏱️ 24.02.2025) -- [PyPi](https://pypi.org/project/mkdocs-embed-external-markdown) (📥 8K / month): +- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 35 · 📦 7.8K · 📋 27 - 29% open · ⏱️ 07.02.2023) +- [PyPi](https://pypi.org/project/markdown-include): ``` - pip install mkdocs-embed-external-markdown + pip install markdown-include ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - external-markdown + markdown_extensions: + - markdown_include.include ```
markdown-version-annotations - 🥉12 · ⭐ 9 · 💤 · MIT ·
MkDocs plugin to add custom admonitions for documenting version differences.
-- [GitHub](https://github.com/glennmatthews/markdown-version-annotations) (📥 26 · 📦 86 · ⏱️ 06.05.2024) -- [PyPi](https://pypi.org/project/markdown-version-annotations) (📥 17K / month): +- [GitHub](https://github.com/glennmatthews/markdown-version-annotations) (📥 26 · 📦 91 · ⏱️ 06.05.2024) +- [PyPi](https://pypi.org/project/markdown-version-annotations) (📥 20K / month): ``` pip install markdown-version-annotations ``` @@ -4077,23 +4064,36 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - markdown_version_annotations ```
-
Mdx Include - 🥉10 · ⭐ 62 · 💤 · ❗Unlicensed ·
Python Markdown extension to include local or remote files.
+
mkdocs-embed-external-markdown - 🥉11 · ⭐ 11 · 💤 · MIT ·
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..
-- [GitHub](https://github.com/neurobin/mdx_include) (👨‍💻 3 · 🔀 3 · 📋 9 - 44% open · ⏱️ 26.07.2022) -- [PyPi](https://pypi.org/project/mdx-include) (📥 210K / month): +- [GitHub](https://github.com/fire1ce/mkdocs-embed-external-markdown) (👨‍💻 7 · 🔀 7 · 📦 170 · 📋 12 - 8% open · ⏱️ 24.02.2025) +- [PyPi](https://pypi.org/project/mkdocs-embed-external-markdown): ``` - pip install mdx-include + pip install mkdocs-embed-external-markdown ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml - markdown_extensions: - - mdx_include + plugins: + - external-markdown + ``` +
+
git snippet - 🥉9 · ⭐ 8 · 💤 · MIT ·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.
+ +- [GitHub](https://github.com/samcomi/mkdocs-gitsnippet-plugin) (👨‍💻 4 · 🔀 4 · 📦 13 · ⏱️ 15.11.2020) +- [PyPi](https://pypi.org/project/mkdocs-gitsnippet-plugin) (📥 1K / month): + ``` + pip install mkdocs-gitsnippet-plugin + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - gitsnippet ```
-
snippet - 🥉9 · ⭐ 12 · 💤 · MIT ·
An mkdocs plugin that injects snippets from a file in a git repository.
+
snippet - 🥉8 · ⭐ 12 · 💤 · MIT ·
An mkdocs plugin that injects snippets from a file in a git repository.
- [GitHub](https://github.com/mprivat/mkdocs-snippet-plugin) (👨‍💻 4 · 🔀 2 · 📦 23 · 📋 7 - 42% open · ⏱️ 21.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-snippet-plugin) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-snippet-plugin) (📥 470 / month): ``` pip install mkdocs-snippet-plugin ``` @@ -4103,17 +4103,17 @@ This list contains 300 awesome open-source projects grouped into 17 categories. - snippet ```
-
git snippet - 🥉9 · ⭐ 8 · 💤 · MIT ·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.
+
Mdx Include - 🥉5 · ⭐ 62 · 💤 · ❗Unlicensed ·
Python Markdown extension to include local or remote files.
-- [GitHub](https://github.com/samcomi/mkdocs-gitsnippet-plugin) (👨‍💻 4 · 🔀 4 · 📦 10 · ⏱️ 15.11.2020) -- [PyPi](https://pypi.org/project/mkdocs-gitsnippet-plugin) (📥 900 / month): +- [GitHub](https://github.com/neurobin/mdx_include) (👨‍💻 3 · 🔀 3 · 📋 9 - 44% open · ⏱️ 26.07.2022) +- [PyPi](https://pypi.org/project/mdx-include): ``` - pip install mkdocs-gitsnippet-plugin + pip install mdx-include ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#markdown_extensions): ```yaml - plugins: - - gitsnippet + markdown_extensions: + - mdx_include ```
diff --git a/history/2026-03-05_changes.md b/history/2026-03-05_changes.md new file mode 100644 index 0000000..10ccc7a --- /dev/null +++ b/history/2026-03-05_changes.md @@ -0,0 +1,20 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- gen-files - 🥇23 · ⭐ 140 · 📈 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build. +- build-plantuml - 🥇22 · ⭐ 76 · 📈 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline). +- Zettelkasten - 🥇20 · ⭐ 23 · 📈 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels). +- mkdocs-categories-plugin - 🥈14 · ⭐ 16 · 📈 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages. +- mkdocs-copy-to-llm - 🥉12 · ⭐ 13 · 📈 · MIT ·
A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire.. + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- git-revision-date-localized - 🥇24 · ⭐ 260 · 📉 · MIT ·
MkDocs plugin to add a last updated date to your site pages. +- mermaid2 - 🥈17 · ⭐ 280 · 📉 · MIT ·
A Mermaid graphs plugin for mkdocs. +- bibtex - 🥈17 · ⭐ 91 · 📉 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex. +- Markdown-Include - 🥈16 · ⭐ 110 · 💤 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. +- mkdocs-coverage - 🥉12 · ⭐ 37 · 📉 · ISC ·
MkDocs plugin to integrate your coverage HTML report into your site. + diff --git a/history/2026-03-05_projects.csv b/history/2026-03-05_projects.csv new file mode 100644 index 0000000..bfdd682 --- /dev/null +++ b/history/2026-03-05_projects.csv @@ -0,0 +1,306 @@ +,name,mkdocs_theme,mkdocs_plugin,extra_dependencies,github_id,pypi_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,projectrank,show,projectrank_placing,markdown_extension,github_release_downloads,trending,updated_github_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,shadowed,gitlab_id,gitlab_url,pypi,bitbucket_id +0,Material for MkDocs,material,"['material/blog', 'material/group', 'material/offline', 'material/search', 'material/social', 'material/tags']",{'plugins.social': 'mkdocs-material[imaging]'},squidfunk/mkdocs-material,mkdocs-material,"['theme', 'plugin']",theming,https://github.com/squidfunk/mkdocs-material,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23,2026-03-05 13:44:14,2026-03-05 13:42:36,6729.0,34.0,3938.0,146.0,3332.0,2.0,2662.0,26184.0,2026-03-03 19:56:56,9.7.4,100.0,Documentation that simply works.,81051.0,81051.0,330.0,https://pypi.org/project/mkdocs-material,15384776.0,15384776.0,42,True,1.0,,,,,,,,,,,,, +1,mkdocstrings,,mkdocstrings,"{'plugins.mkdocstrings.handlers.crystal': 'mkdocstrings-crystal', 'plugins.mkdocstrings.handlers.python': 'mkdocstrings-python'}",mkdocstrings/mkdocstrings,mkdocstrings,['plugin'],api-docs,https://github.com/mkdocstrings/mkdocstrings,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09,2026-02-10 07:04:07,2026-02-10 07:04:07,806.0,13.0,121.0,13.0,196.0,7.0,465.0,2064.0,2026-02-07 14:31:43,1.0.3,29.0,"Automatic documentation from sources, for MkDocs.",24415.0,24415.0,54.0,https://pypi.org/project/mkdocstrings,6886193.0,6886193.0,34,True,1.0,,,,,,,,,,,,, +2,PyMdown Extensions,,,,facelessuser/pymdown-extensions,pymdown-extensions,['markdown'],markdown,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,,2014-11-21 06:08:04,2026-03-05 10:13:16,2026-03-04 03:32:36,1928.0,32.0,268.0,7.0,2305.0,14.0,410.0,1098.0,2026-02-15 20:43:31,10.21,100.0,Extensions for Python Markdown.,54970.0,54970.0,56.0,https://pypi.org/project/pymdown-extensions,20617076.0,20617076.0,33,True,1.0,"['pymdownx.arithmatex', 'pymdownx.b64', 'pymdownx.betterem', 'pymdownx.blocks.admonition', 'pymdownx.blocks.definition', 'pymdownx.blocks.details', 'pymdownx.blocks.html', 'pymdownx.blocks.tab', 'pymdownx.caret', 'pymdownx.critic', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.escapeall', 'pymdownx.extra', 'pymdownx.highlight', 'pymdownx.inlinehilite', 'pymdownx.keys', 'pymdownx.magiclink', 'pymdownx.mark', 'pymdownx.pathconverter', 'pymdownx.progressbar', 'pymdownx.saneheaders', 'pymdownx.smartsymbols', 'pymdownx.snippets', 'pymdownx.striphtml', 'pymdownx.superfences', 'pymdownx.tabbed', 'pymdownx.tasklist', 'pymdownx.tilde']",,,,,,,,,,,, +3,mike,,mike,,jimporter/mike,mike,['plugin'],site-management,https://github.com/jimporter/mike,https://github.com/jimporter/mike,BSD-3-Clause,2017-09-24 08:52:01,2025-12-03 20:19:26,2025-12-03 20:05:01,351.0,,50.0,7.0,27.0,15.0,183.0,719.0,2024-08-13 05:03:33,2.1.3,26.0,Manage multiple versions of your MkDocs-powered documentation via Git.,5788.0,5788.0,9.0,https://pypi.org/project/mike,1097860.0,1097864.0,27,True,1.0,,433.0,,,,,,,,,,, +4,macros,,macros,,fralau/mkdocs_macros_plugin,mkdocs-macros-plugin,['plugin'],code-exec-templating,https://github.com/fralau/mkdocs-macros-plugin,https://github.com/fralau/mkdocs-macros-plugin,MIT,2018-06-27 15:24:40,2025-11-13 08:08:58,2025-11-13 08:06:54,304.0,,49.0,6.0,60.0,2.0,146.0,402.0,2024-11-03 09:25:47,1.3.7,5.0,"Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.",6399.0,6399.0,35.0,https://pypi.org/project/mkdocs-macros-plugin,3089810.0,3089810.0,27,True,1.0,,,,,,,,,,,,, +5,techdocs-core,,techdocs-core,,backstage/mkdocs-techdocs-core,mkdocs-techdocs-core,['plugin'],site-management,https://github.com/backstage/mkdocs-techdocs-core,https://github.com/backstage/mkdocs-techdocs-core,Apache-2.0,2020-11-03 10:13:07,2026-03-03 20:34:18,2026-02-19 12:51:49,475.0,18.0,76.0,12.0,247.0,,78.0,109.0,2025-12-22 17:53:40,1.6.1,3.0,The core MkDocs plugin used by Backstages TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown..,202.0,202.0,49.0,https://pypi.org/project/mkdocs-techdocs-core,1770059.0,1770059.0,27,True,1.0,,,,,,,,,,,,, +6,mkdocs-redirects,,redirects,,mkdocs/mkdocs-redirects,mkdocs-redirects,['plugin'],links-refs,https://github.com/mkdocs/mkdocs-redirects,https://github.com/mkdocs/mkdocs-redirects,MIT,2019-04-03 10:38:39,2025-05-19 18:47:36,2025-05-19 18:47:36,111.0,,35.0,127.0,35.0,12.0,28.0,244.0,2024-11-07 14:59:36,1.2.2,11.0,Open source plugin for Mkdocs page redirects.,7047.0,7047.0,18.0,https://pypi.org/project/mkdocs-redirects,2155319.0,2155319.0,26,True,1.0,,,,,,,,,,,,, +7,plantuml-markdown,,,,mikitex70/plantuml-markdown,plantuml-markdown,['markdown'],charts,https://github.com/mikitex70/plantuml-markdown,https://github.com/mikitex70/plantuml-markdown,BSD-2-Clause,2014-12-14 19:25:12,2025-02-07 07:03:54,2025-02-07 07:00:43,334.0,,55.0,9.0,33.0,1.0,71.0,218.0,2025-02-07 17:29:15,3.11.1,52.0,PlantUML plugin for Python-Markdown.,1801.0,1801.0,30.0,https://pypi.org/project/plantuml-markdown,1870136.0,1870136.0,26,True,1.0,plantuml_markdown,,,,,,,,,,,, +8,MkDocs GLightbox,,glightbox,,blueswen/mkdocs-glightbox,mkdocs-glightbox,['plugin'],charts,https://github.com/blueswen/mkdocs-glightbox,https://github.com/blueswen/mkdocs-glightbox,MIT,2022-06-10 06:35:05,2025-10-23 14:55:43,2025-10-23 14:53:27,124.0,,22.0,4.0,12.0,24.0,33.0,188.0,2025-10-23 15:59:03,0.5.2,19.0,A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.,5639.0,5639.0,8.0,https://pypi.org/project/mkdocs-glightbox,1119015.0,1119015.0,26,True,1.0,,44.0,,,,,,,,,,, +9,mkdocs-jupyter,,mkdocs-jupyter,,danielfrg/mkdocs-jupyter,mkdocs-jupyter,['plugin'],code-exec-templating,https://github.com/danielfrg/mkdocs-jupyter,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34,2026-03-05 15:13:35,2026-03-05 15:13:35,263.0,2.0,63.0,4.0,112.0,48.0,108.0,493.0,,,,Use Jupyter Notebook in mkdocs.,4713.0,4713.0,37.0,https://pypi.org/project/mkdocs-jupyter,503275.0,503275.0,25,True,1.0,,,,,,,,,,,,, +10,include-markdown,,include-markdown,,mondeja/mkdocs-include-markdown-plugin,mkdocs-include-markdown-plugin,['plugin'],snippets-include,https://github.com/mondeja/mkdocs-include-markdown-plugin,https://github.com/mondeja/mkdocs-include-markdown-plugin,Apache-2.0,2020-12-04 08:09:34,2026-02-21 12:47:06,2026-01-25 14:48:57,232.0,4.0,26.0,2.0,175.0,2.0,96.0,146.0,2026-01-25 15:02:22,7.2.1,71.0,Mkdocs Markdown includer plugin.,3625.0,3625.0,18.0,https://pypi.org/project/mkdocs-include-markdown-plugin,483597.0,483608.0,25,True,1.0,,695.0,,,,,,,,,,, +11,mkdocs-with-pdf,,with-pdf,,orzih/mkdocs-with-pdf,mkdocs-with-pdf,['plugin'],site-conversion,https://github.com/orzih/mkdocs-with-pdf,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46,2024-05-25 03:08:01,2021-10-14 20:29:54,188.0,,75.0,13.0,52.0,66.0,50.0,388.0,2021-07-03 02:09:02,0.9.3,27.0,Generate a single PDF file from MkDocs repository.,870.0,870.0,6.0,https://pypi.org/project/mkdocs-with-pdf,127783.0,127783.0,24,True,1.0,,,,,,,,,,,,, +12,monorepo,,monorepo,,backstage/mkdocs-monorepo-plugin,mkdocs-monorepo-plugin,['plugin'],site-management,https://github.com/backstage/mkdocs-monorepo-plugin,https://github.com/backstage/mkdocs-monorepo-plugin,Apache-2.0,2019-09-19 18:18:32,2025-06-15 12:39:15,2025-06-15 12:39:15,155.0,,77.0,22.0,70.0,41.0,35.0,388.0,,,,Build multiple documentation folders in a single Mkdocs. Designed for large codebases.,623.0,623.0,32.0,https://pypi.org/project/mkdocs-monorepo-plugin,3052392.0,3052392.0,24,True,1.0,,,,,,,,,,,,, +13,mkdocstrings-python,,,,mkdocstrings/python,mkdocstrings-python,,api-docs,https://github.com/mkdocstrings/python,https://github.com/mkdocstrings/python,ISC,2021-10-30 12:44:24,2026-02-20 10:38:46,2026-02-20 10:38:23,509.0,9.0,52.0,2.0,70.0,9.0,201.0,268.0,2026-02-20 10:38:40,2.0.3,68.0,A Python handler for mkdocstrings.,,,29.0,https://pypi.org/project/mkdocstrings-python,10205353.0,10205353.0,24,True,1.0,,,,,,,,,,,,, +14,git-revision-date-localized,,git-revision-date-localized,,timvink/mkdocs-git-revision-date-localized-plugin,mkdocs-git-revision-date-localized-plugin,['plugin'],git-info,https://github.com/timvink/mkdocs-git-revision-date-localized-plugin,https://github.com/timvink/mkdocs-git-revision-date-localized-plugin,MIT,2019-11-26 12:11:05,2026-02-22 11:07:34,2026-02-22 11:07:34,438.0,13.0,56.0,3.0,87.0,,115.0,263.0,2026-01-26 13:33:47,1.5.1,56.0,MkDocs plugin to add a last updated date to your site pages.,11772.0,11772.0,42.0,https://pypi.org/project/mkdocs-git-revision-date-localized-plugin,,,24,True,1.0,,,-5.0,,,,,,,,,, +15,minify,,minify,,byrnereese/mkdocs-minify-plugin,mkdocs-minify-plugin,['plugin'],html-css,https://github.com/byrnereese/mkdocs-minify-plugin,https://github.com/byrnereese/mkdocs-minify-plugin,MIT,2018-12-19 16:35:00,2024-02-07 16:25:16,2024-01-29 16:11:49,76.0,,30.0,11.0,23.0,5.0,13.0,187.0,2023-08-01 10:33:03,0.7.1,9.0,A mkdocs plugin to minify the HTML of a page before it is written to disk.,11611.0,11611.0,14.0,https://pypi.org/project/mkdocs-minify-plugin,931384.0,931384.0,24,True,1.0,,,,,,,,,,,,, +16,encryptcontent,,encryptcontent,,unverbuggt/mkdocs-encryptcontent-plugin,mkdocs-encryptcontent-plugin,['plugin'],nav-pages,https://github.com/unverbuggt/mkdocs-encryptcontent-plugin,https://github.com/unverbuggt/mkdocs-encryptcontent-plugin,MIT,2019-12-15 22:42:26,2025-12-31 09:18:42,2025-12-31 09:14:54,312.0,17.0,17.0,4.0,15.0,6.0,67.0,170.0,2025-12-31 09:18:42,3.1.0,37.0,A MkDocs plugin that encrypt/decrypt markdown content with AES.,1237.0,1237.0,7.0,https://pypi.org/project/mkdocs-encryptcontent-plugin,10505.0,10506.0,24,True,1.0,,101.0,,,,,,,,,,, +17,awesome-nav,,awesome-nav,,lukasgeiter/mkdocs-awesome-nav,mkdocs-awesome-nav,['plugin'],nav-pages,https://github.com/lukasgeiter/mkdocs-awesome-nav,https://github.com/lukasgeiter/mkdocs-awesome-nav,MIT,2018-02-06 21:09:24,2025-12-02 20:10:28,2025-12-02 20:06:27,126.0,,41.0,8.0,25.0,23.0,96.0,617.0,2025-12-02 20:10:28,3.3.0,33.0,A plugin for customizing the navigation structure of your MkDocs site.,477.0,477.0,11.0,https://pypi.org/project/mkdocs-awesome-nav,207033.0,207033.0,23,True,1.0,,,,,,,,,,,,, +18,static-i18n,,i18n,,ultrabug/mkdocs-static-i18n,mkdocs-static-i18n,['plugin'],i18n-l10n,https://github.com/ultrabug/mkdocs-static-i18n,https://github.com/ultrabug/mkdocs-static-i18n,MIT,2021-02-07 17:33:36,2026-03-02 18:11:26,2026-03-02 18:10:56,317.0,6.0,48.0,8.0,184.0,31.0,128.0,316.0,,,,MkDocs i18n plugin using static translation markdown files.,2172.0,2172.0,14.0,https://pypi.org/project/mkdocs-static-i18n,193968.0,193968.0,23,True,1.0,,,,,,,,,,,,, +19,mkdocs-multirepo-plugin,,multirepo,,jdoiro3/mkdocs-multirepo-plugin,mkdocs-multirepo-plugin,['plugin'],site-management,https://github.com/jdoiro3/mkdocs-multirepo-plugin,https://github.com/jdoiro3/mkdocs-multirepo-plugin,MIT,2021-12-19 01:25:18,2025-01-15 16:08:45,2025-01-15 16:08:44,430.0,,56.0,4.0,56.0,62.0,54.0,191.0,2024-08-13 12:57:03,0.8.3,23.0,Build documentation in multiple repos into one site.,235.0,235.0,17.0,https://pypi.org/project/mkdocs-multirepo-plugin,72103.0,72103.0,23,True,2.0,,,,,,,,,,,,, +20,markdown-exec,,markdown-exec,{'plugins.markdown-exec.ansi': 'markdown-exec[ansi]'},pawamoy/markdown-exec,markdown-exec,['plugin'],code-exec-templating,https://github.com/pawamoy/markdown-exec,https://github.com/pawamoy/markdown-exec,ISC,2022-02-11 22:48:50,2026-02-10 07:04:28,2026-02-10 07:04:27,284.0,2.0,16.0,2.0,14.0,15.0,52.0,166.0,2025-11-11 19:24:26,1.12.1,17.0,Utilities to execute code blocks in Markdown files.,741.0,741.0,6.0,https://pypi.org/project/markdown-exec,1147192.0,1147192.0,23,True,1.0,,,,,,,,,,,,, +21,mkdocs-click,,,,mkdocs/mkdocs-click,mkdocs-click,['markdown'],api-docs,https://github.com/mkdocs/mkdocs-click,https://github.com/mkdocs/mkdocs-click,Apache-2.0,2020-03-16 14:47:45,2025-06-18 15:50:54,2025-06-18 15:50:53,81.0,,21.0,9.0,60.0,19.0,16.0,150.0,2025-04-07 16:59:11,0.9.0,11.0,An MkDocs extension to generate documentation for Click command line applications.,1094.0,1094.0,16.0,https://pypi.org/project/mkdocs-click,1226477.0,1226477.0,23,True,1.0,mkdocs-click,,,,,,,,,,,, +22,gen-files,,gen-files,,oprypin/mkdocs-gen-files,mkdocs-gen-files,['plugin'],code-exec-templating,https://github.com/oprypin/mkdocs-gen-files,https://github.com/oprypin/mkdocs-gen-files,MIT,2020-12-07 21:19:53,2025-11-23 12:12:55,2025-11-23 12:12:53,92.0,,12.0,1.0,11.0,9.0,21.0,140.0,2025-11-23 12:20:10,0.6.0,8.0,MkDocs plugin to programmatically generate documentation pages during the build.,3965.0,3965.0,6.0,https://pypi.org/project/mkdocs-gen-files,1055367.0,1055367.0,23,True,1.0,,,3.0,,,,,,,,,, +23,git-authors,,git-authors,,timvink/mkdocs-git-authors-plugin,mkdocs-git-authors-plugin,['plugin'],git-info,https://github.com/timvink/mkdocs-git-authors-plugin,https://github.com/timvink/mkdocs-git-authors-plugin,MIT,2019-12-23 10:24:38,2025-06-10 05:40:20,2025-06-10 05:37:00,260.0,,26.0,3.0,46.0,10.0,57.0,117.0,2025-06-10 05:42:10,0.10.0,29.0,MkDocs plugin to display git authors of a page.,1831.0,1831.0,17.0,https://pypi.org/project/mkdocs-git-authors-plugin,386462.0,386462.0,23,True,1.0,,,,,,,,,,,,, +24,kroki,,kroki,,AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,mkdocs-kroki-plugin,['plugin'],charts,https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,MIT,2021-04-13 09:57:17,2026-03-02 15:26:59,2026-03-02 15:26:54,229.0,9.0,29.0,4.0,65.0,,45.0,60.0,2026-03-02 15:27:04,1.3.0,22.0,MkDocs plugin for Kroki-Diagrams.,87.0,87.0,19.0,https://pypi.org/project/mkdocs-kroki-plugin,251989.0,251989.0,23,True,1.0,,,,,,,,,,,,, +25,pdf-export,,pdf-export,,zhaoterryy/mkdocs-pdf-export-plugin,mkdocs-pdf-export-plugin,['plugin'],site-conversion,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51,2025-10-08 08:08:12,2025-10-08 08:08:12,73.0,,39.0,19.0,32.0,44.0,46.0,343.0,2020-07-23 01:35:39,0.5.8,5.0,An MkDocs plugin to export content pages as PDF files.,1506.0,1506.0,12.0,https://pypi.org/project/mkdocs-pdf-export-plugin,41787.0,41787.0,22,True,1.0,,,,,,,,,,,,, +26,Cinder,cinder,,,chrissimpkins/cinder,mkdocs-cinder,['theme'],theming,https://github.com/chrissimpkins/cinder,https://github.com/chrissimpkins/cinder,MIT,2015-08-28 03:45:23,2023-03-07 11:46:26,2021-01-05 20:29:39,229.0,,98.0,6.0,59.0,16.0,35.0,218.0,2020-10-26 22:28:56,1.2.0,32.0,"A clean, responsive MkDocs theme.",705.0,705.0,23.0,https://pypi.org/project/mkdocs-cinder,7508.0,7516.0,22,True,1.0,,1033.0,,,,,,,,,,, +27,mkdocs-llmstxt,,llmstxt,,pawamoy/mkdocs-llmstxt,mkdocs-llmstxt,['plugin'],integrations,https://github.com/pawamoy/mkdocs-llmstxt,https://github.com/pawamoy/mkdocs-llmstxt,ISC,2025-01-14 18:14:38,2026-03-05 00:47:02,2025-12-01 14:51:46,34.0,,12.0,3.0,6.0,,21.0,108.0,2025-11-20 14:02:30,0.5.0,7.0,MkDocs plugin to generate an /llms.txt file (https://llmstxt.org/).,286.0,286.0,5.0,https://pypi.org/project/mkdocs-llmstxt,223461.0,223461.0,22,True,1.0,,,,,,,,,,,,, +28,build-plantuml,,build_plantuml,,quantorconsulting/mkdocs_build_plantuml,mkdocs-build-plantuml-plugin,['plugin'],charts,https://github.com/christo-ph/mkdocs_build_plantuml,https://github.com/christo-ph/mkdocs_build_plantuml,MIT,2019-12-16 05:13:23,2026-02-24 12:02:43,2026-02-24 10:52:42,68.0,13.0,17.0,3.0,19.0,,26.0,76.0,2026-02-24 10:53:51,2.1.0,2.0,MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).,143.0,143.0,14.0,https://pypi.org/project/mkdocs-build-plantuml-plugin,69666.0,69666.0,22,True,1.0,,,6.0,christo-ph/mkdocs_build_plantuml,,,,,,,,, +29,htmlproofer,,htmlproofer,,manuzhang/mkdocs-htmlproofer-plugin,mkdocs-htmlproofer-plugin,['plugin'],links-refs,https://github.com/manuzhang/mkdocs-htmlproofer-plugin,https://github.com/manuzhang/mkdocs-htmlproofer-plugin,MIT,2018-08-26 23:48:13,2026-02-23 15:21:57,2026-02-23 15:21:24,135.0,10.0,17.0,2.0,62.0,3.0,35.0,49.0,2026-02-23 15:22:30,1.5.0,25.0,A MkDocs plugin that validates URL in rendered html files.,653.0,653.0,16.0,https://pypi.org/project/mkdocs-htmlproofer-plugin,88057.0,88057.0,22,True,1.0,,,,,,,,,,,,, +30,MkDocsOAD,,"['neoteroi.mkdocsoad', 'neoteroi.contribs']",,Neoteroi/mkdocs-plugins,neoteroi-mkdocs,"['plugin', 'markdown']",api-docs,https://github.com/Neoteroi/mkdocs-plugins,https://github.com/Neoteroi/mkdocs-plugins,MIT,2022-04-18 10:59:35,2025-11-23 10:48:37,2025-11-23 10:44:33,51.0,,12.0,1.0,34.0,21.0,25.0,171.0,2025-11-23 10:48:37,1.2.0,23.0,Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..,484.0,484.0,13.0,https://pypi.org/project/neoteroi-mkdocs,155375.0,155785.0,21,True,2.0,"['neoteroi.cards', 'neoteroi.timeline', 'neoteroi.projects', 'neoteroi.spantable']",19309.0,,,,,,,,,,, +31,rss,,rss,,Guts/mkdocs-rss-plugin,mkdocs-rss-plugin,['plugin'],blogging,https://github.com/Guts/mkdocs-rss-plugin,https://github.com/Guts/mkdocs-rss-plugin,MIT,2020-07-06 13:48:11,2026-03-04 09:03:00,2026-03-02 23:30:57,1129.0,25.0,29.0,1.0,341.0,14.0,47.0,127.0,2026-01-05 22:32:57,1.17.9,41.0,"MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).",,,20.0,https://pypi.org/project/mkdocs-rss-plugin,150226.0,150233.0,21,True,1.0,,410.0,,,,,,,,,,, +32,Math extension,,,,mitya57/python-markdown-math,python-markdown-math,['markdown'],markdown,https://github.com/mitya57/python-markdown-math,https://github.com/mitya57/python-markdown-math,BSD-3-Clause,2015-01-12 13:25:03,2025-04-10 10:11:08,2025-04-10 10:08:07,75.0,,25.0,4.0,8.0,2.0,22.0,127.0,,,,Math extension for Python-Markdown.,3957.0,3957.0,8.0,https://pypi.org/project/python-markdown-math,356856.0,356856.0,21,True,1.0,mdx_math,,,,,,,,,,,, +33,MkDocs Swagger UI Tag,,swagger-ui-tag,,blueswen/mkdocs-swagger-ui-tag,mkdocs-swagger-ui-tag,['plugin'],integrations,https://github.com/blueswen/mkdocs-swagger-ui-tag,https://github.com/blueswen/mkdocs-swagger-ui-tag,MIT,2022-06-12 09:49:37,2026-02-22 08:45:30,2026-02-22 08:26:27,128.0,8.0,14.0,1.0,12.0,9.0,22.0,110.0,2026-02-22 08:48:02,0.8.0,29.0,A MkDocs plugin supports adding Swagger UI to the page.,371.0,371.0,8.0,https://pypi.org/project/mkdocs-swagger-ui-tag,183954.0,183955.0,21,True,1.0,,47.0,,,,,,,,,,, +34,git-revision-date,,git-revision-date,,zhaoterryy/mkdocs-git-revision-date-plugin,mkdocs-git-revision-date-plugin,['plugin'],git-info,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33,2023-03-28 19:19:30,2022-03-08 14:42:57,26.0,,9.0,4.0,9.0,5.0,9.0,61.0,2022-03-08 14:43:59,0.3.2,2.0,MkDocs plugin for setting revision date from git per markdown file.,2971.0,2971.0,7.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,1022555.0,1022555.0,21,True,2.0,,,,,,,,,,,,, +35,Terminal for MkDocs,terminal,['terminal/md-to-html'],,ntno/mkdocs-terminal,mkdocs-terminal,['theme'],theming,https://github.com/ntno/mkdocs-terminal,https://github.com/ntno/mkdocs-terminal,MIT,2023-01-02 23:01:44,2026-03-02 04:22:58,2026-01-31 01:48:24,148.0,17.0,20.0,2.0,150.0,28.0,40.0,304.0,2026-01-31 00:50:23,4.8.0,70.0,monospace theme for MkDocs.,153.0,153.0,4.0,https://pypi.org/project/mkdocs-terminal,5396.0,5396.0,20,True,1.0,,,,,,,,,,,,, +36,Bootswatch,"['cerulean', 'cosmo', 'cyborg', 'darkly', 'flatly', 'journal', 'litera', 'lumen', 'lux', 'materia', 'minty', 'pulse', 'sandstone', 'simplex', 'slate', 'solar', 'spacelab', 'superhero', 'united', 'yeti']",,,mkdocs/mkdocs-bootswatch,mkdocs-bootswatch,['theme'],theming,https://github.com/mkdocs/mkdocs-bootswatch,https://github.com/mkdocs/mkdocs-bootswatch,BSD-2-Clause,2015-05-19 00:19:15,2024-04-16 23:53:48,2023-12-29 21:16:01,71.0,,58.0,4.0,37.0,3.0,30.0,150.0,,,,MkDocs Bootswatch Themes.,1248.0,1248.0,10.0,https://pypi.org/project/mkdocs-bootswatch,17567.0,17567.0,20,True,1.0,,,,,,,,,,,,, +37,mknotebooks,,mknotebooks,,greenape/mknotebooks,mknotebooks,['plugin'],code-exec-templating,https://github.com/greenape/mknotebooks,https://github.com/greenape/mknotebooks,MIT,2018-09-18 08:13:25,2023-08-11 11:59:54,2023-08-11 11:59:53,1742.0,,18.0,1.0,1078.0,15.0,26.0,141.0,2023-08-07 10:13:29,0.8.0,15.0,A plugin for mkdocs to help you include Jupyter notebooks in your projects.,774.0,774.0,14.0,https://pypi.org/project/mknotebooks,27159.0,27159.0,20,True,2.0,,,,,,,,,,,,, +38,Shadcn,shadcn,"['shadcn/search', 'shadcn/excalidraw']",,asiffer/mkdocs-shadcn,mkdocs-shadcn,"['theme', 'plugin']",theming,https://github.com/asiffer/mkdocs-shadcn,https://github.com/asiffer/mkdocs-shadcn,MIT,2025-02-02 15:16:24,2026-03-05 16:52:31,2026-03-05 09:55:41,221.0,26.0,14.0,1.0,18.0,3.0,23.0,136.0,2026-03-05 10:09:52,0.10.0,30.0,Documentation that also shines.,51.0,51.0,2.0,https://pypi.org/project/mkdocs-shadcn,55782.0,55792.0,20,True,1.0,,133.0,,,,,,,,,,, +39,mkdoxy,,mkdoxy,,JakubAndrysek/MkDoxy,mkdoxy,['plugin'],api-docs,https://github.com/JakubAndrysek/MkDoxy,https://github.com/JakubAndrysek/MkDoxy,MIT,2021-07-28 09:20:29,2025-08-31 19:18:27,2025-08-29 18:20:13,232.0,,34.0,3.0,59.0,21.0,50.0,124.0,2025-08-29 18:05:57,1.2.8,17.0,Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..,58.0,58.0,18.0,https://pypi.org/project/mkdoxy,59018.0,59018.0,20,True,2.0,,,,,,,,,,,,, +40,MkApi,,mkapi,,daizutabi/mkapi,mkapi,['plugin'],api-docs,https://github.com/daizutabi/mkapi,https://github.com/daizutabi/mkapi,MIT,2020-04-19 07:43:40,2026-02-05 06:08:35,2026-02-05 06:08:10,969.0,1.0,17.0,2.0,109.0,4.0,147.0,123.0,2025-10-11 21:39:42,4.5.0,74.0,MkDocs plugin for automatic API documentation generation from Python docstrings.,258.0,258.0,6.0,https://pypi.org/project/mkapi,12035.0,12035.0,20,True,2.0,,,,,,,,,,,,, +41,literate-nav,,literate-nav,,oprypin/mkdocs-literate-nav,mkdocs-literate-nav,['plugin'],nav-pages,https://github.com/oprypin/mkdocs-literate-nav,https://github.com/oprypin/mkdocs-literate-nav,MIT,2020-04-26 17:38:52,2025-03-18 21:52:45,2025-03-18 21:52:37,133.0,,10.0,2.0,5.0,16.0,17.0,103.0,2025-03-18 21:55:50,0.6.2,4.0,MkDocs plugin to specify the navigation in Markdown instead of YAML.,3236.0,3236.0,,https://pypi.org/project/mkdocs-literate-nav,1993393.0,1993393.0,20,True,1.0,,,,,,,,,,,,, +42,markdownextradata,,markdownextradata,,rosscdh/mkdocs-markdownextradata-plugin,mkdocs-markdownextradata-plugin,['plugin'],code-exec-templating,https://github.com/rosscdh/mkdocs-markdownextradata-plugin,https://github.com/rosscdh/mkdocs-markdownextradata-plugin,MIT,2018-05-01 17:18:40,2024-08-22 08:56:51,2024-08-22 08:33:30,76.0,,16.0,2.0,17.0,6.0,30.0,91.0,2021-12-16 09:49:55,0.2.5,8.0,A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.,1590.0,1590.0,12.0,https://pypi.org/project/mkdocs-markdownextradata-plugin,97131.0,97131.0,20,True,2.0,,,,,,,,,,,,, +43,panzoom,,panzoom,,PLAYG0N/mkdocs-panzoom,mkdocs-panzoom-plugin,['plugin'],charts,https://github.com/PLAYG0N/mkdocs-panzoom,https://github.com/PLAYG0N/mkdocs-panzoom,MIT,2024-08-21 18:53:29,2025-12-22 15:46:52,2025-12-22 15:45:52,139.0,5.0,2.0,5.0,10.0,6.0,27.0,65.0,2025-12-22 15:47:21,0.5.2,27.0,MkDocs Plugin to enable pan & zoom on images and mermaid/d2 diagrams.,48.0,48.0,7.0,https://pypi.org/project/mkdocs-panzoom-plugin,1169804.0,1169806.0,20,True,2.0,,45.0,,,,,,,,,,, +44,mkdocs_puml,,plantuml,,MikhailKravets/mkdocs_puml,mkdocs-puml,['plugin'],charts,https://github.com/MikhailKravets/mkdocs_puml,https://github.com/MikhailKravets/mkdocs_puml,MIT,2022-09-11 16:37:25,2026-03-03 07:06:43,2026-03-03 07:06:43,422.0,2.0,16.0,3.0,72.0,11.0,23.0,63.0,2024-10-25 11:13:12,2.3.0,20.0,Inline PlantUML diagrams in your MkDocs documentation.,77.0,77.0,10.0,https://pypi.org/project/mkdocs-puml,82863.0,82863.0,20,True,2.0,,,,,,,,,,,,, +45,document-dates,,document-dates,,jaywhj/mkdocs-document-dates,mkdocs-document-dates,['plugin'],git-info,https://github.com/jaywhj/mkdocs-document-dates,https://github.com/jaywhj/mkdocs-document-dates,MIT,2025-02-15 03:19:30,2026-03-04 07:48:10,2026-03-04 05:09:55,525.0,101.0,4.0,1.0,3.0,,22.0,29.0,2026-03-03 05:58:45,3.7.0,24.0,"A new generation MkDocs plugin for displaying exact creation date, last update date, authors, email of documents.",20.0,20.0,3.0,https://pypi.org/project/mkdocs-document-dates,3247.0,3247.0,20,True,2.0,,,,,,,,,,,,, +46,Zettelkasten,zettelkasten-solarized-light,['zettelkasten'],,buvis/mkdocs-zettelkasten,mkdocs-zettelkasten,['theme'],theming,https://github.com/buvis/mkdocs-zettelkasten,https://github.com/buvis/mkdocs-zettelkasten,MIT,2021-11-24 19:48:08,2026-03-04 07:08:32,2026-03-04 07:08:29,518.0,284.0,3.0,1.0,86.0,,36.0,23.0,2026-02-24 12:06:19,0.6.1,14.0,This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).,6.0,6.0,4.0,https://pypi.org/project/mkdocs-zettelkasten,4082.0,4082.0,20,True,1.0,,46.0,6.0,,,,,,,,,, +47,mkdocs-spellcheck,,spellcheck,,pawamoy/mkdocs-spellcheck,mkdocs-spellcheck,['plugin'],quality,https://github.com/pawamoy/mkdocs-spellcheck,https://github.com/pawamoy/mkdocs-spellcheck,ISC,2022-01-23 13:03:19,2026-02-11 14:03:23,2026-02-11 14:03:06,85.0,6.0,5.0,2.0,10.0,,30.0,23.0,2026-02-11 14:03:22,1.2.1,8.0,A spell checker plugin for MkDocs.,87.0,87.0,7.0,https://pypi.org/project/mkdocs-spellcheck,67132.0,67132.0,20,True,1.0,,,,,,,,,,,,, +48,minify-html,,minify_html,,monosans/mkdocs-minify-html-plugin,mkdocs-minify-html-plugin,['plugin'],html-css,https://github.com/monosans/mkdocs-minify-html-plugin,https://github.com/monosans/mkdocs-minify-html-plugin,MIT,2023-07-08 13:45:13,2026-03-03 22:55:10,2026-03-03 22:55:09,1130.0,155.0,1.0,1.0,956.0,,3.0,12.0,2025-10-25 12:15:05,0.3.9,17.0,"MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.",96.0,96.0,4.0,https://pypi.org/project/mkdocs-minify-html-plugin,31831.0,31831.0,20,True,1.0,,,,,,,,,,,,, +49,Simple Blog,simple-blog,,,FernandoCelmer/mkdocs-simple-blog,mkdocs-simple-blog,['theme'],theming,https://github.com/FernandoCelmer/mkdocs-simple-blog,https://github.com/FernandoCelmer/mkdocs-simple-blog,MIT,2023-01-13 15:02:34,2026-03-03 01:33:33,2025-12-20 06:02:49,280.0,37.0,13.0,2.0,22.0,10.0,19.0,122.0,2025-12-20 06:02:40,0.3.0,21.0,Blog Template for Mkdocs.,96.0,96.0,5.0,https://pypi.org/project/mkdocs-simple-blog,1350.0,1350.0,19,True,2.0,,,,,,,,,,,,, +50,mkdocs-blogging-plugin,,blogging,,liang2kl/mkdocs-blogging-plugin,mkdocs-blogging-plugin,['plugin'],blogging,https://github.com/liang2kl/mkdocs-blogging-plugin,https://github.com/liang2kl/mkdocs-blogging-plugin,MIT,2021-09-07 08:53:20,2023-07-21 03:54:31,2023-07-21 03:54:08,147.0,,15.0,3.0,18.0,5.0,36.0,91.0,2023-07-21 03:55:47,2.2.11,30.0,Add blogging feature to your MkDocs site.,321.0,321.0,7.0,https://pypi.org/project/mkdocs-blogging-plugin,12407.0,12407.0,19,True,2.0,,22.0,,,,,,,,,,, +51,autorefs,,autorefs,,mkdocstrings/autorefs,mkdocs-autorefs,['plugin'],links-refs,https://github.com/mkdocstrings/autorefs,https://github.com/mkdocstrings/autorefs,ISC,2021-02-10 07:44:02,2026-02-10 15:31:09,2026-02-10 15:29:55,131.0,9.0,11.0,1.0,36.0,,37.0,82.0,2026-02-10 15:23:50,1.4.4,12.0,Automatically link across pages in MkDocs.,,,9.0,https://pypi.org/project/mkdocs-autorefs,6765731.0,6765731.0,19,True,1.0,,,,,,,,,,,,, +52,mkdocs-simple-hooks,,mkdocs-simple-hooks,,aklajnert/mkdocs-simple-hooks,mkdocs-simple-hooks,['plugin'],nav-pages,https://github.com/aklajnert/mkdocs-simple-hooks,https://github.com/aklajnert/mkdocs-simple-hooks,MIT,2020-05-03 07:42:29,2023-11-14 05:07:24,2023-11-14 05:07:17,58.0,,4.0,1.0,32.0,,6.0,66.0,2022-01-07 09:12:15,0.1.5,5.0,"Define your own hooks for mkdocs, without having to create a new package.",2254.0,2254.0,6.0,https://pypi.org/project/mkdocs-simple-hooks,120999.0,120999.0,19,True,2.0,,61.0,,,,,,,,,,, +53,meta-descriptions,,meta-descriptions,,prcr/mkdocs-meta-descriptions-plugin,mkdocs-meta-descriptions-plugin,['plugin'],snippets-include,https://github.com/prcr/mkdocs-meta-descriptions-plugin,https://github.com/prcr/mkdocs-meta-descriptions-plugin,MIT,2021-04-02 13:21:37,2026-03-03 14:22:37,2026-03-03 14:20:27,390.0,12.0,2.0,1.0,470.0,1.0,11.0,20.0,2025-04-19 15:27:17,4.1.0,14.0,Generate meta descriptions from the first paragraphs in your MkDocs pages.,1247.0,1247.0,3.0,https://pypi.org/project/mkdocs-meta-descriptions-plugin,19513.0,19513.0,19,True,2.0,,,,,,,,,,,,, +54,print-site,,print-site,,timvink/mkdocs-print-site-plugin,mkdocs-print-site-plugin,['plugin'],site-conversion,https://github.com/timvink/mkdocs-print-site-plugin,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33,2025-10-30 19:29:49,2025-10-30 19:24:55,300.0,,29.0,3.0,33.0,13.0,101.0,181.0,2025-08-03 14:14:31,2.8,50.0,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",,,16.0,https://pypi.org/project/mkdocs-print-site-plugin,130045.0,130045.0,18,True,2.0,,,,,,,,,,,,, +55,table-reader,,table-reader,,timvink/mkdocs-table-reader-plugin,mkdocs-table-reader-plugin,['plugin'],charts,https://github.com/timvink/mkdocs-table-reader-plugin,https://github.com/timvink/mkdocs-table-reader-plugin,MIT,2020-03-06 09:42:26,2025-04-19 10:25:08,2025-04-19 10:25:08,172.0,,25.0,2.0,29.0,4.0,53.0,158.0,2024-08-29 14:07:06,3.1.0,27.0,MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..,,,9.0,https://pypi.org/project/mkdocs-table-reader-plugin,180080.0,180080.0,18,True,2.0,,,,,,,,,,,,, +56,mkdocs-exporter,,exporter,,adrienbrignon/mkdocs-exporter,mkdocs-exporter,['plugin'],site-conversion,https://github.com/adrienbrignon/mkdocs-exporter,https://github.com/adrienbrignon/mkdocs-exporter,MIT,2023-05-05 20:39:10,2024-10-29 08:28:27,2024-10-29 08:23:09,131.0,,16.0,5.0,13.0,40.0,31.0,127.0,2024-10-29 08:28:27,6.2.0,31.0,"The fastest and most configurable plugin for MkDocs, allowing seamless export of individual pages and/or entire..",47.0,47.0,4.0,https://pypi.org/project/mkdocs-exporter,14535.0,14535.0,18,True,2.0,,,,,,,,,,,,, +57,MkDocs Video,,mkdocs-video,,soulless-viewer/mkdocs-video,mkdocs-video,['plugin'],charts,https://github.com/soulless-viewer/mkdocs-video,https://github.com/soulless-viewer/mkdocs-video,MIT,2021-06-30 13:55:40,2024-01-04 21:17:41,2024-01-04 21:17:41,20.0,,14.0,1.0,7.0,,,80.0,2023-03-17 17:41:51,1.5.0,6.0,MkDocs Video plugin.,1119.0,1119.0,5.0,https://pypi.org/project/mkdocs-video,160514.0,160515.0,18,True,2.0,,74.0,,,,,,,,,,, +58,simple,,simple,,athackst/mkdocs-simple-plugin,mkdocs-simple-plugin,['plugin'],site-management,https://github.com/athackst/mkdocs-simple-plugin,https://github.com/athackst/mkdocs-simple-plugin,Apache-2.0,2020-05-03 16:09:24,2026-03-04 15:02:17,2026-02-03 00:42:15,768.0,6.0,9.0,2.0,918.0,,19.0,51.0,2025-06-20 15:43:32,3.2.4,46.0,Build documentation files inside your code into a MkDocs site.,62.0,62.0,8.0,https://pypi.org/project/mkdocs-simple-plugin,46509.0,46509.0,18,True,2.0,,,,,,,,,,,,, +59,MkDocs asciinema-player,,asciinema-player,,pa-decarvalho/mkdocs-asciinema-player,mkdocs-asciinema-player,['plugin'],integrations,https://github.com/pa-decarvalho/mkdocs-asciinema-player,https://github.com/pa-decarvalho/mkdocs-asciinema-player,MIT,2023-10-29 12:48:03,2026-01-09 16:20:46,2026-01-09 16:20:28,204.0,24.0,3.0,1.0,37.0,5.0,33.0,20.0,2026-01-09 16:20:31,1.1.0,30.0,Mkdocs Plugin to include asciinema player in your documentation.,20.0,20.0,6.0,https://pypi.org/project/mkdocs-asciinema-player,2084.0,2084.0,18,True,2.0,,,,,,,,,,,,, +60,mermaid2,,mermaid2,,fralau/mkdocs-mermaid2-plugin,mkdocs-mermaid2-plugin,['plugin'],charts,https://github.com/fralau/mkdocs-mermaid2-plugin,https://github.com/fralau/mkdocs-mermaid2-plugin,MIT,2020-04-15 09:55:54,2025-10-17 19:38:56,2025-10-17 19:36:25,123.0,,32.0,1.0,26.0,15.0,73.0,275.0,2023-09-01 12:13:11,1.1.0,3.0,A Mermaid graphs plugin for mkdocs.,3536.0,3536.0,16.0,https://pypi.org/project/mkdocs-mermaid2-plugin,,,17,True,2.0,,,-7.0,,,,,,,,,, +61,exclude,,exclude,,apenwarr/mkdocs-exclude,mkdocs-exclude,['plugin'],nav-pages,https://github.com/apenwarr/mkdocs-exclude,https://github.com/apenwarr/mkdocs-exclude,Apache-2.0,2019-01-07 19:02:19,2023-02-02 15:29:32,2019-02-20 23:33:03,3.0,,9.0,4.0,4.0,9.0,3.0,96.0,,,,A mkdocs plugin that lets you exclude files or trees from your output.,2958.0,2958.0,,https://pypi.org/project/mkdocs-exclude,213999.0,213999.0,17,True,2.0,,,,,,,,,,,,, +62,Bootstrap,bootstrap,,,mkdocs/mkdocs-bootstrap,mkdocs-bootstrap,['theme'],theming,https://github.com/mkdocs/mkdocs-bootstrap,https://github.com/mkdocs/mkdocs-bootstrap,BSD-2-Clause,2015-05-19 00:19:27,2023-12-29 21:15:45,2023-12-29 21:15:45,37.0,,34.0,4.0,19.0,1.0,15.0,95.0,,,,MkDocs Bootstrap Theme.,518.0,518.0,6.0,https://pypi.org/project/mkdocs-bootstrap,15383.0,15383.0,17,True,2.0,,,,,,,,,,,,, +63,bibtex,,bibtex,,shyamd/mkdocs-bibtex,mkdocs-bibtex,['plugin'],links-refs,https://github.com/shyamd/mkdocs-bibtex,https://github.com/shyamd/mkdocs-bibtex,BSD-3-Clause-LBNL,2019-05-29 04:43:44,2025-11-01 14:02:27,2025-11-01 14:02:19,450.0,,29.0,1.0,283.0,6.0,53.0,91.0,2025-07-01 14:57:13,4.4.0,81.0,A MkDocs plugin for citation management using bibtex.,,,21.0,https://pypi.org/project/mkdocs-bibtex,65245.0,65245.0,17,True,2.0,,,-5.0,,,,,,,,,, +64,autolinks,,autolinks,,zachhannum/mkdocs-autolinks-plugin,mkdocs-autolinks-plugin,['plugin'],links-refs,https://github.com/zachhannum/mkdocs-autolinks-plugin,https://github.com/zachhannum/mkdocs-autolinks-plugin,MIT,2020-01-14 17:57:51,2024-04-02 11:27:28,2023-08-04 14:41:05,27.0,,18.0,2.0,21.0,9.0,9.0,90.0,2023-08-04 14:41:51,_071,8.0,An MkDocs plugin that automagically generates relative links between markdown pages.,661.0,661.0,10.0,https://pypi.org/project/mkdocs-autolinks-plugin,71294.0,71294.0,17,True,2.0,,,,,,,,,,,,, +65,mkdocs-open-in-new-tab,,open-in-new-tab,,JakubAndrysek/mkdocs-open-in-new-tab,mkdocs-open-in-new-tab,['plugin'],links-refs,https://github.com/JakubAndrysek/mkdocs-open-in-new-tab,https://github.com/JakubAndrysek/mkdocs-open-in-new-tab,MIT,2023-03-26 20:25:28,2024-11-18 13:15:30,2024-11-18 13:14:53,24.0,,5.0,1.0,5.0,4.0,5.0,44.0,2023-10-24 19:55:54,1.0.3,2.0,This plugin adds JS to open outgoing links and PDFs in a new tab.,639.0,639.0,2.0,https://pypi.org/project/mkdocs-open-in-new-tab,304890.0,304890.0,17,True,2.0,,,,,,,,,,,,, +66,markdown-callouts,,,,oprypin/markdown-callouts,markdown-callouts,['markdown'],markdown,https://github.com/oprypin/markdown-callouts,https://github.com/oprypin/markdown-callouts,MIT,2021-05-03 01:07:19,2025-02-15 16:34:28,2025-02-15 16:22:44,55.0,,14.0,2.0,8.0,5.0,8.0,43.0,2024-01-22 23:24:13,0.4.0,3.0,Markdown extension: a classier syntax for admonitions.,632.0,632.0,2.0,https://pypi.org/project/markdown-callouts,126464.0,126464.0,17,True,1.0,"['callouts', 'github-callouts']",,,,,,,,,,,, +67,markdown-docs,,,,ldeluigi/markdown-docs,,['project'],site-management,https://github.com/ldeluigi/markdown-docs,https://github.com/ldeluigi/markdown-docs,MIT,2021-05-14 18:59:14,2026-03-02 08:51:18,2026-03-02 08:51:10,499.0,11.0,6.0,1.0,288.0,,27.0,27.0,,,52.0,Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just..,109.0,109.0,6.0,,,783.0,17,True,2.0,,,,,deloo/markdown-docs,https://hub.docker.com/r/deloo/markdown-docs,2026-03-01 08:22:35.654145,45416.0,,,,, +68,codeinclude,,codeinclude,,rnorth/mkdocs-codeinclude-plugin,mkdocs-codeinclude-plugin,['plugin'],snippets-include,https://github.com/rnorth/mkdocs-codeinclude-plugin,https://github.com/rnorth/mkdocs-codeinclude-plugin,MIT,2018-10-15 18:54:45,2026-02-20 19:11:43,2026-02-20 15:01:35,56.0,6.0,6.0,1.0,23.0,5.0,7.0,17.0,2026-02-20 19:11:43,0.3.1,7.0,A plugin to include code snippets into mkdocs pages.,180.0,180.0,5.0,https://pypi.org/project/mkdocs-codeinclude-plugin,19912.0,19912.0,17,True,2.0,,,,,,,,,,,,, +69,link-marker,,link-marker,,timmeinerzhagen/mkdocs-link-marker,mkdocs-link-marker,['plugin'],links-refs,https://github.com/timmeinerzhagen/mkdocs-link-marker,https://github.com/timmeinerzhagen/mkdocs-link-marker,MIT,2023-02-02 20:34:28,2026-03-04 16:12:51,2026-03-04 16:11:56,16.0,3.0,2.0,1.0,12.0,2.0,3.0,9.0,2026-03-04 16:12:51,0.3.0,5.0,MkDocs plugin for marking links e.g. external ones or mails.,44.0,44.0,3.0,https://pypi.org/project/mkdocs-link-marker,1052109.0,1052109.0,17,True,2.0,,,,,,,,,,,,, +70,Publisher for MkDocs - blog,,pub-blog,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],blogging,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,"Blogging engine with support for categories, tags and archive.",97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +71,Publisher for MkDocs - social,,pub-social,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],html-css,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,Social media sharing helper.,97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +72,Publisher for MkDocs - minifier,,pub-minifier,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],html-css,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,"Size optimization (minification) for HTML, CSS, JS, SVG, PNG and JPEG files.",97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +73,Publisher for MkDocs - obsidian,,pub-obsidian,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],integrations,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,"Obsidian.md integration including with support for wiki links, callouts, backlinks etc.",97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +74,Publisher for MkDocs - meta,,pub-meta,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],nav-pages,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,Automatic navigation based on files metadata with URL name and publication status control.,97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +75,Publisher for MkDocs - debugger,,pub-debugger,,mkdocs-publisher/mkdocs-publisher,mkdocs-publisher,['plugin'],site-management,https://github.com/mkdocs-publisher/mkdocs-publisher,https://github.com/mkdocs-publisher/mkdocs-publisher,MIT,2023-02-02 15:47:55,2025-11-26 09:16:17,2025-11-26 09:16:17,63.0,,10.0,1.0,80.0,8.0,23.0,130.0,2025-07-12 12:43:24,1.4.8,20.0,Advanced console and file logger from build and serve process.,97.0,97.0,4.0,https://pypi.org/project/mkdocs-publisher,4458.0,4461.0,16,True,2.0,,134.0,,,,,,,,,,, +76,Windmill,windmill,,,gristlabs/mkdocs-windmill,mkdocs-windmill,['theme'],theming,https://github.com/gristlabs/mkdocs-windmill,https://github.com/gristlabs/mkdocs-windmill,MIT,2017-05-15 03:51:22,2022-12-09 08:16:24,2022-03-11 19:50:40,79.0,,53.0,3.0,34.0,15.0,16.0,127.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,360.0,360.0,8.0,https://pypi.org/project/mkdocs-windmill,5922.0,5922.0,16,True,2.0,,,,,,,,,,,,, +77,Dracula,dracula,,,dracula/mkdocs,mkdocs-dracula-theme,['theme'],theming,https://github.com/dracula/mkdocs,https://github.com/dracula/mkdocs,MIT,2023-03-22 14:29:51,2025-08-04 18:27:50,2025-08-04 18:14:01,209.0,,14.0,2.0,12.0,3.0,14.0,117.0,2025-08-04 18:25:05,1.0.8,8.0,Dark theme for Mkdocs.,150.0,150.0,4.0,https://pypi.org/project/mkdocs-dracula-theme,6270.0,6270.0,16,True,2.0,,,,,,,,,,,,, +78,Markdown-Include,,,,cmacmackin/markdown-include,markdown-include,['markdown'],snippets-include,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35,2024-05-10 07:24:10,2023-02-07 09:45:37,75.0,,35.0,7.0,24.0,8.0,19.0,114.0,2023-02-07 09:46:17,0.8.1,13.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,7785.0,7785.0,12.0,https://pypi.org/project/markdown-include,,,16,True,2.0,markdown_include.include,,-5.0,,,,,,,,,, +79,mkpdfs,,mkpdfs,,comwes/mkpdfs-mkdocs-plugin,mkpdfs-mkdocs,['plugin'],site-conversion,https://github.com/comwes/mkpdfs-mkdocs-plugin,https://github.com/comwes/mkpdfs-mkdocs-plugin,GPL-3.0,2019-04-09 13:14:03,2023-10-03 19:42:15,2021-08-11 13:02:40,109.0,,29.0,10.0,23.0,12.0,27.0,105.0,2019-06-23 20:25:53,1.0.1,2.0,"Converts your mkdocs documentation in PDF, to be shared with users.",66.0,66.0,9.0,https://pypi.org/project/mkpdfs-mkdocs,862.0,862.0,16,True,2.0,,44.0,,,,,,,,,,, +80,mkdocs-marimo,,marimo,,marimo-team/mkdocs-marimo,mkdocs-marimo,['plugin'],code-exec-templating,https://github.com/marimo-team/mkdocs-marimo,https://github.com/marimo-team/mkdocs-marimo,Apache-2,2024-09-17 17:51:58,2026-03-01 05:28:22,2025-11-07 16:10:32,26.0,,4.0,8.0,27.0,13.0,12.0,99.0,2025-03-18 21:26:28,0.2.1,1.0,mkdocs plugin for reactive and interactive docs with marimo.,10.0,10.0,6.0,https://pypi.org/project/mkdocs-marimo,8238.0,8238.0,16,True,2.0,,,,,,,,,,,,, +81,git-committers-2,,git-committers,,ojacques/mkdocs-git-committers-plugin-2,mkdocs-git-committers-plugin-2,['plugin'],git-info,https://github.com/ojacques/mkdocs-git-committers-plugin-2,https://github.com/ojacques/mkdocs-git-committers-plugin-2,MIT,2019-11-25 20:50:44,2025-06-05 13:12:50,2025-06-05 13:12:50,123.0,,26.0,1.0,41.0,14.0,37.0,69.0,2025-01-30 07:32:42,2.5.0,20.0,An MkDocs plugin to create a list of contributors on the page.,1474.0,1474.0,19.0,https://pypi.org/project/mkdocs-git-committers-plugin-2,,,16,True,2.0,,,,,,,,,,,,, +82,mkdocs-gallery,,gallery,,smarie/mkdocs-gallery,mkdocs-gallery,['plugin'],nav-pages,https://github.com/smarie/mkdocs-gallery,https://github.com/smarie/mkdocs-gallery,BSD-3-Clause,2021-11-10 15:51:30,2024-09-30 08:32:38,2024-09-30 08:22:57,296.0,,16.0,3.0,33.0,31.0,44.0,50.0,2024-09-30 08:31:02,0.10.4,19.0,Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..,,,10.0,https://pypi.org/project/mkdocs-gallery,10325.0,10325.0,16,True,2.0,,,,,,,,,,,,, +83,mkdocs-callouts,,callouts,,sondregronas/mkdocs-callouts,mkdocs-callouts,['plugin'],markdown,https://github.com/sondregronas/mkdocs-callouts,https://github.com/sondregronas/mkdocs-callouts,MIT,2022-05-07 05:18:28,2025-12-11 11:24:17,2025-12-11 11:24:17,119.0,1.0,4.0,2.0,13.0,,14.0,49.0,2025-01-15 12:46:48,1.16.0,26.0,A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.,1400.0,1400.0,2.0,https://pypi.org/project/mkdocs-callouts,40821.0,40821.0,16,True,2.0,,,,,,,,,,,,, +84,mkdocs-versioning,,mkdocs-versioning,,zayd62/mkdocs-versioning,mkdocs-versioning,['plugin'],site-management,https://github.com/zayd62/mkdocs-versioning,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56,2021-08-01 15:51:53,2021-08-01 15:51:53,133.0,,5.0,2.0,39.0,3.0,22.0,40.0,2021-02-11 10:24:03,0.4.0,2.0,A tool that allows for versioning sites built with mkdocs.,139.0,139.0,5.0,https://pypi.org/project/mkdocs-versioning,2684.0,2684.0,16,True,2.0,,,,,,,,,,,,, +85,mkdocs-live-edit-plugin,,live-edit,,eddyluten/mkdocs-live-edit-plugin,mkdocs-live-edit-plugin,['plugin'],nav-pages,https://github.com/EddyLuten/mkdocs-live-edit-plugin,https://github.com/EddyLuten/mkdocs-live-edit-plugin,MIT,2023-06-22 07:14:15,2026-03-05 01:47:09,2026-03-05 01:46:52,43.0,10.0,9.0,1.0,9.0,2.0,10.0,36.0,2026-03-05 01:47:09,0.4.1,12.0,An MkDocs plugin that allows editing pages directly from the browser.,18.0,18.0,6.0,https://pypi.org/project/mkdocs-live-edit-plugin,827.0,827.0,16,True,2.0,,,,,,,,,,,,, +86,Interactive Graph,,obsidian-interactive-graph,,daxcore/mkdocs-obsidian-interactive-graph-plugin,mkdocs-obsidian-interactive-graph-plugin,['plugin'],charts,https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin,https://github.com/daxcore/mkdocs-obsidian-interactive-graph-plugin,MIT,2024-03-15 17:00:19,2026-02-10 07:43:59,2026-02-10 07:39:38,45.0,4.0,7.0,1.0,7.0,1.0,5.0,35.0,2026-02-10 07:45:55,0.3.2,6.0,"interactive graph for Material for MkDocs like Obsidian, refer demo:.",52.0,52.0,4.0,https://pypi.org/project/mkdocs-obsidian-interactive-graph-plugin,403.0,403.0,16,True,2.0,,,,,,,,,,,,, +87,localsearch,,localsearch,,wilhelmer/mkdocs-localsearch,mkdocs-localsearch,['plugin'],search-toc,https://github.com/wilhelmer/mkdocs-localsearch,https://github.com/wilhelmer/mkdocs-localsearch,MIT,2019-09-13 07:59:50,2023-01-02 11:03:59,2023-01-02 11:03:59,60.0,,6.0,3.0,6.0,,14.0,32.0,2022-07-25 15:00:08,0.9.2,9.0,A MkDocs plugin to make the native search plugin work locally (file:// protocol).,106.0,106.0,6.0,https://pypi.org/project/mkdocs-localsearch,6009.0,6009.0,16,True,1.0,,,,,,,,,,,,, +88,YAML metadata,,,,sivakov512/python-markdown-full-yaml-metadata,markdown-full-yaml-metadata,['markdown'],markdown,https://github.com/sivakov512/python-markdown-full-yaml-metadata,https://github.com/sivakov512/python-markdown-full-yaml-metadata,MIT,2017-10-17 05:14:19,2026-02-19 18:31:44,2025-12-14 22:46:22,103.0,1.0,3.0,3.0,41.0,3.0,7.0,28.0,2023-01-08 23:24:53,2.2.1,8.0,YAML metadata extension for Python-Markdown.,95.0,95.0,7.0,https://pypi.org/project/markdown-full-yaml-metadata,1331.0,1331.0,16,True,2.0,full_yaml_metadata,,,,,,,,,,,, +89,mkdocs-alias-plugin,,alias,,eddyluten/mkdocs-alias-plugin,mkdocs-alias-plugin,['plugin'],links-refs,https://github.com/EddyLuten/mkdocs-alias-plugin,https://github.com/EddyLuten/mkdocs-alias-plugin,MIT,2022-02-13 01:23:30,2026-02-10 03:14:12,2026-02-10 02:32:04,56.0,13.0,4.0,1.0,,2.0,17.0,16.0,2026-02-10 03:14:12,0.10.2,15.0,An MkDocs plugin allowing links to your pages using a custom alias.,39.0,39.0,5.0,https://pypi.org/project/mkdocs-alias-plugin,3075.0,3075.0,16,True,2.0,,,,,,,,,,,,, +90,Mdx Truly Sane Lists,,,,radude/mdx_truly_sane_lists,mdx-truly-sane-lists,['markdown'],markdown,https://github.com/radude/mdx_truly_sane_lists,https://github.com/radude/mdx_truly_sane_lists,MIT,2018-02-01 18:01:50,2023-08-08 12:02:52,2022-07-19 13:42:01,54.0,,10.0,3.0,6.0,8.0,8.0,101.0,2022-08-01 19:58:13,1.3,4.0,Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..,,,4.0,https://pypi.org/project/mdx-truly-sane-lists,3238341.0,3238341.0,15,True,2.0,mdx_truly_sane_lists,,,,,,,,,,,, +91,section-index,,section-index,,oprypin/mkdocs-section-index,mkdocs-section-index,['plugin'],nav-pages,https://github.com/oprypin/mkdocs-section-index,https://github.com/oprypin/mkdocs-section-index,MIT,2020-11-19 23:59:30,2025-04-05 20:56:19,2025-04-05 20:56:05,98.0,,7.0,1.0,3.0,8.0,15.0,95.0,2025-04-05 20:57:37,0.3.10,12.0,MkDocs plugin to allow clickable sections that lead to an index page.,,,3.0,https://pypi.org/project/mkdocs-section-index,1580768.0,1580768.0,15,True,2.0,,,,,,,,,,,,, +92,drawio-exporter,,drawio-exporter,,LukeCarrier/mkdocs-drawio-exporter,mkdocs-drawio-exporter,['plugin'],charts,https://github.com/LukeCarrier/mkdocs-drawio-exporter,https://github.com/LukeCarrier/mkdocs-drawio-exporter,MIT,2019-09-10 21:59:11,2025-05-25 00:30:10,2025-05-25 00:30:09,127.0,,9.0,4.0,51.0,5.0,30.0,85.0,2025-04-22 22:38:06,0.10.2,15.0,Exports your Draw.io diagrams at build time for easier embedding into your documentation.,,,5.0,https://pypi.org/project/mkdocs-drawio-exporter,13418.0,13418.0,15,True,2.0,,,,,,,,,,,,, +93,mkdocs-markmap,,markmap,,markmap/mkdocs-markmap,mkdocs-markmap,['plugin'],code-exec-templating,https://github.com/markmap/mkdocs_markmap,https://github.com/markmap/mkdocs_markmap,MIT,2021-01-22 15:52:32,2025-02-11 20:33:32,2025-02-11 20:32:59,185.0,,7.0,5.0,41.0,4.0,30.0,74.0,2025-02-11 20:33:33,2.5.2,23.0,MkDocs plugin and extension to create mindmaps from markdown using markmap.,,,3.0,https://pypi.org/project/mkdocs-markmap,2299.0,2307.0,15,True,2.0,,500.0,,,,,,,,,,, +94,git-committers,,git-committers,,byrnereese/mkdocs-git-committers-plugin,mkdocs-git-committers-plugin,['plugin'],git-info,https://github.com/byrnereese/mkdocs-git-committers-plugin,https://github.com/byrnereese/mkdocs-git-committers-plugin,MIT,2018-12-15 00:21:27,2024-12-12 18:10:15,2024-12-12 18:10:08,44.0,,6.0,4.0,11.0,8.0,1.0,47.0,,,,A mkdocs plugin for displaying the last commit and a list of a files contributors.,338.0,338.0,7.0,https://pypi.org/project/mkdocs-git-committers-plugin,17596.0,17596.0,15,True,3.0,,,,,,,,,['mkdocs_plugin'],,,, +95,ezlinks,,ezlinks,,orbikm/mkdocs-ezlinks-plugin,mkdocs-ezlinks-plugin,['plugin'],links-refs,https://github.com/orbikm/mkdocs-ezlinks-plugin,https://github.com/orbikm/mkdocs-ezlinks-plugin,MIT,2021-02-10 23:10:38,2024-07-25 22:16:38,2022-01-24 19:59:04,40.0,,13.0,2.0,25.0,12.0,15.0,42.0,2022-01-24 20:08:01,_0.1.14,14.0,Plugin for mkdocs which enables easier linking between pages.,163.0,163.0,,https://pypi.org/project/mkdocs-ezlinks-plugin,21349.0,21352.0,15,True,2.0,,229.0,,,,,,,,,,, +96,mkdocs-api-autonav,,api-autonav,,tlambert03/mkdocs-api-autonav,mkdocs-api-autonav,['plugin'],api-docs,https://github.com/tlambert03/mkdocs-api-autonav,https://github.com/tlambert03/mkdocs-api-autonav,BSD-3-Clause,2025-01-30 14:12:54,2026-01-09 16:01:59,2026-01-09 16:01:59,40.0,2.0,2.0,1.0,20.0,3.0,13.0,41.0,2025-09-09 12:42:04,0.4.0,10.0,MkDocs plugin for autogenerating API docs with navigation.,176.0,176.0,2.0,https://pypi.org/project/mkdocs-api-autonav,110472.0,110476.0,15,True,2.0,,59.0,,,,,,,,,,, +97,mkdocs-d2-plugin,,d2,,landmaj/mkdocs-d2-plugin,mkdocs-d2-plugin,['plugin'],charts,https://github.com/landmaj/mkdocs-d2-plugin,https://github.com/landmaj/mkdocs-d2-plugin,MIT,2023-09-22 20:56:00,2025-03-01 14:32:47,2024-12-16 11:40:44,64.0,,7.0,1.0,8.0,2.0,18.0,37.0,2024-12-16 18:31:14,1.6.0,3.0,A plugin for embedding D2 diagrams in MkDocs.,30.0,30.0,3.0,https://pypi.org/project/mkdocs-d2-plugin,28340.0,28340.0,15,True,2.0,,,,,,,,,,,,, +98,mkdocstrings-crystal,,,,mkdocstrings/crystal,mkdocstrings-crystal,,api-docs,https://github.com/mkdocstrings/crystal,https://github.com/mkdocstrings/crystal,MIT,2020-10-13 20:07:35,2025-11-08 14:09:44,2025-11-08 14:02:07,163.0,,3.0,3.0,7.0,4.0,4.0,31.0,2022-05-02 23:04:11,0.3.5,3.0,Crystal language doc generator for https://github.com/mkdocstrings/mkdocstrings.,,,3.0,https://pypi.org/project/mkdocstrings-crystal,21451.0,21451.0,15,True,2.0,,,,,,,,,,,,, +99,mkdocs-autoapi,,mkdocs-autoapi,,jcayers20/mkdocs-autoapi,mkdocs-autoapi,['plugin'],api-docs,https://github.com/jcayers20/mkdocs-autoapi,https://github.com/jcayers20/mkdocs-autoapi,MIT,2024-04-24 18:08:03,2026-01-29 00:37:33,2026-01-29 00:37:33,141.0,2.0,1.0,1.0,36.0,8.0,29.0,21.0,2025-04-02 02:12:30,0.4.1,8.0,MkDocs plugin providing automatic API reference generation.,107.0,107.0,2.0,https://pypi.org/project/mkdocs-autoapi,30887.0,30887.0,15,True,2.0,,8.0,,,,,,,,,,, +100,mkdocs-typer2,,mkdocs-typer2,,syn54x/mkdocs-typer2,mkdocs-typer2,['plugin'],api-docs,https://github.com/syn54x/mkdocs-typer2,https://github.com/syn54x/mkdocs-typer2,Apache-2.0,2024-10-25 00:54:15,2026-01-15 03:19:10,2026-01-15 03:17:21,48.0,5.0,1.0,2.0,19.0,,7.0,18.0,2026-01-15 03:19:10,0.2.0,10.0,Mkdocs Plugin For Typer CLIs.,26.0,26.0,,https://pypi.org/project/mkdocs-typer2,11550.0,11550.0,15,True,2.0,,,,,,,,,,,,, +101,oEmbedPy,,oembedpy,,attakei/oEmbedPy,oEmbedPy,['plugin'],charts,https://github.com/attakei/oEmbedPy,https://oembedpy.readthedocs.io/en/stable/integrations/mkdocs/,Apache-2.0,2023-03-20 14:26:58,2025-12-27 15:56:28,2025-12-27 15:40:06,193.0,12.0,1.0,,5.0,5.0,3.0,8.0,2025-12-27 15:56:58,0.9.0,13.0,MkDocs plugin to render rich contents from URL by oEmbed API.,17.0,17.0,2.0,https://pypi.org/project/oEmbedPy,1096.0,1097.0,15,True,2.0,,38.0,,,,,,,,,,, +102,mktestdocs,,,,koaning/mktestdocs,mktestdocs,[],quality,https://github.com/koaning/mktestdocs,https://github.com/koaning/mktestdocs,Apache-2.0,2020-12-02 11:29:55,2025-11-10 13:55:30,2025-11-10 13:55:29,83.0,,10.0,2.0,13.0,3.0,5.0,159.0,2025-07-25 12:40:23,0.2.5,5.0,Run pytest against markdown files/docstrings.,,,6.0,https://pypi.org/project/mktestdocs,29930.0,29930.0,14,True,2.0,,,,,,,,,,,,, +103,mkdocs-pandoc,,,,jgrassler/mkdocs-pandoc,mkdocs-pandoc,[],site-conversion,https://github.com/jgrassler/mkdocs-pandoc,https://github.com/jgrassler/mkdocs-pandoc,Apache-2.0,2015-12-01 13:55:25,2018-11-08 16:57:49,2016-03-14 20:16:57,25.0,,22.0,8.0,9.0,13.0,10.0,110.0,,,,[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.,76.0,76.0,4.0,https://pypi.org/project/mkdocs-pandoc,395.0,395.0,14,True,3.0,,,,,,,,,,,,, +104,mkdocs-render-swagger-plugin,,render_swagger,,bharel/mkdocs-render-swagger-plugin,mkdocs-render-swagger-plugin,['plugin'],integrations,https://github.com/bharel/mkdocs-render-swagger-plugin,https://github.com/bharel/mkdocs-render-swagger-plugin,MIT,2020-12-15 12:41:17,2024-09-23 02:39:43,2024-09-23 02:39:43,89.0,,14.0,2.0,15.0,3.0,12.0,78.0,2024-05-26 19:20:40,0.1.2,6.0,A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.,,,8.0,https://pypi.org/project/mkdocs-render-swagger-plugin,116798.0,116798.0,14,True,2.0,,11.0,,,,,,,,,,, +105,enumerate-headings,,enumerate-headings,,timvink/mkdocs-enumerate-headings-plugin,mkdocs-enumerate-headings-plugin,['plugin'],html-css,https://github.com/timvink/mkdocs-enumerate-headings-plugin,https://github.com/timvink/mkdocs-enumerate-headings-plugin,MIT,2020-04-24 13:39:07,2024-05-02 11:08:39,2024-04-16 19:14:48,121.0,,12.0,2.0,10.0,5.0,28.0,47.0,2024-04-16 19:05:31,0.6.2,13.0,MkDocs Plugin to enumerate the headings across site pages.,371.0,371.0,5.0,https://pypi.org/project/mkdocs-enumerate-headings-plugin,,,14,True,2.0,,,,,,,,,,,,, +106,same-dir,,same-dir,,oprypin/mkdocs-same-dir,mkdocs-same-dir,['plugin'],site-management,https://github.com/oprypin/mkdocs-same-dir,https://github.com/oprypin/mkdocs-same-dir,MIT,2020-04-26 17:38:21,2025-02-15 16:34:10,2025-02-15 16:23:30,50.0,,2.0,1.0,2.0,2.0,7.0,47.0,,,,MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.,535.0,535.0,2.0,https://pypi.org/project/mkdocs-same-dir,94097.0,94097.0,14,True,2.0,,,,,,,,,,,,, +107,Lightgallery,,,,g-provost/lightgallery-markdown,lightgallery,['markdown'],charts,https://github.com/g-provost/lightgallery-markdown,https://github.com/g-provost/lightgallery-markdown,MIT,2017-12-19 10:35:49,2023-10-07 06:38:59,2023-10-07 06:38:59,23.0,,5.0,3.0,5.0,6.0,5.0,27.0,2021-02-15 09:47:09,0.5,1.0,Markdown extension to wrap images in a lightbox.,107.0,107.0,6.0,https://pypi.org/project/lightgallery,3775.0,3775.0,14,True,2.0,lightgallery,,,,,,,,,,,, +108,mkdocs-categories-plugin,,categories,,eddyluten/mkdocs-categories-plugin,mkdocs-categories-plugin,['plugin'],nav-pages,https://github.com/EddyLuten/mkdocs-categories-plugin,https://github.com/EddyLuten/mkdocs-categories-plugin,MIT,2022-02-24 02:42:22,2026-02-14 03:20:35,2026-02-14 03:19:23,24.0,4.0,,1.0,,2.0,4.0,16.0,2026-02-14 03:20:35,0.6.0,8.0,An MkDocs plugin allowing for categorization of wiki pages.,24.0,24.0,,https://pypi.org/project/mkdocs-categories-plugin,3346.0,3346.0,14,True,2.0,,,4.0,,,,,,,,,, +109,mkdocs-nav-weight,,mkdocs-nav-weight,,shu307/mkdocs-nav-weight,mkdocs-nav-weight,['plugin'],nav-pages,https://github.com/shu307/mkdocs-nav-weight,https://github.com/shu307/mkdocs-nav-weight,MIT,2022-08-28 04:55:37,2025-09-09 11:58:59,2025-09-09 11:55:15,36.0,,3.0,2.0,4.0,,2.0,15.0,2025-09-09 11:58:59,0.3.0,9.0,"A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.",129.0,129.0,4.0,https://pypi.org/project/mkdocs-nav-weight,44536.0,44536.0,14,True,2.0,,,,,,,,,,,,, +110,mkdocs-pagetree-plugin,,pagetree,,tombreit/mkdocs-pagetree-plugin,mkdocs-pagetree-plugin,['plugin'],nav-pages,https://github.com/tombreit/mkdocs-pagetree-plugin,https://github.com/tombreit/mkdocs-pagetree-plugin,MIT,2023-11-26 08:35:39,2025-11-02 16:28:15,2025-11-02 16:27:50,96.0,,3.0,1.0,4.0,2.0,13.0,12.0,2025-03-17 08:49:50,0.0.17,12.0,"MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.",31.0,31.0,3.0,https://pypi.org/project/mkdocs-pagetree-plugin,22504.0,22504.0,14,True,2.0,,,,,,,,,,,,, +111,meta-manager,,meta-manager,,timmeinerzhagen/mkdocs-meta-manager,mkdocs-meta-manager,['plugin'],code-exec-templating,https://github.com/timmeinerzhagen/mkdocs-meta-manager,https://github.com/timmeinerzhagen/mkdocs-meta-manager,MIT,2022-12-11 16:38:21,2025-01-20 21:57:36,2025-01-20 21:56:55,19.0,,1.0,1.0,13.0,1.0,3.0,6.0,2025-01-20 21:57:36,1.1.0,8.0,MkDocs plugin for managing meta tags across folders and files.,18.0,18.0,3.0,https://pypi.org/project/mkdocs-meta-manager,1052729.0,1052729.0,14,True,2.0,,,,,,,,,,,,, +112,mkdocs-git-latest-changes-plugin,,git-latest-changes,,tombreit/mkdocs-git-latest-changes-plugin,mkdocs-git-latest-changes-plugin,['plugin'],git-info,https://github.com/tombreit/mkdocs-git-latest-changes-plugin,https://github.com/tombreit/mkdocs-git-latest-changes-plugin,MIT,2023-11-21 17:12:52,2025-12-06 11:15:38,2025-12-05 20:21:35,140.0,,3.0,1.0,6.0,3.0,16.0,5.0,2025-12-06 11:15:17,0.0.23,12.0,MkDocs plugin that allows you to display a list of recently modified pages from the Git log.,7.0,7.0,4.0,https://pypi.org/project/mkdocs-git-latest-changes-plugin,25512.0,25512.0,14,True,3.0,,,,,,,,,,,,, +113,Termynal,,termynal,,termynal/termynal.py,termynal,['plugin'],code-exec-templating,https://github.com/termynal/termynal.py,https://github.com/termynal/termynal.py,MIT,2020-11-12 19:59:40,2025-11-24 03:28:09,2025-09-01 13:01:05,93.0,,11.0,1.0,14.0,8.0,10.0,152.0,,,,Python markdown terminal. Built for mkdocs.,,,7.0,https://pypi.org/project/termynal,69460.0,69460.0,13,True,3.0,,,,,,,,,,,,, +114,charts,,charts,,timvink/mkdocs-charts-plugin,mkdocs-charts-plugin,['plugin'],charts,https://github.com/timvink/mkdocs-charts-plugin,https://github.com/timvink/mkdocs-charts-plugin,MIT,2021-12-07 21:53:15,2025-09-02 09:51:07,2025-09-02 09:50:24,74.0,,7.0,2.0,6.0,3.0,17.0,92.0,2025-09-02 09:51:44,0.0.13,13.0,Mkdocs plugin to add plots from data using vegalite.,,,5.0,https://pypi.org/project/mkdocs-charts-plugin,15584.0,15584.0,13,True,2.0,,,,,,,,,,,,, +115,roamlinks,,roamlinks,,Jackiexiao/mkdocs-roamlinks-plugin,mkdocs-roamlinks-plugin,['plugin'],links-refs,https://github.com/Jackiexiao/mkdocs-roamlinks-plugin,https://github.com/Jackiexiao/mkdocs-roamlinks-plugin,MIT,2020-09-05 02:15:33,2026-02-03 04:03:41,2026-02-03 04:03:40,36.0,3.0,16.0,3.0,12.0,,,54.0,,,,An MkDocs plugin that automagically generates relative links between markdown pages.,,,10.0,https://pypi.org/project/mkdocs-roamlinks-plugin,17060.0,17060.0,13,True,2.0,,,,,,,,,,,,, +116,mkdocs-typer,,,,bruce-szalwinski/mkdocs-typer,mkdocs-typer,['markdown'],api-docs,https://github.com/bruce-szalwinski/mkdocs-typer,https://github.com/bruce-szalwinski/mkdocs-typer,Apache-2.0,2021-01-25 17:46:54,2023-06-21 16:32:56,2023-06-21 16:32:25,22.0,,3.0,1.0,14.0,7.0,3.0,32.0,2023-06-21 16:32:56,0.0.3,3.0,An MkDocs extension to generate documentation for Typer command line applications.,,,,https://pypi.org/project/mkdocs-typer,24118.0,24118.0,13,True,2.0,mkdocs-typer,,,,,,,,,,,, +117,mkdocs-diagrams,,diagrams,,zoni/mkdocs-diagrams,mkdocs-diagrams,['plugin'],charts,https://github.com/zoni/mkdocs-diagrams,https://github.com/zoni/mkdocs-diagrams,MIT,2020-05-16 10:44:25,2020-09-04 08:33:06,2020-09-04 08:27:56,12.0,,3.0,1.0,1.0,1.0,2.0,32.0,,,,MkDocs plugin to render Diagrams files.,84.0,84.0,,https://pypi.org/project/mkdocs-diagrams,82536.0,82536.0,13,True,2.0,,,,,,,,,,,,, +118,Markdown blockdiag,,,,gisce/markdown-blockdiag,markdown-blockdiag,['markdown'],charts,https://github.com/gisce/markdown-blockdiag,https://github.com/gisce/markdown-blockdiag,MIT,2017-01-18 15:27:36,2025-11-06 06:35:09,2023-11-22 10:27:30,54.0,,8.0,20.0,14.0,3.0,3.0,29.0,2023-11-22 10:28:44,0.9.0,2.0,blockdiag extension for Python Markdown.,140.0,140.0,5.0,https://pypi.org/project/markdown-blockdiag,,,13,True,2.0,markdown_blockdiag,,,,,,,,,,,, +119,exclude-search,,exclude-search,,chrieke/mkdocs-exclude-search,mkdocs-exclude-search,['plugin'],search-toc,https://github.com/chrieke/mkdocs-exclude-search,https://github.com/chrieke/mkdocs-exclude-search,MIT,2020-10-11 23:10:29,2023-12-04 02:34:50,2023-12-04 02:34:50,136.0,,2.0,1.0,30.0,,17.0,29.0,2023-11-20 18:24:40,0.6.6,18.0,A mkdocs plugin that excludes selected chapters from the docs search index.,,,6.0,https://pypi.org/project/mkdocs-exclude-search,59966.0,59966.0,13,True,2.0,,16.0,,,,,,,,,,, +120,Lantana,lantana,,,WSOFT-Project/lantana,lantana,['theme'],theming,https://github.com/wsoft-ws/lantana,https://github.com/wsoft-ws/lantana,MIT,2022-10-27 17:47:25,2025-07-10 03:35:46,2025-07-03 10:13:03,177.0,,1.0,,50.0,2.0,18.0,25.0,2024-12-16 11:04:04,2.13.0,36.0,Lantana MKDocsHTML.,8.0,8.0,6.0,https://pypi.org/project/lantana,373.0,383.0,13,True,2.0,,426.0,,wsoft-ws/lantana,,,,,,,,, +121,MkDocs Merge,,,,ovasquez/mkdocs-merge,mkdocs-merge,[],site-management,https://github.com/ovasquez/mkdocs-merge,https://github.com/ovasquez/mkdocs-merge,MIT,2017-06-06 21:33:22,2025-07-05 00:30:36,2025-07-05 00:26:34,33.0,,5.0,1.0,15.0,5.0,5.0,23.0,2025-07-05 00:30:36,0.11.0,9.0,Merge the source of multiple MkDocs sites into a single one.,9.0,9.0,3.0,https://pypi.org/project/mkdocs-merge,2140.0,2140.0,13,True,3.0,,,,,,,,,,,,, +122,mkdocstrings-matlab,,,,watermarkhu/mkdocstrings-matlab,mkdocstrings-matlab,,api-docs,https://github.com/watermarkhu/mkdocstrings-matlab,https://github.com/watermarkhu/mkdocstrings-matlab,ISC,2024-09-10 09:03:49,2026-02-28 10:24:54,2026-02-28 10:24:28,155.0,9.0,1.0,1.0,144.0,3.0,4.0,11.0,2026-02-28 10:24:30,2.0.3,36.0,"A MATLAB handler for mkdocstrings, automatic documentation from sources.",2.0,2.0,5.0,https://pypi.org/project/mkdocstrings-matlab,2017.0,2017.0,13,True,2.0,,11.0,,,,,,,,,,, +123,file-filter,,file-filter,,DariuszPorowski/mkdocs-file-filter-plugin,mkdocs-file-filter-plugin,['plugin'],nav-pages,https://github.com/DariuszPorowski/mkdocs-file-filter-plugin,https://github.com/DariuszPorowski/mkdocs-file-filter-plugin,MIT,2023-02-01 20:21:43,2024-10-16 15:57:50,2024-07-19 16:56:47,94.0,,4.0,1.0,244.0,7.0,8.0,10.0,2024-01-12 04:10:34,0.2.0,10.0,"A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..",18.0,18.0,4.0,https://pypi.org/project/mkdocs-file-filter-plugin,3468.0,3470.0,13,True,3.0,,100.0,,,,,,,,,,, +124,pdf-with-js,,pdf-with-js,,smaxtec/mkdocs-pdf-with-js-plugin,mkdocs-pdf-with-js-plugin,['plugin'],site-conversion,https://github.com/smaxtec/mkdocs-pdf-with-js-plugin,https://github.com/smaxtec/mkdocs-pdf-with-js-plugin,MIT,2020-06-04 09:48:18,2021-07-23 08:52:22,2021-07-23 08:52:22,13.0,,3.0,4.0,3.0,1.0,,8.0,2021-07-16 06:35:39,0.1.3,3.0,A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content.,13.0,13.0,4.0,https://pypi.org/project/mkdocs-pdf-with-js-plugin,1159.0,1159.0,13,True,3.0,,,,,,,,,,,,, +125,mkdocs-extra-sass-plugin,,extra-sass,,orzih/mkdocs-extra-sass-plugin,mkdocs-extra-sass-plugin,['plugin'],html-css,https://github.com/orzih/mkdocs-extra-sass-plugin,https://github.com/orzih/mkdocs-extra-sass-plugin,MIT,2021-01-30 04:11:09,2023-04-21 20:51:40,2021-02-13 10:11:46,2.0,,4.0,,3.0,5.0,,5.0,2021-01-30 04:25:34,0.1.0,1.0,Adds stylesheets to your mkdocs site from Sass/SCSS.,83.0,83.0,,https://pypi.org/project/mkdocs-extra-sass-plugin,12928.0,12928.0,13,True,2.0,,,,,,,,,,,,, +126,Markdown Inline Graphviz,,,,cesaremorel/markdown-inline-graphviz,markdown-inline-graphviz-extension,['markdown'],markdown,https://github.com/cesaremorel/markdown-inline-graphviz,https://github.com/cesaremorel/markdown-inline-graphviz,MIT,2019-06-05 21:10:15,2024-01-16 17:52:15,2024-01-16 17:52:15,39.0,,10.0,2.0,7.0,,9.0,5.0,2024-01-16 17:52:46,1.1.3,3.0,Render inline graphs with Markdown and Graphviz.,,,9.0,https://pypi.org/project/markdown-inline-graphviz-extension,247030.0,247030.0,13,True,2.0,markdown_inline_graphviz,,,,,,,,,,,, +127,MkAutoDoc,,,,tomchristie/mkautodoc,mkautodoc,['markdown'],api-docs,https://github.com/lovelydinosaur/mkautodoc,https://github.com/lovelydinosaur/mkautodoc,BSD,2019-10-09 10:40:33,2022-09-26 12:32:12,2022-09-26 12:32:12,27.0,,18.0,7.0,20.0,7.0,11.0,228.0,,,,Auto documentation for MkDocs.,,,7.0,https://pypi.org/project/mkautodoc,15118.0,15118.0,12,True,3.0,mkautodoc,,,lovelydinosaur/mkautodoc,,,,,,,,, +128,Torillic,torillic,,,TEParsons/torillic,mkdocs-torillic,['theme'],theming,https://github.com/TEParsons/torillic,https://github.com/TEParsons/torillic,CC0-1.0,2020-12-12 15:08:51,2025-04-21 17:19:06,2025-04-21 17:14:27,147.0,,86.0,4.0,2.0,2.0,11.0,125.0,2025-04-21 17:19:06,2.2.2,8.0,A D&D inspired theme for styling TTRPG notes and resources.,,,4.0,https://pypi.org/project/mkdocs-torillic,449.0,585.0,12,True,2.0,,7937.0,,,,,,,,,,, +129,multirepo,,,,wilhelmer/mkdocs-multirepo,mkdocs-multirepo,[],site-management,https://github.com/wilhelmer/mkdocs-multirepo,https://github.com/wilhelmer/mkdocs-multirepo,MIT,2020-07-08 12:11:47,2024-01-04 14:10:16,2024-01-04 14:08:12,43.0,,2.0,5.0,1.0,,6.0,45.0,2024-01-04 14:10:16,0.5.2,3.0,"A bit like monorepo, but keeps MkDocs projects separate.",3.0,3.0,3.0,https://pypi.org/project/mkdocs-multirepo,584.0,584.0,12,True,3.0,,,,,,,,,,,,, +130,mkdocs-coverage,,coverage,,pawamoy/mkdocs-coverage,mkdocs-coverage,['plugin'],integrations,https://github.com/pawamoy/mkdocs-coverage,https://github.com/pawamoy/mkdocs-coverage,ISC,2021-02-03 18:32:20,2025-12-01 14:47:28,2025-12-01 14:47:26,60.0,,1.0,3.0,1.0,,11.0,37.0,2025-09-11 12:14:10,2.0.0,4.0,MkDocs plugin to integrate your coverage HTML report into your site.,315.0,315.0,2.0,https://pypi.org/project/mkdocs-coverage,,,12,True,3.0,,,-6.0,,,,,,,,,, +131,mkdocs-site-urls,,site-urls,,OctoPrint/mkdocs-site-urls,mkdocs-site-urls,['plugin'],links-refs,https://github.com/OctoPrint/mkdocs-site-urls,https://github.com/OctoPrint/mkdocs-site-urls,MIT,2023-07-28 11:55:04,2026-03-04 15:30:02,2026-03-04 15:29:44,27.0,1.0,4.0,1.0,1.0,,5.0,24.0,2025-09-04 08:39:24,0.3.1,4.0,A MkDocs plugin that adds support for site-relative `site:` URLs.,,,2.0,https://pypi.org/project/mkdocs-site-urls,21483.0,21483.0,12,True,3.0,,,,,,,,,,,,, +132,Blogs for MkDocs,,blog,,fmaida/mkdocs-blog-plugin,mkdocs-blog-plugin,['plugin'],blogging,https://github.com/fmaida/mkdocs-blog-plugin,https://github.com/fmaida/mkdocs-blog-plugin,MIT,2020-01-19 13:38:21,2020-04-13 08:11:37,2020-04-13 08:11:31,21.0,,3.0,2.0,,1.0,1.0,19.0,,,,This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.,209.0,209.0,,https://pypi.org/project/mkdocs-blog-plugin,5864.0,5864.0,12,True,3.0,,,,,,,,,['mkdocs_plugin'],,,, +133,placeholder,,placeholder,,six-two/mkdocs-placeholder-plugin,mkdocs-placeholder-plugin,['plugin'],code-exec-templating,https://github.com/six-two/mkdocs-placeholder-plugin,https://github.com/six-two/mkdocs-placeholder-plugin,MIT,2022-07-24 08:54:44,2026-02-27 18:25:56,2026-02-27 18:25:49,238.0,2.0,4.0,1.0,3.0,1.0,9.0,19.0,,,,Add placeholders to your MkDocs pages.,20.0,20.0,2.0,https://pypi.org/project/mkdocs-placeholder-plugin,10855.0,10855.0,12,True,3.0,,,,,,,,,,,,, +134,unused-files,,unused_files,,wilhelmer/mkdocs-unused-files,mkdocs-unused-files,['plugin'],links-refs,https://github.com/wilhelmer/mkdocs-unused-files,https://github.com/wilhelmer/mkdocs-unused-files,MIT,2022-12-14 20:47:40,2023-07-17 15:18:12,2023-07-17 15:12:19,27.0,,4.0,1.0,3.0,4.0,8.0,18.0,2023-07-17 15:18:12,0.2.0,9.0,An MkDocs plugin to find unused (orphaned) files in your project.,37.0,37.0,2.0,https://pypi.org/project/mkdocs-unused-files,7588.0,7588.0,12,True,3.0,,,,,,,,,,,,, +135,mkdocs-copy-to-llm,,copy-to-llm,,leonardocustodio/mkdocs-copy-to-llm,mkdocs-copy-to-llm,['plugin'],integrations,https://github.com/leonardocustodio/mkdocs-copy-to-llm,https://github.com/leonardocustodio/mkdocs-copy-to-llm,MIT,2025-07-24 20:41:24,2026-02-27 05:26:26,2026-02-27 05:26:24,24.0,5.0,3.0,1.0,25.0,1.0,6.0,13.0,2026-02-27 04:54:20,0.2.9,11.0,"A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire..",1.0,1.0,4.0,https://pypi.org/project/mkdocs-copy-to-llm,652.0,652.0,12,True,3.0,,,5.0,,,,,,,,,, +136,markdown-version-annotations,,,,glennmatthews/markdown-version-annotations,markdown-version-annotations,['markdown'],snippets-include,https://github.com/glennmatthews/markdown-version-annotations,https://github.com/glennmatthews/markdown-version-annotations,MIT,2022-09-14 15:06:14,2024-05-06 16:44:29,2024-05-06 16:43:16,8.0,,,2.0,,,2.0,9.0,2024-05-06 16:44:29,1.0.1,2.0,MkDocs plugin to add custom admonitions for documenting version differences.,91.0,91.0,,https://pypi.org/project/markdown-version-annotations,20309.0,20309.0,12,True,3.0,markdown_version_annotations,26.0,,,,,,,,,,, +137,mkdocs-exclude-unused-files,,exclude-unused-files,,JonasDoesThings/mkdocs-exclude-unused-files,mkdocs-exclude-unused-files,['plugin'],site-management,https://github.com/JonasDoesThings/mkdocs-exclude-unused-files,https://github.com/JonasDoesThings/mkdocs-exclude-unused-files,MIT,2023-02-26 19:22:19,2025-06-11 18:17:01,2025-06-11 18:12:29,42.0,,2.0,1.0,4.0,1.0,3.0,5.0,2025-06-11 18:17:46,1.4.1,5.0,Exclude orphaned (unused) static files from your mkdocs build.,27.0,27.0,4.0,https://pypi.org/project/mkdocs-exclude-unused-files,6144.0,6144.0,12,True,3.0,,10.0,,,,,,,,,,, +138,MarkdownSuperscript,,,,jambonrose/markdown_superscript_extension,MarkdownSuperscript,['markdown'],markdown,https://github.com/jambonrose/markdown_superscript_extension,https://github.com/jambonrose/markdown_superscript_extension,BSD-2-Clause,2014-07-23 02:24:51,2022-12-27 15:35:12,2018-12-02 17:21:33,82.0,,3.0,1.0,56.0,1.0,3.0,2.0,2018-10-09 23:38:17,2.1.1,5.0,An extension to the Python Markdown package enabling superscript text.,47.0,47.0,2.0,https://pypi.org/project/MarkdownSuperscript,1953.0,1953.0,12,True,2.0,superscript,,,,,,,,,,,, +139,Markdown Checklist,,,,FND/markdown-checklist,markdown-checklist,['markdown'],markdown,https://github.com/FND/markdown-checklist,https://github.com/FND/markdown-checklist,MIT,2013-09-01 12:35:20,2022-07-29 13:10:44,2022-07-29 13:08:47,26.0,,33.0,6.0,10.0,1.0,7.0,83.0,,,,Python Markdown extension for lists of tasks with checkboxes.,,,2.0,https://pypi.org/project/markdown-checklist,5068.0,5068.0,11,True,2.0,markdown_checklist.extension,,,,,,,,,,,, +140,newsletter,,mkdocs-newsletter,,lyz-code/mkdocs-newsletter,mkdocs-newsletter,['plugin'],blogging,https://github.com/lyz-code/mkdocs-newsletter,https://github.com/lyz-code/mkdocs-newsletter,GPL-3.0,2021-02-10 16:13:44,2024-05-27 12:10:11,2024-05-27 12:09:03,299.0,,2.0,2.0,101.0,3.0,7.0,35.0,,,,Automatically create newsletters from the changes in a mkdocs repository.,51.0,51.0,3.0,https://pypi.org/project/mkdocs-newsletter,240.0,240.0,11,True,3.0,,,,,,,,,,,,, +141,markdownmermaid,,markdownmermaid,,pugong/mkdocs-mermaid-plugin,mkdocs-mermaid-plugin,['plugin'],charts,https://github.com/pugong/mkdocs-mermaid-plugin,https://github.com/pugong/mkdocs-mermaid-plugin,MIT,2018-11-28 13:09:20,2020-03-06 16:12:45,2019-05-26 05:43:37,9.0,,15.0,2.0,6.0,2.0,4.0,27.0,,,,A MkDocs plugin that support mermaid graph in markdown file.,127.0,127.0,2.0,https://pypi.org/project/mkdocs-mermaid-plugin,3307.0,3307.0,11,True,3.0,,,,,,,,,,,,, +142,ezglossary,,ezglossary,,realtimeprojects/mkdocs-ezglossary,mkdocs-ezglossary-plugin,['plugin'],links-refs,https://github.com/realtimeprojects/mkdocs-ezglossary,https://github.com/realtimeprojects/mkdocs-ezglossary,MIT,2023-08-31 10:00:21,2025-09-25 18:13:46,2025-09-25 18:13:38,201.0,,,1.0,7.0,2.0,23.0,17.0,,,,Glossary support for mkdocs.,,,6.0,https://pypi.org/project/mkdocs-ezglossary-plugin,20516.0,20516.0,11,True,3.0,,,,,,,,,,,,, +143,Link Checker,,,,byrnereese/linkchecker-mkdocs,mkdocs-linkcheck,[],quality,https://github.com/byrnereese/linkchecker-mkdocs,https://github.com/byrnereese/linkchecker-mkdocs,MIT,2021-08-16 16:44:47,2023-07-14 20:12:42,2021-08-24 18:08:03,70.0,,6.0,,6.0,10.0,,16.0,,,,"Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.",,,5.0,https://pypi.org/project/mkdocs-linkcheck,25078.0,25078.0,11,True,2.0,,,,,,,,,,,,, +144,markdown-captions,,,,Evidlo/markdown_captions,markdown-captions,['markdown'],charts,https://github.com/Evidlo/markdown_captions,https://github.com/Evidlo/markdown_captions,GPL-3.0,2019-05-24 18:04:31,2023-05-24 18:47:12,2023-05-24 18:47:09,20.0,,5.0,1.0,2.0,1.0,7.0,12.0,,,,Python-Markdown plugin for image captions.,191.0,191.0,2.0,https://pypi.org/project/markdown-captions,18012.0,18012.0,11,True,3.0,markdown_captions,,,,,,,,,,,, +145,mkdocs-link-embeds,,link-embeds,,Aetherinox/mkdocs-link-embeds,mkdocs-link-embeds-plugin,['plugin'],html-css,https://github.com/Aetherinox/mkdocs-link-embeds,https://github.com/Aetherinox/mkdocs-link-embeds,MIT,2024-03-18 13:09:53,2025-05-04 09:38:50,2025-05-04 09:38:47,220.0,,,1.0,4.0,,1.0,12.0,2024-08-08 03:22:13,0.2.0,8.0,"Mkdocs plugin which displays links in a more elegant way. Links will automatically be populated with an image,..",11.0,11.0,,https://pypi.org/project/mkdocs-link-embeds-plugin,418.0,419.0,11,True,2.0,,24.0,,,,,,,,,,, +146,mkdocs-mdpo,,mdpo,,mondeja/mkdocs-mdpo-plugin,mkdocs-mdpo-plugin,['plugin'],i18n-l10n,https://github.com/mondeja/mkdocs-mdpo-plugin,https://github.com/mondeja/mkdocs-mdpo-plugin,BSD-3-Clause,2021-04-26 14:53:13,2024-06-10 11:29:51,2024-06-10 11:29:51,108.0,,7.0,1.0,30.0,13.0,24.0,11.0,2022-06-10 13:17:02,0.0.27,27.0,Mkdocs translation plugin using PO files.,,,4.0,https://pypi.org/project/mkdocs-mdpo-plugin,153.0,157.0,11,True,3.0,,265.0,,,,,,,,,,, +147,mkdocs-embed-external-markdown,,external-markdown,,fire1ce/mkdocs-embed-external-markdown,mkdocs-embed-external-markdown,['plugin'],snippets-include,https://github.com/fire1ce/mkdocs-embed-external-markdown,https://github.com/fire1ce/mkdocs-embed-external-markdown,MIT,2022-02-24 10:21:12,2025-02-24 08:33:44,2025-02-24 08:33:38,104.0,,7.0,1.0,7.0,1.0,11.0,11.0,2024-02-26 12:17:17,3.0.2,4.0,MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..,167.0,167.0,7.0,https://pypi.org/project/mkdocs-embed-external-markdown,,,11,True,3.0,,,,,,,,,,,,, +148,recently-updated,,recently-updated,,jaywhj/mkdocs-recently-updated-docs,mkdocs-recently-updated-docs,['plugin'],git-info,https://github.com/jaywhj/mkdocs-recently-updated-docs,https://github.com/jaywhj/mkdocs-recently-updated-docs,MIT,2025-08-22 14:56:24,2026-03-04 07:47:55,2026-03-04 05:07:04,50.0,25.0,,,,1.0,1.0,10.0,2026-02-25 03:41:53,1.6,6.0,Display a list of recently updated documents anywhere on your MkDocs site with a single line of code.,,,,https://pypi.org/project/mkdocs-recently-updated-docs,375.0,375.0,11,True,3.0,,,,,,,,,,,,, +149,SWAN,swan,,,swan-cern/mkdocs-swan,mkdocs-swan,['theme'],theming,https://github.com/swan-cern/mkdocs-swan,https://github.com/swan-cern/mkdocs-swan,AGPL-3.0,2020-06-06 18:14:12,2026-01-23 16:13:21,2026-01-23 16:13:20,23.0,1.0,4.0,2.0,5.0,,,7.0,2024-01-23 09:37:16,0.4.0,8.0,SWAN MkDocs theme.,12.0,12.0,5.0,https://pypi.org/project/mkdocs-swan,280.0,280.0,11,True,2.0,,,,,,,,,,,,, +150,mkdocs-curriculum-vitae,curriculum-vitae,,,Paul-Riviere/mkdocs-curriculum-vitae,mkdocs-curriculum-vitae,['theme'],theming,https://github.com/Paul-Riviere/mkdocs-curriculum-vitae,https://github.com/Paul-Riviere/mkdocs-curriculum-vitae,MIT,2024-08-14 22:15:23,2025-11-12 22:46:09,2025-11-12 22:42:58,113.0,,1.0,1.0,37.0,11.0,36.0,7.0,2025-11-12 22:43:00,0.12.1,19.0,"A simple MkDocs theme, designed to make your curriculum vitae (CV) with minimal configuration, and several themes.",3.0,3.0,3.0,https://pypi.org/project/mkdocs-curriculum-vitae,97.0,97.0,11,True,2.0,,,,,,,,,,,,, +151,user-defined-values,,user-defined-values,,rahult/mkdocs-user-defined-values,mkdocs-user-defined-values,['plugin'],code-exec-templating,https://github.com/rahult/mkdocs-user-defined-values,https://github.com/rahult/mkdocs-user-defined-values,MIT,2020-01-05 09:26:06,2022-12-26 21:35:05,2022-07-10 05:32:27,36.0,,3.0,2.0,13.0,1.0,1.0,4.0,2020-04-21 10:59:01,0.0.5,4.0,MkDocs User Defined Values.,15.0,15.0,3.0,https://pypi.org/project/mkdocs-user-defined-values,313.0,313.0,11,True,3.0,,16.0,,,,,,,,,,, +152,MkDocs Backend for Foliant,,,,foliant-docs/foliantcontrib.mkdocs,foliantcontrib.mkdocs,[],integrations,https://github.com/foliant-docs/foliantcontrib.mkdocs,https://github.com/foliant-docs/foliantcontrib.mkdocs,MIT,2017-12-14 04:55:02,2022-12-12 07:42:43,2022-12-12 07:41:42,88.0,,3.0,2.0,12.0,,1.0,3.0,2022-12-12 07:42:43,1.0.15,2.0,MkDocs backend for Foliant.,35.0,35.0,5.0,https://pypi.org/project/foliantcontrib.mkdocs,262.0,262.0,11,True,3.0,,,,,,,,,,,,, +153,MarkdownSubscript,,,,jambonrose/markdown_subscript_extension,MarkdownSubscript,['markdown'],markdown,https://github.com/jambonrose/markdown_subscript_extension,https://github.com/jambonrose/markdown_subscript_extension,BSD-2-Clause,2014-07-29 13:25:32,2022-12-27 15:35:33,2018-12-02 17:22:16,52.0,,1.0,1.0,62.0,2.0,3.0,3.0,2018-10-10 00:13:20,2.1.1,5.0,An extension to the Python Markdown package enabling subscript text.,59.0,59.0,2.0,https://pypi.org/project/MarkdownSubscript,624.0,624.0,11,True,2.0,subscript,,,,,,,,,,,, +154,Entangled,,entangled,,entangled/mkdocs-plugin,mkdocs-entangled-plugin,['plugin'],code-exec-templating,https://github.com/entangled/mkdocs-plugin,https://github.com/entangled/mkdocs-plugin,Apache-2.0,2023-04-11 13:06:53,2025-12-01 13:49:02,2025-11-20 20:21:03,36.0,,,1.0,,,2.0,2.0,2025-12-01 13:49:02,0.6.0,6.0,An MkDocs plugin that lets you do Literate Programming through Entangled.,11.0,11.0,,https://pypi.org/project/mkdocs-entangled-plugin,2758.0,2758.0,11,True,3.0,,,,,,,,,,,,, +155,include directory to navigation,,include_dir_to_nav,,mysiki/mkdocs_include_dir_to_nav,mkdocs-include-dir-to-nav,['plugin'],nav-pages,https://github.com/mysiki/mkdocs_include_dir_to_nav,https://github.com/mysiki/mkdocs_include_dir_to_nav,,2021-09-07 20:49:51,2022-03-01 09:02:53,2022-03-01 08:52:15,12.0,,3.0,1.0,3.0,2.0,2.0,31.0,2022-03-01 09:02:54,1.2.0,3.0,Simple MKDocs plugin than permit to fetch and replace directory in navigation.,,,,https://pypi.org/project/mkdocs-include-dir-to-nav,64063.0,64063.0,10,True,3.0,,15.0,,,,,,,,,,, +156,Termage,,termage,,bczsalba/Termage,Termage,['plugin'],charts,https://github.com/bczsalba/Termage,https://github.com/bczsalba/Termage,MIT,2022-05-25 14:17:44,2022-11-15 12:36:14,2022-08-23 08:03:39,67.0,,1.0,1.0,,1.0,4.0,30.0,2022-08-23 08:11:16,0.6.1,6.0,"Generate SVGs from any Python code, even in your documentation.",3.0,3.0,,https://pypi.org/project/Termage,82.0,82.0,10,True,3.0,,,,,,,,,,,,, +157,Autolink References,,autolink_references,,theskumar/autolink-references-mkdocs-plugin,autolink-references-mkdocs-plugin,['plugin'],links-refs,https://github.com/theskumar/autolink-references-mkdocs-plugin,https://github.com/theskumar/autolink-references-mkdocs-plugin,MIT,2020-10-15 05:47:46,2024-08-13 12:52:42,2023-12-28 18:41:22,14.0,,8.0,2.0,13.0,1.0,3.0,19.0,2023-12-28 18:21:54,0.2.2,1.0,mkdocs plugin to provides GitHub like autolink references in Mkdocs.,,,3.0,https://pypi.org/project/autolink-references-mkdocs-plugin,12518.0,12518.0,10,True,3.0,,,,,,,,,,,,, +158,pheasant,,pheasant,,daizutabi/pheasant,pheasant,['plugin'],code-exec-templating,https://github.com/daizutabi/pheasant,https://github.com/daizutabi/pheasant,MIT,2017-12-25 12:14:27,2025-03-22 21:04:45,2025-03-22 21:04:38,844.0,,8.0,3.0,4.0,,11.0,16.0,,,,Documentation tool for Markdown conversion by Jupyter client.,,,4.0,https://pypi.org/project/pheasant,464.0,464.0,10,True,3.0,,,,,,,,,,,,, +159,mktheapidocs,,mktheapidocs,,greenape/mktheapidocs,mktheapidocs,['plugin'],api-docs,https://github.com/greenape/mktheapidocs,https://github.com/greenape/mktheapidocs,MIT,2018-09-11 13:02:30,2022-06-10 14:37:18,2022-06-10 14:36:01,91.0,,3.0,1.0,64.0,10.0,6.0,12.0,2022-06-10 14:33:49,0.3.0,2.0,Numpydocs - mkdocs friendly markdown.,,,6.0,https://pypi.org/project/mktheapidocs,530.0,530.0,10,True,3.0,,,,,,,,,,,,, +160,KPN for MkDocs,kpn,,,kpn/mkdocs-kpn-theme,mkdocs-kpn,['theme'],theming,https://github.com/kpn/mkdocs-kpn-theme,https://github.com/kpn/mkdocs-kpn-theme,MIT,2020-04-02 12:00:18,2024-01-31 08:38:35,2024-01-31 08:38:05,158.0,,,9.0,3.0,,4.0,9.0,,,,KPN theme for MkDocs | owner=flow.,7.0,7.0,8.0,https://pypi.org/project/mkdocs-kpn,869.0,869.0,10,True,3.0,,,,,,,,,,,,, +161,mkdocs-breadcrumbs-plugin,,mkdocs-breadcrumbs-plugin,,mihaigalos/mkdocs-breadcrumbs-plugin,mkdocs-breadcrumbs-plugin,['plugin'],nav-pages,https://github.com/mihaigalos/mkdocs-breadcrumbs-plugin,https://github.com/mihaigalos/mkdocs-breadcrumbs-plugin,MIT,2024-06-15 19:51:20,2025-04-18 13:20:46,2025-04-18 13:20:25,78.0,,2.0,1.0,7.0,2.0,3.0,6.0,,,,Location-based breadcrumbs navigation.,12.0,12.0,5.0,https://pypi.org/project/mkdocs-breadcrumbs-plugin,3803.0,3803.0,10,True,3.0,,,,,,,,,,,,, +162,mkdocstrings-shell,,,,mkdocstrings/shell,,,api-docs,https://github.com/mkdocstrings/shell,https://github.com/mkdocstrings/shell,ISC,2023-09-04 09:35:05,2025-09-19 09:48:55,2025-09-19 09:48:51,27.0,,,1.0,1.0,1.0,4.0,5.0,2025-03-28 13:40:02,1.0.4,6.0,A shell scripts/libraries handler for mkdocstrings.,62.0,62.0,,,,,10,True,3.0,,,,,,,,,,,,, +163,mkdocstrings-vba,,,,mkdocstrings/vba,mkdocstrings-vba,,api-docs,https://github.com/mkdocstrings/vba,https://github.com/mkdocstrings/vba,ISC,2022-02-10 10:57:57,2025-09-01 08:12:10,2025-09-01 08:12:05,73.0,,1.0,2.0,14.0,2.0,7.0,4.0,2024-10-01 11:12:39,0.0.10,8.0,VBA handler for mkdocstrings.,3.0,3.0,3.0,https://pypi.org/project/mkdocstrings-vba,326.0,326.0,10,True,3.0,,,,,,,,,,,,, +164,mkdocs-code-validator,,code-validator,,oprypin/mkdocs-code-validator,mkdocs-code-validator,['plugin'],quality,https://github.com/oprypin/mkdocs-code-validator,https://github.com/oprypin/mkdocs-code-validator,MIT,2021-03-30 19:03:22,2025-02-15 16:34:26,2025-02-15 16:22:48,52.0,,,1.0,,,,4.0,,,,Checks Markdown code blocks in a MkDocs site against user-defined actions.,19.0,19.0,,https://pypi.org/project/mkdocs-code-validator,1300.0,1300.0,10,True,3.0,,,,,,,,,,,,, +165,mkdocs_safe_text,,mkdocs_safe_text,,raimon49/mkdocs-safe-text-plugin,mkdocs-safe-text-plugin,['plugin'],html-css,https://github.com/raimon49/mkdocs-safe-text-plugin,https://github.com/raimon49/mkdocs-safe-text-plugin,BSD-2-Clause,2018-01-20 11:15:30,2024-09-04 00:30:43,2024-07-22 10:45:28,222.0,,,1.0,38.0,,,3.0,2024-07-22 10:46:43,-1.6.1,17.0,Plugin for safe text editing with MKDocs.,10.0,10.0,2.0,https://pypi.org/project/mkdocs-safe-text-plugin,618.0,618.0,10,True,3.0,,,,,,,,,,,,, +166,MkRefs,,mkrefs,,DerwenAI/mkrefs,mkrefs,['plugin'],nav-pages,https://github.com/DerwenAI/mkrefs,https://github.com/DerwenAI/mkrefs,MIT,2021-05-10 15:58:53,2024-07-10 08:55:13,2023-08-31 15:32:44,51.0,,,2.0,11.0,,,40.0,2021-06-27 17:55:28,0.2.0,2.0,MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.,5.0,5.0,2.0,https://pypi.org/project/mkrefs,92.0,92.0,9,True,3.0,,,,,,,,,,,,, +167,docutools,,"['lcd-find-pages', 'lcd-custom-dir', 'lcd-blacklist', 'lcd-lp', 'lcd-md-replace', 'lcd-page-tree', 'lcd-stats']",,axiros/docutools,docutools,['plugin'],charts,https://github.com/axiros/docutools,https://github.com/axiros/docutools,BSD-2-Clause,2021-10-04 21:36:07,2025-11-09 05:51:54,2025-11-09 05:51:21,493.0,,,6.0,,1.0,1.0,26.0,,,,Dev Centric Tools for Mkdocs Based Documentation.,,,5.0,https://pypi.org/project/docutools,654.0,654.0,9,True,3.0,,,,,,,,,,,,, +168,Landing,landing,,,TEParsons/mkdocs-landing,mkdocs-landing,['theme'],theming,https://github.com/TEParsons/mkdocs-landing,https://github.com/TEParsons/mkdocs-landing,CC0-1.0,2024-09-28 19:16:46,2025-02-16 12:40:13,2025-02-16 12:38:18,144.0,,1.0,1.0,1.0,1.0,1.0,25.0,2024-12-22 15:01:13,0.0.8,8.0,"An mkdocs theme geared towards making a personal landing page, with simpler navigation and heavily customisable style..",8.0,8.0,4.0,https://pypi.org/project/mkdocs-landing,587.0,587.0,9,True,3.0,,6.0,,,,,,,,,,, +169,CustomMill,custommill,,,Siphalor/mkdocs-custommill,mkdocs-custommill,['theme'],theming,https://github.com/Siphalor/mkdocs-custommill,https://github.com/Siphalor/mkdocs-custommill,,2021-03-31 11:40:50,2022-03-10 22:29:19,2022-03-10 22:04:06,184.0,,7.0,1.0,,,1.0,19.0,2022-03-10 22:29:19,1.3.0,1.0,"Outstanding mkdocs theme with a focus on navigation, customization and usability.",24.0,24.0,8.0,https://pypi.org/project/mkdocs-custommill,388.0,388.0,9,True,3.0,,,,,,,,,,,,, +170,add-number,,add-number,,ignorantshr/mkdocs-add-number-plugin,mkdocs-add-number-plugin,['plugin'],html-css,https://github.com/ignorantshr/mkdocs-add-number-plugin,https://github.com/ignorantshr/mkdocs-add-number-plugin,MIT,2019-05-25 03:48:30,2020-06-17 07:23:03,2020-06-11 09:35:38,31.0,,3.0,1.0,5.0,3.0,9.0,19.0,,,,MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.,51.0,51.0,3.0,https://pypi.org/project/mkdocs-add-number-plugin,,,9,True,3.0,,,,,,,,,,,,, +171,badges,,badges,,six-two/mkdocs-badges,mkdocs-badges,['plugin'],charts,https://github.com/six-two/mkdocs-badges,https://github.com/six-two/mkdocs-badges,MIT,2022-04-23 12:11:33,2026-01-29 17:45:21,2026-01-29 17:45:14,91.0,3.0,3.0,1.0,1.0,,8.0,17.0,,,,Add badges to your mkdocs page.,,,2.0,https://pypi.org/project/mkdocs-badges,4066.0,4066.0,9,True,3.0,,,,,,,,,,,,, +172,Github-Links,,,,Python-Markdown/github-links,mdx-gh-links,['markdown'],git-info,https://github.com/Python-Markdown/github-links,https://github.com/Python-Markdown/github-links,,2017-11-07 21:22:03,2025-09-04 19:28:56,2025-09-04 19:28:51,26.0,,10.0,3.0,14.0,,5.0,15.0,,,,Python-Markdown GitHub Links Extension.,,,5.0,https://pypi.org/project/mdx-gh-links,10461.0,10461.0,9,True,3.0,mdx_gh_links,,,,,,,,,,,, +173,markdown-katex,,,,,markdown-katex,['markdown'],markdown,,https://gitlab.com/mbarkhau/markdown-katex,,2019-05-14 07:53:31,2019-05-14 07:53:31,,,,4.0,,,4.0,13.0,11.0,,,0.0,KaTeX extension for Python Markdown.,,,,https://pypi.org/project/markdown-katex,887835.0,887835.0,9,True,2.0,markdown_katex,,,,,,,,,mbarkhau/markdown-katex,https://gitlab.com/mbarkhau/markdown-katex,, +174,markdownwavedrom,,markdownwavedrom,,kuri65536/mkdocs-wavedrom-plugin,mkdocs-wavedrom-plugin,['plugin'],charts,https://github.com/kuri65536/mkdocs-wavedrom-plugin,https://github.com/kuri65536/mkdocs-wavedrom-plugin,MPL-2.0,2019-06-27 22:32:34,2025-05-02 12:31:47,2025-05-02 12:31:47,14.0,,3.0,,1.0,1.0,2.0,10.0,,,,A MkDocs plugin for support wavedrom charts in markdown file.,16.0,16.0,,https://pypi.org/project/mkdocs-wavedrom-plugin,228.0,228.0,9,True,3.0,,,,,,,,,,,,, +175,git snippet,,gitsnippet,,SamazoOo/mkdocs-gitsnippet-plugin,mkdocs-gitsnippet-plugin,['plugin'],snippets-include,https://github.com/samcomi/mkdocs-gitsnippet-plugin,https://github.com/samcomi/mkdocs-gitsnippet-plugin,MIT,2020-05-06 08:47:46,2020-11-15 20:10:15,2020-11-15 20:10:06,14.0,,4.0,2.0,1.0,,,8.0,,,,Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.,13.0,13.0,4.0,https://pypi.org/project/mkdocs-gitsnippet-plugin,998.0,998.0,9,True,3.0,,,,samcomi/mkdocs-gitsnippet-plugin,,,,,,,,, +176,Bootstrap 4,bootstrap4,"['bootstrap4-blockquotes', 'bootstrap4-tables']",,LukeCarrier/mkdocs-theme-bootstrap4,mkdocs-theme-bootstrap4,['theme'],theming,https://github.com/LukeCarrier/mkdocs-theme-bootstrap4,https://github.com/LukeCarrier/mkdocs-theme-bootstrap4,MIT,2019-10-02 20:24:05,2025-03-06 03:41:54,2024-11-23 00:57:44,73.0,,,1.0,41.0,1.0,5.0,7.0,2020-04-18 18:52:05,0.4.0,3.0,A vanilla Bootstrap 4 theme for MkDocs.,,,3.0,https://pypi.org/project/mkdocs-theme-bootstrap4,568.0,568.0,9,True,3.0,,,,,,,,,['mkdocs_theme'],,,, +177,mkdocs-resize-images,,resize-images,,JakubAndrysek/mkdocs-resize-images,mkdocs-resize-images,['plugin'],charts,https://github.com/JakubAndrysek/mkdocs-resize-images,https://github.com/JakubAndrysek/mkdocs-resize-images,MIT,2023-06-30 12:49:55,2023-11-04 00:19:19,2023-11-04 00:11:05,6.0,,1.0,1.0,,1.0,,5.0,2023-06-30 16:19:47,1.0.0,1.0,MkDocs plugin to resize images according to the configuration.,13.0,13.0,,https://pypi.org/project/mkdocs-resize-images,857.0,857.0,9,True,3.0,,,,,,,,,,,,, +178,markdown-filter,,markdown-filter,,byrnereese/mkdocs-markdown-filter,mkdocs-markdown-filter,['plugin'],code-exec-templating,https://github.com/byrnereese/mkdocs-markdown-filter,https://github.com/byrnereese/mkdocs-markdown-filter,MIT,2019-02-06 17:40:11,2024-02-15 15:39:39,2019-02-06 17:56:44,4.0,,2.0,1.0,3.0,1.0,,5.0,,,,Adds a markdown template filter to the jinja templating environment in mkdocs.,40.0,40.0,,https://pypi.org/project/mkdocs-markdown-filter,4543.0,4543.0,9,True,3.0,,,,,,,,,,,,, +179,abs-to-rel,,abs-to-rel,,sander76/mkdocs-abs-rel-plugin,mkdocs-abs-rel-plugin,['plugin'],links-refs,https://github.com/sander76/mkdocs-abs-rel-plugin,https://github.com/sander76/mkdocs-abs-rel-plugin,MIT,2018-12-17 10:36:19,2020-03-03 19:34:26,2020-03-03 19:34:24,12.0,,3.0,1.0,1.0,1.0,,5.0,,,,MkDocs plugin for converting absolute links to relative ones.,37.0,37.0,2.0,https://pypi.org/project/mkdocs-abs-rel-plugin,3463.0,3463.0,9,True,3.0,,,,,,,,,,,,, +180,mkdocs-add-teaser,,mkdocs-add-teaser,,wilhelmer/mkdocs-add-teaser,mkdocs-add-teaser,['plugin'],html-css,https://github.com/wilhelmer/mkdocs-add-teaser,https://github.com/wilhelmer/mkdocs-add-teaser,MIT,2019-04-02 09:24:11,2022-11-08 11:58:43,2022-11-08 11:56:59,33.0,,1.0,1.0,,,1.0,4.0,2022-11-08 11:58:43,0.9.1,7.0,"An MkDocs plugin to customize the first paragraph of your pages, and to use it as the pages meta description.",8.0,8.0,3.0,https://pypi.org/project/mkdocs-add-teaser,507.0,507.0,9,True,3.0,,,,,,,,,,,,, +181,python-asciimathml,,,,ShadowKyogre/python-asciimathml,asciimathml,['markdown'],markdown,https://github.com/ShadowKyogre/python-asciimathml,https://github.com/ShadowKyogre/python-asciimathml,GPL-3.0,2016-07-27 17:15:27,2022-11-23 23:00:36,2017-04-04 22:08:58,105.0,,4.0,3.0,4.0,,,4.0,,,,python ASCIIMathML to Presentation MathML translator.,,,8.0,https://pypi.org/project/asciimathml,1952.0,1952.0,9,True,2.0,mdx_asciimathml,,,,,,,,,,,, +182,toc-sidebar,,toc-sidebar,,zachhannum/mkdocs-toc-sidebar-plugin,mkdocs-toc-sidebar-plugin,['plugin'],nav-pages,https://github.com/zachhannum/mkdocs-toc-sidebar-plugin,https://github.com/zachhannum/mkdocs-toc-sidebar-plugin,MIT,2020-01-11 06:11:10,2021-05-30 09:12:08,2020-01-11 13:04:15,9.0,,3.0,1.0,3.0,3.0,,4.0,2020-01-11 07:19:38,_010,1.0,An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme.,53.0,53.0,2.0,https://pypi.org/project/mkdocs-toc-sidebar-plugin,933.0,933.0,9,True,3.0,,,,,,,,,,,,, +183,no-sitemap,,no-sitemap,,leonardehrenfried/mkdocs-no-sitemap-plugin,mkdocs-no-sitemap-plugin,['plugin'],site-management,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,MIT,2023-04-04 12:31:54,2025-08-23 08:00:14,2025-08-23 08:00:12,6.0,,1.0,1.0,1.0,,1.0,3.0,,,,Disable Mkdocs sitemap generation.,49.0,49.0,2.0,https://pypi.org/project/mkdocs-no-sitemap-plugin,14100.0,14100.0,9,True,3.0,,,,,,,,,,,,, +184,mkdocs-bpmn-js,,bpmn-js,,madebyherzblut/mkdocs-bpmn-js,mkdocs-bpmn-js,['plugin'],charts,https://github.com/madebyherzblut/mkdocs-bpmn-js,https://github.com/madebyherzblut/mkdocs-bpmn-js,MIT,2025-05-04 17:34:16,2026-01-07 19:30:37,2025-08-01 18:12:19,10.0,,1.0,1.0,5.0,,,2.0,2025-08-01 18:15:15,0.2.0,2.0,MkDocs plugin to embed BPMN diagrams.,1.0,1.0,,https://pypi.org/project/mkdocs-bpmn-js,3065.0,3065.0,9,True,3.0,,,,,,,,,,,,, +185,mkdocs-yamp,,yamp,,boozallen/mkdocs-yamp-plugin,mkdocs-yamp,['plugin'],site-management,https://github.com/boozallen/mkdocs-yamp-plugin,https://github.com/boozallen/mkdocs-yamp-plugin,Apache-2.0,2022-09-28 20:20:20,2023-10-26 16:42:01,2022-10-10 22:57:20,27.0,,5.0,1.0,6.0,,,2.0,2022-10-10 22:57:56,0.1.2,3.0,Yet Another Multirepo Plugin for MkDocs.,7.0,7.0,2.0,https://pypi.org/project/mkdocs-yamp,236.0,236.0,9,True,3.0,,,,,,,,,,,,, +186,automacdoc,,,,AlexandreKempf/automacdoc,automacdoc,[],api-docs,https://github.com/AlexandreKempf/automacdoc,https://github.com/AlexandreKempf/automacdoc,MIT,2019-06-14 11:47:18,2020-12-29 08:32:21,2020-12-29 08:32:20,13.0,,10.0,4.0,3.0,4.0,1.0,44.0,,,,Automatic generation of documentation for mkdocs.,,,6.0,https://pypi.org/project/automacdoc,456.0,456.0,8,True,3.0,,,,,,,,,,,,, +187,tags,,tags,,jldiaz/mkdocs-plugin-tags,mkdocs-plugin-tags,['plugin'],search-toc,https://github.com/jldiaz/mkdocs-plugin-tags,https://github.com/jldiaz/mkdocs-plugin-tags,MIT,2019-10-21 15:51:50,2021-09-02 19:03:31,2021-09-02 19:03:31,7.0,,17.0,1.0,5.0,6.0,8.0,43.0,,,,Processes tags in yaml metadata.,,,3.0,https://pypi.org/project/mkdocs-plugin-tags,978.0,978.0,8,True,3.0,,,,,,,,,,,,, +188,GitBook,gitbook,,,,mkdocs-gitbook,['theme'],theming,,https://gitlab.com/lramage/mkdocs-gitbook-theme,,2018-12-17 18:29:14,2018-12-17 18:29:14,,,,15.0,,,9.0,10.0,31.0,,,0.0,Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.,,,,https://pypi.org/project/mkdocs-gitbook,14747.0,14747.0,8,True,3.0,,,,,,,,,,lramage/mkdocs-gitbook-theme,https://gitlab.com/lramage/mkdocs-gitbook-theme,, +189,mkdocs-material-adr,,mkdocs-material-adr/adr,,Kl0ven/mkdocs-material-adr,mkdocs-material-adr,['plugin'],api-docs,https://github.com/Kl0ven/mkdocs-material-adr,https://github.com/Kl0ven/mkdocs-material-adr,Apache-2.0,2023-08-02 12:48:05,2025-04-03 09:04:18,2025-04-03 09:02:51,18.0,,2.0,2.0,6.0,2.0,2.0,17.0,2025-04-03 09:04:18,1.2.1,10.0,ADR for MkDocss Material Theme.,9.0,9.0,2.0,https://pypi.org/project/mkdocs-material-adr,2477.0,2477.0,8,True,3.0,,,,,,,,,,,,, +190,Wikilink Plus,,,,neurobin/mdx_wikilink_plus,mdx-wikilink-plus,['markdown'],links-refs,https://github.com/neurobin/mdx_wikilink_plus,https://github.com/neurobin/mdx_wikilink_plus,,2018-09-19 09:56:17,2022-07-26 06:02:00,2022-07-26 06:00:03,78.0,,5.0,1.0,5.0,,6.0,16.0,,,,A wikilink extension for Python Markdown.,,,5.0,https://pypi.org/project/mdx-wikilink-plus,11684.0,11684.0,8,True,3.0,mdx_wikilink_plus,,,,,,,,,,,, +191,markdown-icons,,,,MadLittleMods/markdown-icons,markdown-iconfonts,['markdown'],markdown,https://github.com/MadLittleMods/markdown-icons,https://github.com/MadLittleMods/markdown-icons,,2013-10-10 01:13:21,2018-12-15 15:07:39,2018-12-09 18:27:54,37.0,,11.0,3.0,7.0,3.0,4.0,14.0,2014-11-20 03:24:22,1.0,2.0,Easily display icon fonts in markdown.,,,4.0,https://pypi.org/project/markdown-iconfonts,203.0,203.0,8,True,3.0,iconfonts,,,,,,,,,,,, +192,plotly charts,,plotly,,haoda-li/mkdocs-plotly-plugin,mkdocs-plotly-plugin,['plugin'],charts,https://github.com/haoda-li/mkdocs-plotly-plugin,https://github.com/haoda-li/mkdocs-plotly-plugin,MIT,2023-01-11 01:57:12,2023-07-25 22:26:42,2023-07-25 22:26:30,18.0,,1.0,,2.0,1.0,3.0,13.0,,,,Mkdocs plugin to add interactive charts with Plotly.js.,,,3.0,https://pypi.org/project/mkdocs-plotly-plugin,3073.0,3073.0,8,True,3.0,,,,,,,,,,,,, +193,bootstrap-tables,,bootstrap-tables,,byrnereese/mkdocs-bootstrap-tables-plugin,mkdocs-bootstrap-tables-plugin,['plugin'],html-css,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,MIT,2018-12-19 20:55:24,2020-03-27 04:57:49,2020-03-27 04:57:31,2.0,,2.0,1.0,,,,13.0,,,,A MkDocs plugin to add bootstrap classes to plan markdown generated tables.,110.0,110.0,,https://pypi.org/project/mkdocs-bootstrap-tables-plugin,762.0,762.0,8,True,3.0,,,,,,,,,,,,, +194,nbconvert,,nbconvert,,tanbro/mkdocs-nbconvert,mkdocs-nbconvert,['plugin'],code-exec-templating,https://github.com/tanbro/mkdocs-nbconvert,https://github.com/tanbro/mkdocs-nbconvert,BSD-2-Clause,2019-08-05 11:11:23,2025-10-10 13:49:22,2025-10-10 13:47:21,130.0,,,1.0,1.0,,1.0,12.0,,,,A MkDocs plug-in provides a source parser for *.ipynb files.,9.0,9.0,5.0,https://pypi.org/project/mkdocs-nbconvert,2396.0,2396.0,8,True,3.0,,,,,,,,,,,,, +195,caption,,,,flywire/caption,,['markdown'],markdown,https://github.com/flywire/caption,https://github.com/flywire/caption,GPL-3.0,2020-06-27 13:08:11,2025-05-03 23:49:56,2025-05-03 23:49:56,79.0,,3.0,3.0,6.0,7.0,1.0,12.0,2020-07-16 04:50:53,0.2.3,1.0,,68.0,68.0,4.0,,,,8,True,3.0,"['caption', 'image_captions', 'table_captions']",,,,,,,,,,,, +196,snippet,,snippet,,mprivat/mkdocs-snippet-plugin,mkdocs-snippet-plugin,['plugin'],snippets-include,https://github.com/mprivat/mkdocs-snippet-plugin,https://github.com/mprivat/mkdocs-snippet-plugin,MIT,2019-02-27 18:43:14,2021-10-21 22:55:54,2021-10-21 22:55:54,10.0,,2.0,2.0,2.0,3.0,4.0,12.0,,,,An mkdocs plugin that injects snippets from a file in a git repository.,23.0,23.0,4.0,https://pypi.org/project/mkdocs-snippet-plugin,468.0,468.0,8,True,3.0,,,,,,,,,,,,, +197,mkdocs-azure-pipelines,,mkdocs-azure-pipelines,,Wesztman/mkdocs-azure-pipelines,mkdocs-azure-pipelines,['plugin'],api-docs,https://github.com/Wesztman/mkdocs-azure-pipelines,https://github.com/Wesztman/mkdocs-azure-pipelines,MIT,2023-08-20 14:57:31,2026-02-10 00:44:26,2025-11-25 07:46:29,89.0,,1.0,2.0,27.0,1.0,1.0,11.0,2025-02-28 13:27:53,0.1.3,4.0,Generate mkdocs documentation from Azure Pipelines yaml files.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-azure-pipelines,31.0,31.0,8,True,3.0,,,,,,,,,,,,, +198,Ivory,ivory,,,daizutabi/mkdocs-ivory,mkdocs-ivory,['theme'],theming,https://github.com/daizutabi/mkdocs-ivory,https://github.com/daizutabi/mkdocs-ivory,MIT,2019-04-14 14:07:26,2020-06-16 07:35:02,2020-06-16 07:34:55,58.0,,5.0,1.0,1.0,3.0,3.0,10.0,,,,Ivory theme for MkDocs.,,,2.0,https://pypi.org/project/mkdocs-ivory,1907.0,1907.0,8,True,3.0,,,,,,,,,,,,, +199,toggle-sidebar,,toggle-sidebar,,six-two/mkdocs-toggle-sidebar-plugin,mkdocs-toggle-sidebar-plugin,['plugin'],html-css,https://github.com/six-two/mkdocs-toggle-sidebar-plugin,https://github.com/six-two/mkdocs-toggle-sidebar-plugin,MIT,2023-09-04 17:41:57,2025-11-08 18:38:42,2025-11-08 18:38:09,53.0,,3.0,1.0,3.0,,9.0,10.0,,,,Toggle the navigation and/or TOC sidebars on your MkDocs site.,,,2.0,https://pypi.org/project/mkdocs-toggle-sidebar-plugin,6997.0,6997.0,8,True,3.0,,,,,,,,,,,,, +200,MkDocs Pygments,,pygments,,pawamoy/mkdocs-pygments,,['plugin'],html-css,https://github.com/pawamoy/mkdocs-pygments,https://github.com/pawamoy/mkdocs-pygments,ISC,2024-05-17 17:58:56,2026-03-05 00:08:09,2025-12-01 14:49:01,15.0,,2.0,1.0,,,2.0,9.0,2025-11-08 23:42:52,0.1.0,3.0,Highlighting themes for code blocks.,5.0,5.0,,,,,8,True,3.0,,,,,,,,,,,,, +201,MkDocs Backlinks Section Plugin,,backlinks_section,,six-two/mkdocs-backlinks-section-plugin,mkdocs-backlinks-section-plugin,['plugin'],links-refs,https://github.com/six-two/mkdocs-backlinks-section-plugin,https://github.com/six-two/mkdocs-backlinks-section-plugin,MIT,2024-12-01 16:22:41,2026-02-28 16:32:09,2026-02-28 16:31:51,27.0,8.0,1.0,1.0,1.0,,6.0,8.0,,,,Create a backlink section that lists every page linking to the current page.,,,2.0,https://pypi.org/project/mkdocs-backlinks-section-plugin,2397.0,2397.0,8,True,3.0,,,,,,,,,,,,, +202,svgbob extension for Python Markdown,,,,mbarkhau/markdown-svgbob,markdown-svgbob,['markdown'],charts,https://github.com/mbarkhau/markdown-svgbob,https://github.com/mbarkhau/markdown-svgbob,MIT,2019-04-18 11:32:58,2024-06-21 15:57:22,2024-06-21 15:57:18,131.0,,2.0,,3.0,2.0,1.0,7.0,,,,svgbob extension for Python Markdown.,10.0,10.0,2.0,https://pypi.org/project/markdown-svgbob,1091.0,1091.0,8,True,3.0,markdown_svgbob,,,,,,,,,,,, +203,mkdocs-note,,mkdocs-note,,virtualguard101/mkdocs-note,mkdocs-note,['plugin'],site-management,https://github.com/virtualguard101/mkdocs-note,https://github.com/virtualguard101/mkdocs-note,GPL-3.0,2025-09-05 13:57:38,2026-02-08 08:24:43,2026-02-08 08:24:24,227.0,8.0,1.0,,50.0,3.0,16.0,7.0,,,,A MkDocs plugin to add note boxes to your documentation.,,,2.0,https://pypi.org/project/mkdocs-note,511.0,511.0,8,True,3.0,,,,,,,,,,,,, +204,GitHub,github,,,g3xx/mkdocs-Github,mkdocs-github,['theme'],theming,https://github.com/g3xx/mkdocs-Github,https://github.com/g3xx/mkdocs-Github,MIT,2020-02-25 04:04:58,2020-02-25 09:13:04,2020-02-25 09:12:44,9.0,,,1.0,,,,6.0,,,,Theme Mkdocs Like a Github. DEMO =.,13.0,13.0,,https://pypi.org/project/mkdocs-github,180.0,180.0,8,True,3.0,,,,,,,,,,,,, +205,vim-md-tags,,vim-md-tags,,zachhannum/mkdocs-vim-md-tags-plugin,mkdocs-vim-md-tags-plugin,['plugin'],nav-pages,https://github.com/zachhannum/mkdocs-vim-md-tags-plugin,https://github.com/zachhannum/mkdocs-vim-md-tags-plugin,MIT,2020-01-11 18:58:18,2020-05-08 18:43:26,2020-05-08 18:42:07,13.0,,1.0,2.0,1.0,,,6.0,2020-05-08 18:43:26,_020,2.0,An MkDocs plugin that creates a vim tag file of all markdown files.,12.0,12.0,4.0,https://pypi.org/project/mkdocs-vim-md-tags-plugin,62.0,62.0,8,True,3.0,,,,,,,,,,,,, +206,Nature,nature,,,waylan/mkdocs-nature,mkdocs-nature,['theme'],theming,https://github.com/waylan/mkdocs-nature,https://github.com/waylan/mkdocs-nature,,2017-03-13 02:45:21,2025-09-04 19:29:16,2025-09-04 19:29:13,38.0,,1.0,1.0,6.0,,,5.0,,,,A MkDocs theme.,51.0,51.0,3.0,https://pypi.org/project/mkdocs-nature,966.0,966.0,8,True,3.0,,,,,,,,,,,,, +207,Risonia,risonia,"['risonia/color-theme', 'risonia/w3css-classes']",,unverbuggt/mkdocs-risonia-theme,mkdocs-risonia-theme,['theme'],theming,https://github.com/unverbuggt/mkdocs-risonia-theme,https://github.com/unverbuggt/mkdocs-risonia-theme,,2022-09-03 09:16:17,2025-12-31 09:03:53,2025-12-31 08:58:57,143.0,1.0,1.0,1.0,,,,4.0,2025-12-31 09:03:54,0.1.13,13.0,"A simple theme for MkDocs, using the w3.css framework and configurable color schemes.",4.0,4.0,,https://pypi.org/project/mkdocs-risonia-theme,157.0,157.0,8,True,3.0,,,,,,,,,,,,, +208,mkdocs-data-plugin,,data,,joapuiib/mkdocs-data-plugin,mkdocs-data-plugin,['plugin'],code-exec-templating,https://github.com/joapuiib/mkdocs-data-plugin,https://github.com/joapuiib/mkdocs-data-plugin,MIT,2024-11-21 18:59:31,2025-02-04 20:14:38,2024-11-26 15:11:22,11.0,,,1.0,3.0,,,4.0,2024-11-25 16:48:21,0.2.0,1.0,Mkdocs plugin that allows reading data from markup files and use it in your Markdown pages.,3.0,3.0,,https://pypi.org/project/mkdocs-data-plugin,643.0,643.0,8,True,3.0,,,,,,,,,,,,, +209,markdown-emdash,,,,czue/markdown-emdash,markdown-emdash,['markdown'],markdown,https://github.com/czue/markdown-emdash,https://github.com/czue/markdown-emdash,MIT,2018-02-27 13:39:31,2023-05-18 13:14:43,2023-05-18 13:13:46,7.0,,1.0,1.0,,,,3.0,,,,Emdash extension for python-markdown.,39.0,39.0,,https://pypi.org/project/markdown-emdash,267.0,267.0,8,True,3.0,mdx_emdash,,,,,,,,,,,, +210,mkdocs-nav-enhancements,,mkdocs-nav-enhancements,,Rylon/mkdocs-nav-enhancements,mkdocs-nav-enhancements,['plugin'],nav-pages,https://github.com/Rylon/mkdocs-nav-enhancements,https://github.com/Rylon/mkdocs-nav-enhancements,MIT,2019-07-15 23:39:57,2019-07-24 10:09:41,2019-07-24 10:08:04,16.0,,,,,1.0,,3.0,,,,WIP plugin for working with titles of pages in MkDocs.,,,,https://pypi.org/project/mkdocs-nav-enhancements,4924.0,4924.0,8,True,3.0,,,,,,,,,,,,, +211,mkdocs-auto-refresh-build-pages,,auto-refresh-build-pages,,JakubAndrysek/mkdocs-auto-refresh-build-pages,mkdocs-auto-refresh-build-pages,['plugin'],site-management,https://github.com/JakubAndrysek/mkdocs-auto-refresh-build-pages,https://github.com/JakubAndrysek/mkdocs-auto-refresh-build-pages,MIT,2024-06-28 13:02:40,2025-07-06 08:42:50,2025-07-06 08:42:43,5.0,,,1.0,,,,3.0,2024-06-29 21:41:40,1.0.1,1.0,MkDocs plugin that automatically refreshes the build pages when the documentation is updated.,6.0,6.0,,https://pypi.org/project/mkdocs-auto-refresh-build-pages,402.0,402.0,8,True,3.0,,,,,,,,,,,,, +212,Windmill Dark,windmill-dark,,,noraj/mkdocs-windmill-dark,mkdocs-windmill-dark,['theme'],theming,https://github.com/noraj/mkdocs-windmill-dark,https://github.com/noraj/mkdocs-windmill-dark,,2017-10-08 14:17:25,2022-05-12 18:17:41,2022-05-12 18:17:41,65.0,,11.0,2.0,,,4.0,37.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,,,4.0,https://pypi.org/project/mkdocs-windmill-dark,852.0,852.0,7,True,3.0,,,,,,,,,,,,, +213,Alabaster,alabaster,,,notpushkin/mkdocs-alabaster,mkdocs-alabaster,['theme'],theming,https://github.com/notpushkin/mkdocs-alabaster,https://github.com/notpushkin/mkdocs-alabaster,,2016-01-29 22:40:46,2020-06-16 08:22:24,2020-06-16 08:22:23,49.0,,10.0,1.0,12.0,3.0,14.0,36.0,,,,Alabaster port for MkDocs.,,,10.0,https://pypi.org/project/mkdocs-alabaster,794.0,794.0,7,True,3.0,,,,,,,,,,,,, +214,MkDocs Img2Fig Plugin,,img2fig,,stuebersystems/mkdocs-img2fig-plugin,mkdocs-img2fig-plugin,['plugin'],charts,https://github.com/stuebersystems/mkdocs-img2fig-plugin,https://github.com/stuebersystems/mkdocs-img2fig-plugin,MIT,2019-05-09 09:48:11,2022-04-15 06:05:55,2020-07-14 09:36:02,8.0,,6.0,1.0,3.0,2.0,1.0,23.0,,,,A MkDocs plugin that converts markdown encoded images into figure elements.,,,2.0,https://pypi.org/project/mkdocs-img2fig-plugin,1256.0,1256.0,7,True,3.0,,,,,,,,,,,,, +215,mk2pdf-export,,mk2pdf-export,,HaoLiuHust/mkdocs-mk2pdf-plugin,mkdocs-mk2pdf-plugin,['plugin'],site-conversion,https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin,https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin,MIT,2020-01-13 11:09:42,2021-06-29 13:46:26,2020-09-11 05:52:58,21.0,,4.0,1.0,7.0,,1.0,11.0,,,,"The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to..",3.0,3.0,4.0,https://pypi.org/project/mkdocs-mk2pdf-plugin,67.0,67.0,7,True,3.0,,,,,,,,,,,,, +216,mkdocs-mcp,,mcp,,ubaumann/mkdocs-mcp,mkdocs-mcp,['plugin'],integrations,https://github.com/ubaumann/mkdocs-mcp,https://github.com/ubaumann/mkdocs-mcp,MIT,2025-04-20 20:44:28,2025-09-20 19:10:41,2025-09-20 19:07:51,32.0,,2.0,1.0,,,1.0,9.0,2025-09-20 19:10:41,0.1.3,4.0,MkDocs Plugin to serve MCP.,,,,https://pypi.org/project/mkdocs-mcp,110.0,110.0,7,True,3.0,,,,,,,,,,,,, +217,tooltipster-links,,tooltipster-links,,zachhannum/mkdocs-tooltipster-links-plugin,mkdocs-tooltipster-links-plugin,['plugin'],links-refs,https://github.com/zachhannum/mkdocs-tooltipster-links-plugin,https://github.com/zachhannum/mkdocs-tooltipster-links-plugin,MIT,2020-01-11 16:20:03,2022-09-20 10:38:00,2020-07-29 11:54:06,7.0,,1.0,1.0,1.0,2.0,,9.0,2020-01-11 17:58:07,_010,1.0,An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.,31.0,31.0,,https://pypi.org/project/mkdocs-tooltipster-links-plugin,85.0,85.0,7,True,3.0,,,,,,,,,,,,, +218,Moonstone,moonstone,,,byrnereese/mkdocs-moonstone,mkdocs-moonstone,['theme'],theming,https://github.com/byrnereese/mkdocs-moonstone,https://github.com/byrnereese/mkdocs-moonstone,,2019-02-14 08:53:35,2021-06-15 21:16:30,2021-06-15 21:15:45,28.0,,1.0,1.0,,,,8.0,,,,A documentation theme for mkdocs.,17.0,17.0,,https://pypi.org/project/mkdocs-moonstone,517.0,517.0,7,True,3.0,,,,,,,,,,,,, +219,MkDocs Graphviz,,,,,mkdocs-graphviz,['markdown'],charts,,https://gitlab.com/rod2ik/mkdocs-graphviz,,2021-05-03 14:28:32,2021-05-03 14:28:32,,,,1.0,,,5.0,5.0,6.0,,,3.0,"A mkdocs Extension that automatically renders Graphviz images, in SVG or PNG format, within your markdown file.",,,,https://pypi.org/project/mkdocs-graphviz,12357.0,12357.0,7,True,3.0,mkdocs_graphviz,,,,,,,,,rod2ik/mkdocs-graphviz,https://gitlab.com/rod2ik/mkdocs-graphviz,, +220,mkjsfiddle,,jsfiddle,,stadiamaps/mkjsfiddle,mkjsfiddle,['plugin'],code-exec-templating,https://github.com/stadiamaps/mkjsfiddle,https://github.com/stadiamaps/mkjsfiddle,MIT,2020-02-02 01:35:26,2023-06-07 17:08:24,2023-06-07 17:08:20,19.0,,,1.0,,,,5.0,2023-06-06 14:35:23,1.0.1,5.0,An MkDocs plugin that lets you edit code fences in JSFiddle.,,,,https://pypi.org/project/mkjsfiddle,64.0,64.0,7,True,3.0,,,,,,,,,,,,, +221,mkdocs-task-collector,,task-collector,,costantinoai/mkdocs-task-collector,mkdocs-task-collector,['plugin'],search-toc,https://github.com/costantinoai/mkdocs-task-collector,https://github.com/costantinoai/mkdocs-task-collector,MIT,2024-07-25 14:34:22,2025-06-08 12:00:08,2025-04-04 23:14:57,28.0,,1.0,1.0,2.0,,,5.0,,,,"mkdocs plugin to generate a comprehensive and organized task list, making it easier to manage and track tasks, notes,..",5.0,5.0,2.0,https://pypi.org/project/mkdocs-task-collector,455.0,455.0,7,True,3.0,,,,,,,,,,,,, +222,mkdocs-exclude-tagged-files,,mkdocs_exclude_tagged_files,,JonasDoesThings/mkdocs-exclude-tagged-files,mkdocs-exclude-tagged-files,['plugin'],site-management,https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files,https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files,MIT,2022-12-15 20:36:59,2023-09-10 15:14:45,2023-09-10 15:13:51,16.0,,2.0,1.0,1.0,,1.0,4.0,2023-09-10 15:45:16,1.0.4,3.0,A mkdocs plugin for excluding files based on frontmatter tags.,4.0,4.0,2.0,https://pypi.org/project/mkdocs-exclude-tagged-files,387.0,387.0,7,True,3.0,,,,,,,,,,,,, +223,branchcustomization,,branchcustomization,,effigies/mkdocs-branchcustomization-plugin,mkdocs-branchcustomization-plugin,['plugin'],git-info,https://github.com/effigies/mkdocs-branchcustomization-plugin,https://github.com/effigies/mkdocs-branchcustomization-plugin,MIT,2019-12-13 14:59:00,2022-04-17 16:53:22,2022-04-17 16:53:22,8.0,,,2.0,,,1.0,3.0,,,,Customize MkDocs options on a per-branch basis.,26.0,26.0,,https://pypi.org/project/mkdocs-branchcustomization-plugin,554.0,554.0,7,True,3.0,,,,,,,,,,,,, +224,mkdocs-pipeline-visualizer,,pipeline-visualizer,,obegron/mkdocs-pipeline-visualizer,mkdocs-pipeline-visualizer,['plugin'],api-docs,https://github.com/obegron/mkdocs-pipeline-visualizer,https://github.com/obegron/mkdocs-pipeline-visualizer,BSD-2-Clause,2024-08-07 10:03:40,2026-03-02 00:20:07,2026-03-02 00:19:57,108.0,6.0,,1.0,1.0,,,2.0,,,,Generates MD documentation from tekton pipelines and tasks.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-pipeline-visualizer,138.0,138.0,7,True,3.0,,,,,,,,,,,,, +225,mkpatcher,,,,ofek/mkpatcher,mkpatcher,['markdown'],markdown,https://github.com/ofek/mkpatcher,https://github.com/ofek/mkpatcher,Apache-2.0,2020-04-26 18:13:51,2020-04-26 19:19:50,2020-04-26 19:19:45,5.0,,,1.0,,,,2.0,,,,Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.,11.0,11.0,,https://pypi.org/project/mkpatcher,246.0,246.0,7,True,3.0,mkpatcher,,,,,,,,,,,, +226,authors,,authors,,thomaszwagerman/mkdocs-authors-plugin,mkdocs-authors-plugin,['plugin'],nav-pages,https://github.com/thomaszwagerman/mkdocs-authors-plugin,https://github.com/thomaszwagerman/mkdocs-authors-plugin,MIT,2025-07-29 13:44:32,2025-08-05 16:33:26,2025-08-05 16:33:05,34.0,,,,,1.0,3.0,2.0,2025-07-30 13:40:40,0.1.0,1.0,MkDocs plugin to display authors dynamically on a template using an .authors.yml file.,,,,https://pypi.org/project/mkdocs-authors-plugin,31.0,31.0,7,True,3.0,,,,,,,,,,,,, +227,BOOTSTRAP386,bootstrap386,,,,mkdocs-bootstrap386,['theme'],theming,,https://gitlab.com/lramage/mkdocs-bootstrap386,,2018-06-06 02:30:09,2018-06-06 02:30:09,,,,3.0,,,4.0,3.0,36.0,,,1.0,A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.,,,,https://pypi.org/project/mkdocs-bootstrap386,403.0,403.0,6,True,3.0,,,,,,,,,,lramage/mkdocs-bootstrap386,https://gitlab.com/lramage/mkdocs-bootstrap386,, +228,mkdocs-jupyterlite,,jupyterlite,,NickCrews/mkdocs-jupyterlite,mkdocs-jupyterlite,['plugin'],code-exec-templating,https://github.com/NickCrews/mkdocs-jupyterlite,https://github.com/NickCrews/mkdocs-jupyterlite,MIT,2025-08-10 00:53:31,2025-12-18 20:30:02,2025-12-18 20:29:36,54.0,15.0,,2.0,2.0,1.0,2.0,24.0,,,,A MkDocs plugin for embedding interactive jupyter notebooks in your docs via jupyterlite.,,,3.0,https://pypi.org/project/mkdocs-jupyterlite,,,6,True,3.0,,,,,,,,,,,,, +229,Tweetable quotes,,,,max-arnold/markdown-tweetable,markdown-tweetable,['markdown'],markdown,https://github.com/max-arnold/markdown-tweetable,https://github.com/max-arnold/markdown-tweetable,MIT,2014-06-02 11:57:04,2019-03-25 05:45:20,2019-03-25 05:45:13,81.0,,1.0,1.0,,,1.0,16.0,,,,Python-Markdown extension to embed tweetable quotes into your blog posts.,5.0,5.0,,https://pypi.org/project/markdown-tweetable,29.0,29.0,6,True,3.0,tweetable.extension,,,,,,,,,,,, +230,HEARTBEATS Flavored Markdown,,,,heartbeatsjp/markdown-extension-hbfm,hbfm,['markdown'],markdown,https://github.com/heartbeatsjp/markdown-extension-hbfm,https://github.com/heartbeatsjp/markdown-extension-hbfm,,2017-04-06 02:07:29,2022-01-21 19:34:08,2018-03-01 07:33:55,18.0,,1.0,3.0,5.0,,,15.0,,,,HEARTBEATS Flavored Markdown extension.,10.0,10.0,2.0,https://pypi.org/project/hbfm,361.0,361.0,6,True,3.0,"['hbfm.inline_coloring', 'hbfm.inline_list', 'hbfm.number_headers', 'hbfm.quote_uri_hash']",,,,,,,,,,,, +231,mkdocs-theme-topdf,topdf,,,kuri65536/mkdocs-theme-topdf,mkdocs-theme-topdf,['theme'],theming,https://github.com/kuri65536/mkdocs-theme-topdf,https://github.com/kuri65536/mkdocs-theme-topdf,MPL-2.0,2019-12-23 06:20:31,2025-05-22 04:08:14,2025-05-22 04:07:23,123.0,,1.0,1.0,,,1.0,14.0,,,,A mkdocs theme for create PDF and printing with paged.js.,4.0,4.0,,https://pypi.org/project/mkdocs-theme-topdf,70.0,70.0,6,True,3.0,,,,,,,,,,,,, +232,mkdocs-ai-summary,,ai-summary,,AIboy996/mkdocs-ai-summary,mkdocs-ai-summary,['plugin'],html-css,https://github.com/AIboy996/mkdocs-ai-summary,https://aiboy996.github.io/mkdocs-ai-summary/,MIT,2024-05-22 14:11:24,2024-12-27 17:48:11,2024-12-27 17:48:02,28.0,,,1.0,4.0,1.0,1.0,11.0,,,,A mkdocs plugin to generage summary with the help of AI.,4.0,4.0,,https://pypi.org/project/mkdocs-ai-summary,69.0,69.0,6,True,3.0,,,,,,,,,,,,, +233,MkDocs-Test,,test,,fralau/mkdocs-test,,['plugin'],quality,https://github.com/fralau/mkdocs-test,https://github.com/fralau/mkdocs-test,MIT,2024-10-08 18:21:01,2025-11-13 07:40:06,2025-11-13 05:40:11,31.0,,,1.0,1.0,1.0,4.0,10.0,2025-07-28 13:47:57,0.5.6,1.0,A framework for testing MkDocs projects.,,,3.0,,,,6,True,3.0,,,,,,,,,,,,mkdocs-test, +234,mkdocs-typedoc,,typedoc,,JakubAndrysek/mkdocs-typedoc,mkdocs-typedoc,['plugin'],api-docs,https://github.com/JakubAndrysek/mkdocs-typedoc,https://github.com/JakubAndrysek/mkdocs-typedoc,MIT,2023-07-02 15:54:43,2024-05-03 20:24:30,2024-05-03 20:23:47,10.0,,1.0,1.0,1.0,1.0,2.0,9.0,2024-05-03 16:53:15,1.0.3,3.0,The MkDocs-Typedoc Plugin is a MkDocs plugin that allows you to include TypeDoc documentation in your MkDocs site.,,,2.0,https://pypi.org/project/mkdocs-typedoc,535.0,535.0,6,True,3.0,,,,,,,,,,,,, +235,Github Releaase Changelog,,mkdocs_github_changelog,,djpugh/mkdocs_github_changelog,mkdocs-github-changelog,['plugin'],git-info,https://github.com/djpugh/mkdocs_github_changelog,https://github.com/djpugh/mkdocs_github_changelog,MIT,2023-12-20 10:23:27,2025-01-07 21:40:44,2024-01-02 18:35:12,10.0,,,1.0,11.0,4.0,,9.0,2023-12-26 18:50:27,0.1.0,1.0,mkdocs extension to autogenerate changelog from github releases.,,,2.0,https://pypi.org/project/mkdocs-github-changelog,298.0,298.0,6,True,3.0,,,,,,,,,,,,, +236,Breakless Lists,,,,adamb70/mdx-breakless-lists,mdx-breakless-lists,['markdown'],markdown,https://github.com/adamb70/mdx-breakless-lists,https://github.com/adamb70/mdx-breakless-lists,MIT,2020-08-30 01:16:09,2022-12-19 10:48:58,2020-10-08 22:02:50,10.0,,4.0,1.0,3.0,1.0,1.0,7.0,2020-10-08 22:01:08,1.0.1,2.0,Python markdown breakless lists extension.,,,,https://pypi.org/project/mdx-breakless-lists,,,6,True,3.0,mdx_breakless_lists,,,,,,,,,,,, +237,mkdocs-issues-plugin,,mkdocs-issues-plugin,,mihaigalos/mkdocs-issues-plugin,mkdocs-issues-plugin,['plugin'],links-refs,https://github.com/mihaigalos/mkdocs-issues-plugin,https://github.com/mihaigalos/mkdocs-issues-plugin,MIT,2024-07-17 20:30:59,2024-07-25 21:05:08,2024-07-24 18:00:40,72.0,,,1.0,,6.0,,6.0,,,,"A plugin for showing the state and labels of issues, PRs and discussions (GitHub or GitLab) in mkdocs generated docs.",1.0,1.0,3.0,https://pypi.org/project/mkdocs-issues-plugin,118.0,118.0,6,True,3.0,,,,,,,,,,,,, +238,schema-reader,,schema_reader,,magicaljellybeans/mkdocs_schema_reader,mkdocs-schema-reader,['plugin'],nav-pages,https://github.com/magicaljellybeans/mkdocs_schema_reader,https://github.com/magicaljellybeans/mkdocs_schema_reader,MIT,2020-12-07 16:39:34,2022-04-17 15:03:06,2021-06-23 16:04:58,16.0,,2.0,1.0,2.0,2.0,2.0,6.0,,,1.0,"A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..",,,3.0,https://pypi.org/project/mkdocs-schema-reader,3943.0,3943.0,6,True,3.0,,,,,,,,,,,,, +239,inari,,inari,,tkamenoko/inari,inari,['plugin'],api-docs,https://github.com/tkamenoko/inari,https://github.com/tkamenoko/inari,MIT,2019-08-22 04:40:26,2024-03-20 18:40:24,2021-07-10 04:26:08,101.0,,,1.0,1.0,1.0,1.0,5.0,,,,Write docstrings in markdown!.,8.0,8.0,,https://pypi.org/project/inari,146.0,146.0,6,True,3.0,,,,,,,,,,,,, +240,mkdocs-matplotlib,,mkdocs_matplotlib,,AnH0ang/mkdocs-matplotlib,mkdocs-matplotlib,['plugin'],charts,https://github.com/AnH0ang/mkdocs-matplotlib,https://github.com/AnH0ang/mkdocs-matplotlib,MIT,2022-04-23 20:25:29,2022-07-10 07:35:01,2022-06-20 15:47:39,66.0,,2.0,1.0,18.0,3.0,,5.0,2022-06-20 15:52:12,0.10.1,14.0,A mkdocs plugin to automatically render matplotlib figure in your documenation.,,,2.0,https://pypi.org/project/mkdocs-matplotlib,,3.0,6,True,3.0,,165.0,,,,,,,,,,, +241,factsheet,,factsheet,,inuits/mkdocs-factsheet,,['plugin'],integrations,https://github.com/inuits/mkdocs-factsheet,https://github.com/inuits/mkdocs-factsheet,MIT,2018-07-31 10:32:59,2023-02-08 20:01:44,2023-02-08 19:55:11,11.0,,1.0,18.0,2.0,,1.0,5.0,2023-02-08 20:01:45,1.0.1,2.0,"Generate overviews from YAML descriptions, intended for micro-services and their deployments.",,,4.0,,,,6,True,3.0,,,,,,,,,,,,, +242,progress,,progress,,rdilweb/mkdocs-plugin-progress,,['plugin'],site-management,https://github.com/RDIL/mkdocs-plugin-progress,https://github.com/RDIL/mkdocs-plugin-progress,Apache-2.0,2020-02-20 22:44:17,2020-06-20 02:28:12,2020-06-20 02:28:06,15.0,,,1.0,2.0,,1.0,5.0,2020-02-21 11:28:11,1.1.4-FINAL,1.0,A plugin for MkDocs that lets you know exactly what is happening during the build.,41.0,41.0,3.0,,,,6,True,3.0,,,,RDIL/mkdocs-plugin-progress,,,,,,,,, +243,mkdocs-zip-folders,,zip_folders,,JakubAndrysek/mkdocs-zip-folders,mkdocs-zip-folders,['plugin'],site-conversion,https://github.com/JakubAndrysek/mkdocs-zip-folders,https://github.com/JakubAndrysek/mkdocs-zip-folders,MIT,2023-07-06 12:12:44,2025-07-03 14:24:42,2025-07-03 11:02:18,9.0,,1.0,1.0,1.0,,1.0,3.0,2025-01-22 13:37:46,1.0.4,2.0,MkDocs plugin to zip configured folders and add them to the site.,,,2.0,https://pypi.org/project/mkdocs-zip-folders,352.0,352.0,6,True,3.0,,,,,,,,,,,,, +244,ArgRef,,argref,,rhshadrach/mkdocs-argref-plugin,mkdocs-argref-plugin,['plugin'],links-refs,https://github.com/rhshadrach/mkdocs-argref-plugin,https://github.com/rhshadrach/mkdocs-argref-plugin,,2024-06-07 21:31:30,2024-08-25 12:49:20,2024-08-25 12:48:41,31.0,,1.0,1.0,18.0,,,2.0,2024-08-25 12:49:20,0.5.0,3.0,mkdocs plugin to provides GitHub like autolink references in Mkdocs.,,,5.0,https://pypi.org/project/mkdocs-argref-plugin,544.0,544.0,6,True,3.0,,,,,,,,,,,,, +245,KBD Extension,,,,RickTalken/kbdextension,kbdextension,['markdown'],markdown,https://github.com/RickTalken/kbdextension,https://github.com/RickTalken/kbdextension,MIT,2020-06-07 00:32:10,2020-06-09 03:26:00,2020-06-08 03:52:23,8.0,,1.0,1.0,,,1.0,2.0,,,,KBD Extension for Python-Markdown.,12.0,12.0,,https://pypi.org/project/kbdextension,359.0,359.0,6,True,3.0,kbdextension,,,,,,,,,,,, +246,mkdocs-title-casing-plugin,,title-casing,,mattchristopher314/mkdocs-title-casing-plugin,mkdocs-title-casing-plugin,['plugin'],nav-pages,https://github.com/mattchristopher314/mkdocs-title-casing-plugin,https://github.com/mattchristopher314/mkdocs-title-casing-plugin,GPL-3.0,2021-09-04 16:33:06,2023-09-02 18:02:57,2023-09-02 18:02:17,1.0,,1.0,1.0,,,,2.0,2021-09-05 10:30:43,0.2.0,1.0,A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.,11.0,11.0,,https://pypi.org/project/mkdocs-title-casing-plugin,661.0,661.0,6,True,3.0,,,,,,,,,,,,, +247,extract listings,,extract_listings,,six-two/mkdocs-extract-listings-plugin,mkdocs-extract-listings-plugin,['plugin'],search-toc,https://github.com/six-two/mkdocs-extract-listings-plugin,https://github.com/six-two/mkdocs-extract-listings-plugin,MIT,2023-11-03 19:21:57,2025-04-15 18:26:25,2025-04-15 18:23:35,36.0,,,1.0,,,,2.0,,,,Generate a page with all listings and/or a search page for listings.,,,,https://pypi.org/project/mkdocs-extract-listings-plugin,582.0,582.0,6,True,3.0,,,,,,,,,,,,, +248,mkdocs-apidescribed-plugin,,apidescribed,,idlesign/mkdocs-apidescribed-plugin,mkdocs-apidescribed-plugin,['plugin'],api-docs,https://github.com/idlesign/mkdocs-apidescribed-plugin,https://github.com/idlesign/mkdocs-apidescribed-plugin,BSD-3-Clause,2025-05-09 11:17:42,2025-05-24 11:50:30,2025-05-24 11:50:21,46.0,,,1.0,,2.0,,1.0,,,,mkdocs plugin to generate API documentation for Python programs.,,,,https://pypi.org/project/mkdocs-apidescribed-plugin,261.0,261.0,6,True,3.0,,,,,,,,,,,,, +249,webcontext,,webcontext,,Darrelk/mkdocs-webcontext-plugin,mkdocs-webcontext-plugin,['plugin'],links-refs,https://github.com/Darrelk/mkdocs-webcontext-plugin,https://github.com/Darrelk/mkdocs-webcontext-plugin,MIT,2021-04-14 11:55:59,2025-05-23 11:52:26,2025-05-23 11:52:26,8.0,,1.0,1.0,1.0,,,1.0,2025-05-23 11:39:36,0.1.1,2.0,Mkdocs plugin for converting absolute paths to webcontext aware paths using the configured webcontext context.,6.0,6.0,2.0,https://pypi.org/project/mkdocs-webcontext-plugin,97.0,97.0,6,True,3.0,,11.0,,,,,,,,,,, +250,SWAN Gallery,,swangallery,,swan-cern/mkdocs-swangallery,mkdocs-swangallery,['plugin'],nav-pages,https://github.com/swan-cern/mkdocs-swangallery,https://github.com/swan-cern/mkdocs-swangallery,AGPL-3.0,2020-06-21 11:00:41,2026-01-23 16:12:44,2026-01-23 16:12:44,17.0,1.0,1.0,2.0,2.0,,,1.0,2023-07-20 13:43:16,0.0.6,6.0,MkDocs plugin to generate a SWAN Gallery.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-swangallery,50.0,50.0,6,True,3.0,,,,,,,,,,,,, +251,select-files,,select-files,,supcik/mkdocs-select-files,mkdocs-select-files,['plugin'],nav-pages,https://github.com/supcik/mkdocs-select-files,https://github.com/supcik/mkdocs-select-files,Apache-2.0,2019-09-04 22:26:31,2023-06-25 12:42:56,2019-09-05 06:58:14,8.0,,,1.0,,,,,,,,Filter pages for assignments.,9.0,9.0,,https://pypi.org/project/mkdocs-select-files,42.0,42.0,6,True,3.0,,,,,,,,,,,,, +252,mkdocs-navsorted-plugin,,navsorted,,idlesign/mkdocs-navsorted-plugin,mkdocs-navsorted-plugin,['plugin'],nav-pages,https://github.com/idlesign/mkdocs-navsorted-plugin,https://github.com/idlesign/mkdocs-navsorted-plugin,BSD-3-Clause,2025-04-18 09:00:23,2025-05-24 11:51:33,2025-05-24 11:51:28,13.0,,,1.0,,,,,,,,mkdocs plugin to get nav sorted without yml directives.,,,,https://pypi.org/project/mkdocs-navsorted-plugin,288.0,288.0,6,True,3.0,,,,,,,,,,,,, +253,Mdx Include,,,,neurobin/mdx_include,mdx-include,['markdown'],snippets-include,https://github.com/neurobin/mdx_include,https://github.com/neurobin/mdx_include,,2018-09-19 21:01:21,2024-03-16 01:40:10,2022-07-26 05:42:09,70.0,,3.0,2.0,3.0,4.0,5.0,62.0,,,,Python Markdown extension to include local or remote files.,,,3.0,https://pypi.org/project/mdx-include,,,5,True,3.0,mdx_include,,,,,,,,,,,, +254,swagger,,swagger,,allevo/mkdocs-swagger-plugin,,['plugin'],integrations,https://github.com/allevo/mkdocs-swagger-plugin,https://github.com/allevo/mkdocs-swagger-plugin,MIT,2019-05-18 13:36:54,2019-10-06 19:53:01,2019-10-06 19:52:58,7.0,,6.0,2.0,1.0,3.0,2.0,29.0,,,,MkDocs plugin for render swagger into docs.,,,,,,,5,True,3.0,,,,,,,,,,,,, +255,doxygen,,doxygen,,pieterdavid/mkdocs-doxygen-plugin,,['plugin'],api-docs,https://github.com/pieterdavid/mkdocs-doxygen-plugin,https://github.com/pieterdavid/mkdocs-doxygen-plugin,MIT,2018-08-06 19:41:31,2020-12-04 15:20:33,2020-12-04 15:20:32,9.0,,5.0,2.0,2.0,2.0,,18.0,,,,A Doxygen plugin for MkDocs.,,,3.0,,,,5,True,3.0,,,,,,,,,,,,, +256,markdown-del-ins,,,,honzajavorek/markdown-del-ins,markdown-del-ins,['markdown'],markdown,https://github.com/honzajavorek/markdown-del-ins,https://github.com/honzajavorek/markdown-del-ins,,2020-01-09 09:02:25,2020-01-09 10:45:06,2020-01-09 10:44:59,10.0,,1.0,,1.0,1.0,,13.0,,,,Markdown extension to support the del and ins tags.,,,2.0,https://pypi.org/project/markdown-del-ins,3875.0,3875.0,5,True,3.0,markdown_del_ins,,,,,,,,,,,, +257,MkDocs Dependency License Information,,mkdocs_licenseinfo,,djpugh/mkdocs_licenseinfo,mkdocs-licenseinfo,['plugin'],integrations,https://github.com/djpugh/mkdocs_licenseinfo,https://github.com/djpugh/mkdocs_licenseinfo,MIT,2023-12-23 12:02:23,2024-01-02 18:29:20,2024-01-02 18:29:18,10.0,,,1.0,9.0,,,5.0,2023-12-27 11:40:31,0.1.0,1.0,mkdocs extension to visualise package dependencies license information.,,,2.0,https://pypi.org/project/mkdocs-licenseinfo,122.0,122.0,5,True,3.0,,,,,,,,,,,,, +258,awesome-list,,awesome-list,,carlosperate/mkdocs-awesome-list-plugin,,['plugin'],nav-pages,https://github.com/carlosperate/mkdocs-awesome-list-plugin,https://github.com/carlosperate/mkdocs-awesome-list-plugin,MIT,2019-07-25 19:23:15,2019-07-26 00:31:07,2019-07-26 00:30:58,4.0,,,,,,,5.0,,,,MkDocs Plugin to inject social media cards for each entry in an awesome-list.,,,,,,,5,True,3.0,,,,,,,,,,,,, +259,thumbnails,,thumbnails,,normanlorrain/mkdocs-thumbnails,mkdocs-thumbnails,['plugin'],charts,https://github.com/normanlorrain/mkdocs-thumbnails,https://github.com/normanlorrain/mkdocs-thumbnails,MIT,2021-04-19 16:01:11,2023-06-05 20:32:18,2023-06-05 19:38:40,40.0,,,1.0,,1.0,1.0,4.0,,,,MkDocs plugin for thumbnail images generated automatically.,,,,https://pypi.org/project/mkdocs-thumbnails,122.0,122.0,5,True,3.0,,,,,,,,,,,,, +260,mkdocs-new-features-notifier,,mkdocs-new-features-notifier,,kevin-411/mkdocs-new-features-notifier,mkdocs-new-features-notifier,['plugin'],site-management,https://github.com/kevin-411/mkdocs-new-features-notifier,https://github.com/kevin-411/mkdocs-new-features-notifier,MIT,2019-11-27 07:15:17,2020-01-15 10:40:10,2020-01-15 10:13:44,17.0,,1.0,1.0,,,,4.0,,,,This plugin enables you to notify users of new features in your product. It does this by identifying new documentation..,,,2.0,https://pypi.org/project/mkdocs-new-features-notifier,708.0,708.0,5,True,3.0,,,,,,,,,,,,, +261,mkdocs-codecheck,,,,byrnereese/codechecker-mkdocs,mkdocs-codecheck,[],quality,https://github.com/byrnereese/codechecker-mkdocs,https://github.com/byrnereese/codechecker-mkdocs,MIT,2021-08-24 18:05:47,2021-12-16 19:26:31,2021-12-16 19:26:10,86.0,,,2.0,1.0,1.0,,3.0,,,,"Traverses a directory tree looking for code samples, then attempts to validate each code sample found.",,,6.0,https://pypi.org/project/mkdocs-codecheck,19.0,19.0,5,True,3.0,,,,,,,,,,,,, +262,mkdocs-required-frontmatter-plugin,,required-frontmatter,,unmc-vcr/mkdocs-required-frontmatter-plugin,mkdocs-required-frontmatter-plugin,['plugin'],site-management,https://github.com/unmc-vcr/mkdocs-required-frontmatter-plugin,https://github.com/unmc-vcr/mkdocs-required-frontmatter-plugin,MIT,2024-03-21 21:39:23,2024-03-22 00:55:29,2024-03-22 00:55:29,5.0,,,1.0,,,1.0,3.0,2024-03-21 21:51:06,0.0.2,2.0,This MkDocs plugin enforces required frontmatter for documentation pages.,2.0,2.0,,https://pypi.org/project/mkdocs-required-frontmatter-plugin,,,5,True,3.0,,,,,,,,,,,,, +263,pico-8,,pico-8,,fmaida/pico8-mkdocs-plugin,pico8-mkdocs-plugin,['plugin'],charts,https://github.com/fmaida/pico8-mkdocs-plugin,https://github.com/fmaida/pico8-mkdocs-plugin,MIT,2019-03-16 17:43:48,2019-03-17 11:49:29,2019-03-17 11:49:24,5.0,,,1.0,,,,2.0,,,,A MKDocs plugin that allows to embed a Pico-8 web player in a page.,3.0,3.0,,https://pypi.org/project/pico8-mkdocs-plugin,34.0,34.0,5,True,3.0,,,,,,,,,,,,, +264,mkdocs_protobuf,,mkdocs_protobuf,,rymurr/mkdocs-protobuf,mkdocs-protobuf,['plugin'],code-exec-templating,https://github.com/rymurr/mkdocs-protobuf,https://github.com/rymurr/mkdocs-protobuf,Apache-2,2021-09-11 10:16:54,2023-12-15 02:17:25,2022-03-30 11:31:58,19.0,,1.0,1.0,1.0,1.0,,2.0,,,,Mkdocs plugin to render protobuf messages.,,,2.0,https://pypi.org/project/mkdocs-protobuf,2078.0,2078.0,5,True,3.0,,,,,,,,,,,,, +265,markdown_sub_sup,,,,alberic89/markdown_sub_sup,markdown-sub-sup,['markdown'],markdown,https://github.com/alberic89/markdown_sub_sup,https://github.com/alberic89/markdown_sub_sup,LGPL-3.0,2023-03-06 16:58:43,2023-05-02 17:11:34,2023-03-24 15:01:28,11.0,,,1.0,,,,2.0,2023-05-02 17:11:34,0.0.2,1.0,A python markdown extension for add sub and sup support.,,,,https://pypi.org/project/markdown-sub-sup,487.0,487.0,5,True,3.0,markdown_sub_sup,,,,,,,,,,,, +266,Markdown PyCon,,,,pawamoy/markdown-pycon,,['markdown'],markdown,https://github.com/pawamoy/markdown-pycon,https://github.com/pawamoy/markdown-pycon,ISC,2023-09-01 19:21:14,2025-01-10 01:07:21,2025-01-10 01:05:06,8.0,,,1.0,,,1.0,2.0,2025-01-10 01:05:23,1.0.1,2.0,Markdown extension to parse `pycon` code blocks without indentation or fences.,8.0,8.0,,,,,5,True,3.0,pycon,,,,,,,,,,,, +267,markdown-figcap,,,,funk1d/markdown-figcap,markdown-figcap,['markdown'],charts,https://github.com/funk1d/markdown-figcap,https://github.com/funk1d/markdown-figcap,BSD-3-Clause,2019-03-09 03:35:44,2019-03-09 03:35:45,2019-03-09 04:36:51,2.0,,,,,,,1.0,,,,Extension for Python-Markdown to handle figure and figcaption.,7.0,7.0,,https://pypi.org/project/markdown-figcap,69.0,69.0,5,True,3.0,markdown_figcap,,,,,,,,,,,, +268,Markdown Grid Tables,,,,,markdown-grid-tables,['markdown'],markdown,,https://gitlab.com/WillDaSilva/markdown_grid_tables,,2022-02-09 02:39:55,2022-02-09 02:39:55,,,,7.0,,,3.0,1.0,1.0,,,0.0,[Python-Markdown](https://python-markdown.github.io/) [extension](https://python-markdown.github.io/extensions/api/)..,,,,https://pypi.org/project/markdown-grid-tables,40817.0,40817.0,5,True,3.0,markdown_grid_tables,,,,,,,,,WillDaSilva/markdown_grid_tables,https://gitlab.com/WillDaSilva/markdown_grid_tables,, +269,inline-svg,,inline-svg,,rajguru7/mkdocs-plugin-inline-svg-mod,mkdocs-plugin-inline-svg-mod,['plugin'],charts,https://github.com/rajguru7/mkdocs-plugin-inline-svg-mod,https://github.com/rajguru7/mkdocs-plugin-inline-svg-mod,MIT,2023-04-16 20:01:57,2024-01-12 19:58:41,2024-01-12 19:55:33,9.0,,1.0,1.0,,,2.0,,,,,,7.0,7.0,5.0,https://pypi.org/project/mkdocs-plugin-inline-svg-mod,475.0,475.0,5,True,3.0,,,,,,,,,,,,, +270,mk-append-to-head,,mk-append-to-head,,marcelaodev/mk-append-to-head,mk-append-to-head,['plugin'],html-css,https://github.com/marcelaodev/mk-append-to-head,https://github.com/marcelaodev/mk-append-to-head,MIT,2025-08-15 14:18:25,2025-08-18 14:21:23,2025-08-18 14:21:18,4.0,,,,,,,,,,,Append some string to a MkDocs pages head.,,,,https://pypi.org/project/mk-append-to-head,17.0,17.0,5,True,3.0,,,,,,,,,,,,, +271,Vercel Password Protection,,vercel_pw,,six-two/mkdocs-vercel-pw-plugin,mkdocs-vercel-pw-plugin,['plugin'],integrations,https://github.com/six-two/mkdocs-vercel-pw-plugin,https://github.com/six-two/mkdocs-vercel-pw-plugin,MIT,2024-03-23 17:42:51,2024-11-11 19:15:09,2024-11-11 19:15:02,9.0,,,1.0,,,,,,,,"Allows you to password protect your site if it is deployed by Vercel, by adding routes to the vercel.json file.",,,,https://pypi.org/project/mkdocs-vercel-pw-plugin,41.0,41.0,5,True,3.0,,,,,,,,,,,,, +272,mkdocs-rtl,,,,mberneti/mkdocs-rtl,,[],theming,https://github.com/mberneti/mkdocs-rtl,https://github.com/mberneti/mkdocs-rtl,MIT,2017-10-16 10:32:15,2021-03-26 00:09:07,2017-10-22 11:51:15,9.0,,4.0,1.0,2.0,1.0,1.0,25.0,,,,mkdocs rtl theme based on mkdocs-material.,,,2.0,,,,4,True,3.0,,,,,,,,,,,,, +273,docSkimmer,docskimmer,,,hfagerlund/mkdocs-docskimmer,,['theme'],theming,https://github.com/hfagerlund/mkdocs-docskimmer,https://github.com/hfagerlund/mkdocs-docskimmer,,2017-06-13 00:33:55,2025-12-17 01:45:16,2025-12-17 01:45:15,25.0,1.0,,1.0,7.0,,11.0,20.0,2018-10-11 17:53:21,0.4.0,7.0,"An accessible, skimmable theme for MkDocs.",,,,,,,4,True,3.0,,,,,,,,,,,,, +274,Markdown aafigure,,,,mbarkhau/markdown-aafigure,markdown-aafigure,['markdown'],charts,https://github.com/mbarkhau/markdown-aafigure,https://github.com/mbarkhau/markdown-aafigure,MIT,2018-05-23 20:52:31,2024-05-04 00:33:24,2024-05-04 00:33:23,88.0,,,1.0,1.0,1.0,2.0,6.0,,,,aafigure extension for Python Markdown.,,,2.0,https://pypi.org/project/markdown-aafigure,128.0,128.0,4,True,3.0,markdown_aafigure,,,,,,,,,,,, +275,jinja2sandbox,,jinja2sandbox,,rkoe/mkdocs-jinja2sandbox,,['plugin'],code-exec-templating,https://github.com/rkoe/mkdocs-jinja2sandbox,https://github.com/rkoe/mkdocs-jinja2sandbox,MIT,2019-03-20 22:53:53,2019-03-20 23:06:19,2019-03-20 23:06:18,3.0,,,1.0,,,,5.0,,,,A MkDocs plugin that enables the Jinja2-sandbox.,,,,,,,4,True,3.0,,,,,,,,,,,,, +276,python-mkblog,,mkblog,,derJD/python-mkblog,mkblog,['plugin'],blogging,https://github.com/derJD/python-mkblog,https://github.com/derJD/python-mkblog,MIT,2021-03-19 12:48:35,2021-04-14 14:46:30,2021-04-14 14:44:42,20.0,,1.0,1.0,,,,3.0,,,,This is a MkDocs Plugin adding basic blogging functionality by parsing a `blog` directory ontop of your usual `docs`..,,,2.0,https://pypi.org/project/mkblog,58.0,58.0,4,True,3.0,,,,,,,,,,,,, +277,import-statement,,import-statement,,Rj40x40/mkdocs-import-statement-plugin,mkdocs-import-statement-plugin,['plugin'],charts,https://github.com/Rj40x40/mkdocs-import-statement-plugin,https://github.com/Rj40x40/mkdocs-import-statement-plugin,MIT,2023-01-13 01:56:01,2023-02-06 13:25:35,2023-02-06 13:25:08,4.0,,,1.0,,2.0,,2.0,,,,,4.0,4.0,,https://pypi.org/project/mkdocs-import-statement-plugin,107.0,107.0,4,True,3.0,,,,,,,,,,,,, +278,Family tree example,,,,unverbuggt/mkdocs-familytree-example,,[],charts,https://github.com/unverbuggt/mkdocs-familytree-example,https://github.com/unverbuggt/mkdocs-familytree-example,GPL-3.0,2022-12-28 12:21:18,2023-08-04 17:21:50,2023-08-04 17:13:34,87.0,,1.0,,1.0,,,2.0,,,,An interactive family tree visualization using d3-dag.,,,6.0,,,,4,True,3.0,,,,,,,,,,,,, +279,git-latest-release,,git-latest-release,,agarthetiger/mkdocs_latest_release_plugin,mkdocs-latest-release-plugin,['plugin'],git-info,https://github.com/agarthetiger/mkdocs_latest_release_plugin,https://github.com/agarthetiger/mkdocs_latest_release_plugin,GPL-3.0,2019-03-18 22:07:47,2022-12-08 04:53:03,2019-12-29 08:46:29,5.0,,,1.0,9.0,,,2.0,,,,Plugin for MKDocs to inject the latest release tag from git into markdown.,,,3.0,https://pypi.org/project/mkdocs-latest-release-plugin,397.0,397.0,4,True,3.0,,,,,,,,,,,,, +280,MkDocs Remove Sections Plugin,,remove_sections,,six-two/mkdocs-remove-sections-plugin,mkdocs-remove-sections-plugin,['plugin'],nav-pages,https://github.com/six-two/mkdocs-remove-sections-plugin,https://github.com/six-two/mkdocs-remove-sections-plugin,MIT,2024-11-03 13:46:10,2024-11-12 17:45:58,2024-11-12 17:45:52,5.0,,,1.0,,,,1.0,,,,Remove sections with specific titles from your MkDocs pages.,,,,https://pypi.org/project/mkdocs-remove-sections-plugin,41.0,41.0,4,True,3.0,,,,,,,,,,,,, +281,helm,,helm-repo,,M00nF1sh/mkdocs-helm,mkdocs-helm,['plugin'],site-conversion,https://github.com/M00nF1sh/mkdocs-helm,https://github.com/M00nF1sh/mkdocs-helm,Apache-2.0,2018-11-19 23:21:08,2021-08-11 10:10:01,2018-11-21 02:32:03,2.0,,1.0,,3.0,,,1.0,,,,An mkdocs plugin that turns docs website into helm repository.,,,,https://pypi.org/project/mkdocs-helm,63.0,63.0,4,True,3.0,,,,,,,,,,,,, +282,codeyaml,,codeyaml,,textileio/mkdocs-codeyaml-plugin,mkdocs-codeyaml-plugin,['plugin'],code-exec-templating,https://github.com/textileio/mkdocs-codeyaml-plugin,https://github.com/textileio/mkdocs-codeyaml-plugin,MIT,2019-04-30 19:39:34,2019-04-30 22:11:50,2019-04-30 22:11:44,3.0,,,1.0,,,1.0,,,,,Allows for more than one yaml config in mkdocs.,2.0,2.0,,https://pypi.org/project/mkdocs-codeyaml-plugin,56.0,56.0,4,True,3.0,,,,,,,,,,,,, +283,Semantic Data Extension,,,,aleray/mdx_semanticdata,mdx-semanticdata,['markdown'],markdown,https://github.com/aleray/mdx_semanticdata,https://github.com/aleray/mdx_semanticdata,,2012-04-21 14:17:39,2023-08-21 22:27:39,2012-11-05 00:45:02,3.0,,1.0,1.0,,,,8.0,,,,Python-Markdown extension to add support for semantic data (RDFa).,,,,https://pypi.org/project/mdx-semanticdata,25.0,25.0,3,True,3.0,mdx_semanticdata,,,,,,,,,,,, +284,Semantic WikiLinks Extension,,,,aleray/mdx_semanticwikilinks,mdx-semanticwikilinks,['markdown'],markdown,https://github.com/aleray/mdx_semanticwikilinks,https://github.com/aleray/mdx_semanticwikilinks,,2012-04-21 16:25:59,2012-08-15 14:19:53,2012-08-15 14:24:53,4.0,,1.0,1.0,,1.0,,8.0,,,,Python-Markdown extension to add support for semantic (wiki)links (RDFa).,,,,https://pypi.org/project/mdx-semanticwikilinks,120.0,120.0,3,True,3.0,mdx_semanticwikilinks,,,,,,,,,,,, +285,Cluster,cluster,,,,mkdocs-cluster,['theme'],theming,,https://gitlab.com/kaliko/mkdocs-cluster,,2016-06-02 15:03:33,2016-06-02 15:03:33,,,,2.0,,,,1.0,6.0,,,0.0,Another bootstrap theme for MkDocs.,,,,https://pypi.org/project/mkdocs-cluster,445.0,445.0,3,True,3.0,,,,,,,,,,kaliko/mkdocs-cluster,https://gitlab.com/kaliko/mkdocs-cluster,, +286,Cite Extension,,,,aleray/mdx_cite,mdx-cite,['markdown'],markdown,https://github.com/aleray/mdx_cite,https://github.com/aleray/mdx_cite,,2012-04-21 11:23:16,2018-12-20 08:18:53,2012-04-21 11:49:29,3.0,,3.0,2.0,1.0,1.0,,6.0,,,,Python-Markdown extension to support the cite tag.,,,,https://pypi.org/project/mdx-cite,18.0,18.0,3,True,3.0,mdx_cite,,,,,,,,,,,, +287,sequence-js,,sequence-js,,fcannizzaro/mkdocs-sequence-js-plugin,,['plugin'],charts,https://github.com/fcannizzaro/mkdocs-sequence-js-plugin,https://github.com/fcannizzaro/mkdocs-sequence-js-plugin,MIT,2019-11-06 22:44:12,2020-02-28 16:45:04,2020-02-28 16:43:34,11.0,,2.0,2.0,,1.0,2.0,5.0,,,,MkDocs plugin to render sequence.js blocks.,,,,,,,3,True,3.0,,,,,,,,,,,,, +288,emailprotect,,emailprotect,,rkoe/mkdocs-emailprotect,,['plugin'],links-refs,https://github.com/rkoe/mkdocs-emailprotect,https://github.com/rkoe/mkdocs-emailprotect,MIT,2020-01-07 21:52:50,2020-01-21 00:13:01,2020-01-21 00:13:00,4.0,,,1.0,,,1.0,5.0,,,,A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.,,,,,,,3,True,3.0,,,,,,,,,,,,, +289,image-formatter-plugin,,image-formatter,,ASypula/mkdocs-image-formatter-plugin,mkdocs-image-formatter-plugin,['plugin'],charts,https://github.com/ASypula/mkdocs-image-formatter-plugin,https://github.com/ASypula/mkdocs-image-formatter-plugin,,2023-12-06 18:29:44,2023-12-06 19:30:22,2023-12-06 19:30:09,139.0,,,1.0,1.0,,,4.0,,,,,2.0,2.0,7.0,https://pypi.org/project/mkdocs-image-formatter-plugin,63.0,63.0,3,True,3.0,,,,,,,,,,,,, +290,alternate-link,,alternate-link,,cmitu/mkdocs-altlink-plugin,,['plugin'],links-refs,https://github.com/cmitu/mkdocs-altlink-plugin,https://github.com/cmitu/mkdocs-altlink-plugin,MIT,2020-01-08 21:31:28,2022-07-13 17:28:57,2021-02-14 13:54:59,14.0,,2.0,1.0,3.0,,1.0,4.0,,,,An MkDocs plugin that simplifies internal links creation.,,,3.0,,,,3,True,3.0,,,,,,,,,,,,, +291,multiple,,multiple,,experimaestro/mkdocs-multiple,mkdocs-multiple,['plugin'],site-management,https://github.com/experimaestro/mkdocs-multiple,https://github.com/experimaestro/mkdocs-multiple,GPL-3.0,2019-02-27 10:51:22,2019-11-22 09:07:18,2019-11-22 09:06:06,5.0,,,1.0,,1.0,,2.0,,,,Allows to merge mkdocs documentations dynamically.,,,2.0,https://pypi.org/project/mkdocs-multiple,891.0,891.0,3,True,3.0,,,,,,,,,,,,, +292,octadocs-adr,,octadocs_adr,,octadocs/octadocs-adr,octadocs-adr,['plugin'],site-management,https://github.com/octadocs/octadocs-adr,https://github.com/octadocs/octadocs-adr,,2021-07-25 14:35:21,2021-08-22 13:47:46,2021-08-22 13:47:44,28.0,,,1.0,,,,1.0,,,,A blueprint for Architecture Decision Record in Octadocs - the smart documentation environment.,,,,https://pypi.org/project/octadocs-adr,37.0,37.0,3,True,3.0,,,,,,,,,,,,, +293,blog,,blog,,andyoakley/mkdocs-blog,,['plugin'],blogging,https://github.com/andyoakley/mkdocs-blog,https://github.com/andyoakley/mkdocs-blog,,2018-02-09 06:12:17,2022-01-21 04:42:09,2020-11-02 21:52:20,17.0,,6.0,1.0,3.0,5.0,1.0,15.0,,,,Blogging in mkdocs.,,,,,,,2,True,3.0,,,,,,,,,,,,, +294,MkHack3rs,,,,,,['project'],charts,,https://eskool.gitlab.io/mkhack3rs/,,2021-05-01 11:44:57,2021-05-01 11:44:57,,,,1.0,,,,,4.0,,,0.0,Hacks & Integrations for Mkdocs / Material Theme.,,,,,,,2,True,3.0,,,,,,,,,,eskool/mkhack3rs,https://gitlab.com/eskool/mkhack3rs,, +295,pagenav-generator,,pagenav-generator,,Andre601/mkdocs-pagenav-generator,,['plugin'],nav-pages,https://github.com/Andre601/mkdocs-pagenav-generator,https://github.com/Andre601/mkdocs-pagenav-generator,MIT,2021-02-22 23:26:06,2022-04-17 15:52:15,2022-04-17 15:52:15,17.0,,1.0,1.0,1.0,,1.0,4.0,,,,Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages.,,,2.0,,,,2,True,3.0,,,,,,,,,,,,, +296,mkdocs-yaarg-plugin,,yaarg,,g6123/mkdocs-yaarg-plugin,mkdocs-yaarg-plugin,['plugin'],api-docs,https://github.com/g6123/mkdocs-yaarg-plugin,https://github.com/g6123/mkdocs-yaarg-plugin,,2021-02-27 18:13:10,2021-03-14 14:58:43,2021-03-14 14:58:01,18.0,,,1.0,1.0,,,2.0,2021-03-14 14:59:09,0.0.1a5,1.0,Yet Another API Reference Generator plugin for MKDocs.,2.0,2.0,,https://pypi.org/project/mkdocs-yaarg-plugin,65.0,65.0,2,True,3.0,,,,,,,,,,,,, +297,docstyler,,docstyler,,hfagerlund/mkdocs-docstyler-plugin,,['plugin'],html-css,https://github.com/hfagerlund/mkdocs-docstyler-plugin,https://github.com/hfagerlund/mkdocs-docstyler-plugin,BSD-3-Clause,2019-02-10 21:05:18,2019-02-17 04:17:30,2019-02-16 01:29:25,2.0,,,1.0,,,,1.0,,,,Plugin to add alternative stylesheets to MkDocs custom themes.,,,,,,,2,True,3.0,,,,,,,,,,,,, +298,ansible-document,,,,,ansible-mkdocs,[],api-docs,,https://pypi.org/project/ansible-mkdocs/,,,,,,,,,,,,,,,,Auto-generate ansible role documentation.,,,,https://pypi.org/project/ansible-mkdocs,60.0,60.0,2,True,3.0,,,,,,,,,,,,, +299,Mkdocs translations plugin,,translations,,,mkdocs-translations,['plugin'],i18n-l10n,,https://pypi.org/project/mkdocs-translations/,,,,,,,,,,,,,,,,Internationalization plugin for mkdocs.,,,,https://pypi.org/project/mkdocs-translations,39.0,39.0,2,True,3.0,,,,,,,,,,,,, +300,Mkdocs-Addresses,,mkdocs-addresses,,,mkdocs-addresses,['plugin'],links-refs,,https://gitlab.com/frederic-zinelli/mkdocs-addresses,,2023-07-13 16:32:15,2023-07-13 16:32:15,,,,0.0,,,1.0,,,,,0.0,"Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..",,,,https://pypi.org/project/mkdocs-addresses,,,2,True,3.0,,,,,,,,,,frederic-zinelli/mkdocs-addresses,https://gitlab.com/frederic-zinelli/mkdocs-addresses,, +301,mkdocs-autozip,,autozip,,martinohanlon/mkdocs_autozip,mkdocs-autozip,['plugin'],site-conversion,https://github.com/martinohanlon/mkdocs_autozip,https://github.com/martinohanlon/mkdocs_autozip,,2020-08-12 14:55:13,2022-10-05 14:46:34,2022-10-05 14:46:34,11.0,,,1.0,1.0,,1.0,2.0,,,,A mkdocs plugin for auto zipping the document source.,,,,https://pypi.org/project/mkdocs-autozip,122.0,122.0,1,True,3.0,,,,,,,,,,,,, +302,Django Static Image,,,,,markdown-djangostaticimage,['markdown'],markdown,,https://pypi.org/project/markdown-djangostaticimage/,,,,,,,,,,,,,,,,,,,,https://pypi.org/project/markdown-djangostaticimage,25.0,25.0,1,True,3.0,django_static_image,,,,,,,,,,,,melvinkcx/markdown-extension-django-static-image +303,filename-title,,filename_title,,mipro98/mkdocs-filename-title-plugin,,['plugin'],nav-pages,,{},,,,,,,,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,, +304,mkdocs-pug,,,,vzhong/mkdocs_pug,mkdocs-pug,[],nav-pages,,{},,,,,,,,,,,,,,,,,,,,https://pypi.org/project/mkdocs-pug,5.0,5.0,0,True,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 5a9564d..10ccc7a 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- PyMdown Extensions - 🥇32 · ⭐ 1.1K · 📈 · ❗Unlicensed ·
Extensions for Python Markdown. -- git-revision-date-localized - 🥇29 · ⭐ 250 · 📈 · MIT ·
MkDocs plugin to add a last updated date to your site pages. -- mkdocs-with-pdf - 🥇23 · ⭐ 380 · 💤 · MIT ·
Generate a single PDF file from MkDocs repository. -- htmlproofer - 🥇21 · ⭐ 48 · 📈 · MIT ·
A MkDocs plugin that validates URL in rendered html files. -- markdown-docs - 🥈17 · ⭐ 27 · 📈 · MIT ·
Action/docker image that transforms your markdown into a static website. No need for particular configuration: it just.. +- gen-files - 🥇23 · ⭐ 140 · 📈 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build. +- build-plantuml - 🥇22 · ⭐ 76 · 📈 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline). +- Zettelkasten - 🥇20 · ⭐ 23 · 📈 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels). +- mkdocs-categories-plugin - 🥈14 · ⭐ 16 · 📈 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages. +- mkdocs-copy-to-llm - 🥉12 · ⭐ 13 · 📈 · MIT ·
A MkDocs plugin that adds a Copy to LLM button to your documentation, making it easy to copy code blocks and entire.. ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- MkDocsOAD - 🥈21 · ⭐ 160 · 📉 · MIT · ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger.. -- mkdoxy - 🥈21 · ⭐ 110 · 📉 · MIT ·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. -- docutools - 🥉9 · ⭐ 26 · 📉 · BSD-2 ·
Dev Centric Tools for Mkdocs Based Documentation. -- authors - 🥉7 · ⭐ 1 · 🐣 · MIT ·
MkDocs plugin to display authors dynamically on a template using an .authors.yml file. -- mkdocs-navsorted-plugin - 🥉5 · 📉 · BSD-3 ·
mkdocs plugin to get nav sorted without yml directives. +- git-revision-date-localized - 🥇24 · ⭐ 260 · 📉 · MIT ·
MkDocs plugin to add a last updated date to your site pages. +- mermaid2 - 🥈17 · ⭐ 280 · 📉 · MIT ·
A Mermaid graphs plugin for mkdocs. +- bibtex - 🥈17 · ⭐ 91 · 📉 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex. +- Markdown-Include - 🥈16 · ⭐ 110 · 💤 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. +- mkdocs-coverage - 🥉12 · ⭐ 37 · 📉 · ISC ·
MkDocs plugin to integrate your coverage HTML report into your site.