From dffed8b1d7f73fe360ffe7f96e3bb572a5866b4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:23:03 +0100 Subject: [PATCH] Update best-of list for version 2024.01.11 (#182) Co-authored-by: pawamoy --- README.md | 764 +++++++++++++++++--------------- history/2024-01-11_changes.md | 27 ++ history/2024-01-11_projects.csv | 250 +++++++++++ latest-changes.md | 27 +- 4 files changed, 689 insertions(+), 379 deletions(-) create mode 100644 history/2024-01-11_changes.md create mode 100644 history/2024-01-11_projects.csv diff --git a/README.md b/README.md index d688228..209ea8e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [πŸ’¬ Blogging](#-blogging) _6 projects_ - [πŸ“Š Charts, Images, Tables & Graphs](#-charts-images-tables--graphs) _27 projects_ - [πŸ€– Code execution, variables & templating](#-code-execution-variables--templating) _18 projects_ -- [🌲 Git repos & info](#-git-repos--info) _9 projects_ +- [🌲 Git repos & info](#-git-repos--info) _10 projects_ - [🌈 HTML processing & CSS styling](#-html-processing--css-styling) _10 projects_ -- [πŸ“Ž Integrations with other tools](#-integrations-with-other-tools) _6 projects_ +- [πŸ“Ž Integrations with other tools](#-integrations-with-other-tools) _7 projects_ - [🌍 Internationalization & localization](#-internationalization--localization) _2 projects_ - [πŸ”— Links & references](#-links--references) _21 projects_ - [🧩 Markdown extensions](#-markdown-extensions) _26 projects_ @@ -66,13 +66,13 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr Back to top -
Material for MkDocs - πŸ₯‡42 Β· ⭐ 17K Β· πŸ“‰ Β· MIT Β· Β·
Documentation that simply works.
+
Material for MkDocs - πŸ₯‡42 Β· ⭐ 17K Β· MIT Β· Β·
Documentation that simply works.
-- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 3.1K Β· πŸ“¦ 41K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 29.12.2023) +- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3.1K Β· πŸ“¦ 42K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 10.01.2024) - [PyPi](https://pypi.org/project/mkdocs-material) (πŸ“₯ 3M / month): ``` pip install mkdocs-material @@ -99,7 +99,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/chrissimpkins/cinder) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 100 Β· πŸ“₯ 970 Β· πŸ“¦ 590 Β· πŸ“‹ 51 - 31% open Β· ⏱️ 05.01.2021) -- [PyPi](https://pypi.org/project/mkdocs-cinder) (πŸ“₯ 5.8K / month): +- [PyPi](https://pypi.org/project/mkdocs-cinder) (πŸ“₯ 5.9K / month): ``` pip install mkdocs-cinder ``` @@ -115,7 +115,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 56 Β· πŸ“¦ 1.1K Β· πŸ“‹ 33 - 9% open Β· ⏱️ 29.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-bootswatch) (πŸ“₯ 9.3K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootswatch) (πŸ“₯ 9.6K / month): ``` pip install mkdocs-bootswatch ``` @@ -143,45 +143,45 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr theme: yeti ```
-
Bootstrap - πŸ₯ˆ17 Β· ⭐ 74 Β· BSD-2 Β·
MkDocs Bootstrap Theme.
+
Dracula - πŸ₯ˆ19 Β· ⭐ 48 Β· πŸ“ˆ Β· MIT Β·
Dark theme for Mkdocs.
- - + + -- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 37 Β· πŸ“¦ 440 Β· πŸ“‹ 16 - 6% open Β· ⏱️ 29.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-bootstrap) (πŸ“₯ 2.3K / month): +- [GitHub](https://github.com/dracula/mkdocs) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 5 Β· πŸ“¦ 39 Β· πŸ“‹ 7 - 14% open Β· ⏱️ 09.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-dracula-theme) (πŸ“₯ 1.2K / month): ``` - pip install mkdocs-bootstrap + pip install mkdocs-dracula-theme ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: bootstrap + theme: dracula ```
-
Dracula - πŸ₯ˆ16 Β· ⭐ 46 Β· MIT Β·
Dark theme for Mkdocs.
+
Bootstrap - πŸ₯ˆ17 Β· ⭐ 74 Β· BSD-2 Β·
MkDocs Bootstrap Theme.
- - + + -- [GitHub](https://github.com/dracula/mkdocs) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 37 Β· πŸ“‹ 6 - 16% open Β· ⏱️ 09.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-dracula-theme) (πŸ“₯ 1.1K / month): +- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 37 Β· πŸ“¦ 440 Β· πŸ“‹ 16 - 6% open Β· ⏱️ 29.12.2023) +- [PyPi](https://pypi.org/project/mkdocs-bootstrap) (πŸ“₯ 2.3K / month): ``` - pip install mkdocs-dracula-theme + pip install mkdocs-bootstrap ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: dracula + theme: bootstrap ```
-
Simple Blog - πŸ₯ˆ15 Β· ⭐ 41 Β· MIT Β·
Blog Template for Mkdocs.
+
Simple Blog - πŸ₯ˆ15 Β· ⭐ 42 Β· MIT Β·
Blog Template for Mkdocs.
-- [GitHub](https://github.com/FernandoCelmer/mkdocs-simple-blog) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 35 Β· πŸ“‹ 16 - 37% open Β· ⏱️ 20.08.2023) +- [GitHub](https://github.com/FernandoCelmer/mkdocs-simple-blog) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 35 Β· πŸ“‹ 17 - 41% open Β· ⏱️ 20.08.2023) - [PyPi](https://pypi.org/project/mkdocs-simple-blog) (πŸ“₯ 260 / month): ``` pip install mkdocs-simple-blog @@ -198,7 +198,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/gristlabs/mkdocs-windmill) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 45 Β· πŸ“¦ 280 Β· πŸ“‹ 30 - 46% open Β· ⏱️ 11.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-windmill) (πŸ“₯ 3.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill) (πŸ“₯ 2.8K / month): ``` pip install mkdocs-windmill ``` @@ -207,14 +207,14 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr theme: windmill ```
-
Terminal for MkDocs - πŸ₯ˆ14 Β· ⭐ 53 Β· MIT Β·
monospace theme for MkDocs.
+
Terminal for MkDocs - πŸ₯ˆ14 Β· ⭐ 54 Β· MIT Β·
monospace theme for MkDocs.
- [GitHub](https://github.com/ntno/mkdocs-terminal) (πŸ”€ 1 Β· πŸ“¦ 38 Β· πŸ“‹ 55 - 45% open Β· ⏱️ 15.04.2023) -- [PyPi](https://pypi.org/project/mkdocs-terminal) (πŸ“₯ 470 / month): +- [PyPi](https://pypi.org/project/mkdocs-terminal) (πŸ“₯ 580 / month): ``` pip install mkdocs-terminal ``` @@ -235,7 +235,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/notpushkin/mkdocs-alabaster) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 9 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 16.06.2020) -- [PyPi](https://pypi.org/project/mkdocs-alabaster) (πŸ“₯ 190 / month): +- [PyPi](https://pypi.org/project/mkdocs-alabaster) (πŸ“₯ 160 / month): ``` pip install mkdocs-alabaster ``` @@ -251,7 +251,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/noraj/mkdocs-windmill-dark) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 10 Β· ⏱️ 12.05.2022) -- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (πŸ“₯ 420 / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (πŸ“₯ 410 / month): ``` pip install mkdocs-windmill-dark ``` @@ -282,7 +282,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr -- [PyPi](https://pypi.org/project/mkdocs-gitbook) (πŸ“₯ 4.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-gitbook) (πŸ“₯ 4.8K / month): ``` pip install mkdocs-gitbook ``` @@ -301,7 +301,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/WSOFT-Project/lantana) (πŸ‘¨β€πŸ’» 3 Β· πŸ“₯ 180 Β· πŸ“¦ 3 Β· πŸ“‹ 19 - 10% open Β· ⏱️ 27.12.2023) -- [PyPi](https://pypi.org/project/lantana) (πŸ“₯ 260 / month): +- [PyPi](https://pypi.org/project/lantana) (πŸ“₯ 270 / month): ``` pip install lantana ``` @@ -326,36 +326,36 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr theme: ivory ```
-
CustomMill - πŸ₯ˆ10 Β· ⭐ 12 Β· πŸ’€ Β· ❗Unlicensed Β·
Outstanding mkdocs theme with a focus on navigation, customization and usability.
+
KPN for MkDocs - πŸ₯ˆ10 Β· ⭐ 7 Β· MIT Β·
KPN theme for MkDocs | owner=flow.
- - + + -- [GitHub](https://github.com/Siphalor/mkdocs-custommill) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 6 Β· πŸ“¦ 16 Β· ⏱️ 10.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-custommill) (πŸ“₯ 1.4K / month): +- [GitHub](https://github.com/kpn/mkdocs-kpn-theme) (πŸ‘¨β€πŸ’» 3 Β· πŸ“¦ 3 Β· ⏱️ 25.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-kpn) (πŸ“₯ 600 / month): ``` - pip install mkdocs-custommill + pip install mkdocs-kpn ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: custommill + theme: kpn ```
-
KPN for MkDocs - πŸ₯ˆ10 Β· ⭐ 7 Β· MIT Β·
KPN theme for MkDocs | owner=flow.
+
CustomMill - πŸ₯‰9 Β· ⭐ 12 Β· πŸ’€ Β· ❗Unlicensed Β·
Outstanding mkdocs theme with a focus on navigation, customization and usability.
- - + + -- [GitHub](https://github.com/kpn/mkdocs-kpn-theme) (πŸ‘¨β€πŸ’» 3 Β· πŸ“¦ 3 Β· ⏱️ 25.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-kpn) (πŸ“₯ 440 / month): +- [GitHub](https://github.com/Siphalor/mkdocs-custommill) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 6 Β· πŸ“¦ 17 Β· ⏱️ 10.03.2022) +- [PyPi](https://pypi.org/project/mkdocs-custommill) (πŸ“₯ 620 / month): ``` - pip install mkdocs-kpn + pip install mkdocs-custommill ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#theme): ```yaml - theme: kpn + theme: custommill ```
Bootstrap 4 - πŸ₯‰9 Β· ⭐ 4 Β· MIT Β·
A vanilla Bootstrap 4 theme for MkDocs.
@@ -365,7 +365,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/LukeCarrier/mkdocs-theme-bootstrap4) (πŸ‘¨β€πŸ’» 3 Β· πŸ“¦ 3 Β· πŸ“‹ 5 - 20% open Β· ⏱️ 07.01.2023) -- [PyPi](https://pypi.org/project/mkdocs-theme-bootstrap4) (πŸ“₯ 78 / month): +- [PyPi](https://pypi.org/project/mkdocs-theme-bootstrap4) (πŸ“₯ 70 / month): ``` pip install mkdocs-theme-bootstrap4 ``` @@ -380,14 +380,14 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - bootstrap4-tables ```
-
Zettelkasten - πŸ₯‰7 Β· ⭐ 4 Β· MIT Β·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
+
Zettelkasten - πŸ₯‰8 Β· ⭐ 4 Β· 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) (πŸ‘¨β€πŸ’» 3 Β· πŸ“₯ 19 Β· πŸ“¦ 2 Β· πŸ“‹ 9 - 66% open Β· ⏱️ 10.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-zettelkasten) (πŸ“₯ 63 / month): +- [PyPi](https://pypi.org/project/mkdocs-zettelkasten) (πŸ“₯ 66 / month): ``` pip install mkdocs-zettelkasten ``` @@ -408,7 +408,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/swan-cern/mkdocs-swan) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 3 Β· ⏱️ 20.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-swan) (πŸ“₯ 53 / month): +- [PyPi](https://pypi.org/project/mkdocs-swan) (πŸ“₯ 71 / month): ``` pip install mkdocs-swan ``` @@ -424,7 +424,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/waylan/mkdocs-nature) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 39 Β· ⏱️ 14.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-nature) (πŸ“₯ 690 / month): +- [PyPi](https://pypi.org/project/mkdocs-nature) (πŸ“₯ 700 / month): ``` pip install mkdocs-nature ``` @@ -440,7 +440,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/unverbuggt/mkdocs-risonia-theme) (πŸ“¦ 2 Β· ⏱️ 01.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-risonia-theme) (πŸ“₯ 27 / month): +- [PyPi](https://pypi.org/project/mkdocs-risonia-theme) (πŸ“₯ 30 / month): ``` pip install mkdocs-risonia-theme ``` @@ -474,7 +474,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/byrnereese/mkdocs-moonstone) (πŸ”€ 1 Β· πŸ“¦ 8 Β· ⏱️ 15.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-moonstone) (πŸ“₯ 30 / month): +- [PyPi](https://pypi.org/project/mkdocs-moonstone) (πŸ“₯ 34 / month): ``` pip install mkdocs-moonstone ``` @@ -494,7 +494,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/kuri65536/mkdocs-theme-topdf) (πŸ”€ 1 Β· πŸ“¦ 2 Β· ⏱️ 26.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-theme-topdf) (πŸ“₯ 16 / month): +- [PyPi](https://pypi.org/project/mkdocs-theme-topdf) (πŸ“₯ 12 / month): ``` pip install mkdocs-theme-topdf ``` @@ -510,7 +510,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - [GitHub](https://github.com/g3xx/mkdocs-Github) (πŸ“¦ 8 Β· ⏱️ 25.02.2020) -- [PyPi](https://pypi.org/project/mkdocs-github) (πŸ“₯ 19 / month): +- [PyPi](https://pypi.org/project/mkdocs-github) (πŸ“₯ 12 / month): ``` pip install mkdocs-github ``` @@ -525,7 +525,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr -- [PyPi](https://pypi.org/project/mkdocs-cluster) (πŸ“₯ 180 / month): +- [PyPi](https://pypi.org/project/mkdocs-cluster) (πŸ“₯ 160 / month): ``` pip install mkdocs-cluster ``` @@ -544,8 +544,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocstrings - πŸ₯‡32 Β· ⭐ 1.5K Β· ISC Β·
Automatic documentation from sources, for MkDocs.
-- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 98 Β· πŸ“¦ 11K Β· πŸ“‹ 370 - 11% open Β· ⏱️ 14.11.2023) -- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 560K / month): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 100 Β· πŸ“¦ 11K Β· πŸ“‹ 370 - 11% open Β· ⏱️ 04.01.2024) +- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 570K / month): ``` pip install mkdocstrings ``` @@ -557,8 +557,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-click - πŸ₯‡20 Β· ⭐ 88 Β· Apache-2 Β·
An MkDocs extension to generate documentation for Click command line applications.
-- [GitHub](https://github.com/mkdocs/mkdocs-click) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 17 Β· πŸ“¦ 360 Β· πŸ“‹ 27 - 44% open Β· ⏱️ 04.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-click) (πŸ“₯ 36K / month): +- [GitHub](https://github.com/mkdocs/mkdocs-click) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 17 Β· πŸ“¦ 370 Β· πŸ“‹ 27 - 44% open Β· ⏱️ 04.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-click) (πŸ“₯ 35K / month): ``` pip install mkdocs-click ``` @@ -568,10 +568,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mkdocs-click ```
-
MkDocsOAD - πŸ₯ˆ17 Β· ⭐ 95 Β· MIT Β· Β·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
+
MkDocsOAD - πŸ₯ˆ17 Β· ⭐ 98 Β· 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) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 7 Β· πŸ“₯ 840 Β· πŸ“¦ 85 Β· πŸ“‹ 33 - 36% open Β· ⏱️ 24.12.2023) -- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (πŸ“₯ 45K / month): +- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 7 Β· πŸ“₯ 860 Β· πŸ“¦ 90 Β· πŸ“‹ 33 - 36% open Β· ⏱️ 24.12.2023) +- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (πŸ“₯ 53K / month): ``` pip install neoteroi-mkdocs ``` @@ -590,7 +590,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MkApi - πŸ₯ˆ17 Β· ⭐ 84 Β· MIT Β·
A documentation generation tool for MkDocs.
- [GitHub](https://github.com/daizutabi/mkapi) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 160 Β· πŸ“‹ 50 - 56% open Β· ⏱️ 13.12.2023) -- [PyPi](https://pypi.org/project/mkapi) (πŸ“₯ 3.2K / month): +- [PyPi](https://pypi.org/project/mkapi) (πŸ“₯ 3K / month): ``` pip install mkapi ``` @@ -600,10 +600,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mkapi ```
-
mkdoxy - πŸ₯ˆ16 Β· ⭐ 37 Β· πŸ“‰ Β· MIT Β·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
+
mkdoxy - πŸ₯ˆ17 Β· ⭐ 38 Β· πŸ“ˆ Β· MIT Β·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..
- [GitHub](https://github.com/JakubAndrysek/MkDoxy) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 12 Β· πŸ“¦ 7 Β· πŸ“‹ 41 - 9% open Β· ⏱️ 09.11.2023) -- [PyPi](https://pypi.org/project/mkdoxy) (πŸ“₯ 1.1K / month): +- [PyPi](https://pypi.org/project/mkdoxy) (πŸ“₯ 1.2K / month): ``` pip install mkdoxy ``` @@ -613,10 +613,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mkdoxy ```
-
mkdocs-typer - πŸ₯‰11 Β· ⭐ 21 Β· Apache-2 Β·
An MkDocs extension to generate documentation for Typer command line applications.
+
mkdocs-typer - πŸ₯‰12 Β· ⭐ 21 Β· Apache-2 Β·
An MkDocs extension to generate documentation for Typer command line applications.
- [GitHub](https://github.com/bruce-szalwinski/mkdocs-typer) (πŸ”€ 1 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 21.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-typer) (πŸ“₯ 7.7K / month): +- [PyPi](https://pypi.org/project/mkdocs-typer) (πŸ“₯ 8.4K / month): ``` pip install mkdocs-typer ``` @@ -629,7 +629,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
automacdoc - πŸ₯‰8 Β· ⭐ 41 Β· πŸ’€ Β· MIT
Automatic generation of documentation for mkdocs.
- [GitHub](https://github.com/AlexandreKempf/automacdoc) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 10 Β· πŸ“¦ 5 Β· πŸ“‹ 5 - 80% open Β· ⏱️ 29.12.2020) -- [PyPi](https://pypi.org/project/automacdoc) (πŸ“₯ 57 / month): +- [PyPi](https://pypi.org/project/automacdoc) (πŸ“₯ 60 / month): ``` pip install automacdoc ``` @@ -652,7 +652,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mktheapidocs - πŸ₯‰12 Β· ⭐ 12 Β· πŸ’€ Β· MIT Β·
Numpydocs - mkdocs friendly markdown.
- [GitHub](https://github.com/greenape/mktheapidocs) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 3 Β· πŸ“¦ 36 Β· πŸ“‹ 16 - 62% open Β· ⏱️ 10.06.2022) -- [PyPi](https://pypi.org/project/mktheapidocs) (πŸ“₯ 230 / month): +- [PyPi](https://pypi.org/project/mktheapidocs) (πŸ“₯ 180 / month): ``` pip install mktheapidocs ``` @@ -662,23 +662,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mktheapidocs ```
-
inari - πŸ₯‰7 Β· ⭐ 5 Β· πŸ’€ Β· MIT Β·
Write docstrings in markdown!.
- -- [GitHub](https://github.com/tkamenoko/inari) (πŸ“¦ 5 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 10.07.2021) -- [PyPi](https://pypi.org/project/inari) (πŸ“₯ 160 / month): - ``` - pip install inari - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - inari - ``` -
mkdocs-typedoc - πŸ₯‰7 Β· ⭐ 3 Β· 🐣 Β· MIT Β·
The Mkdocs-Typedoc Plugin is designed to integrate TypeDoc documentation with your MkDocs project.
- [GitHub](https://github.com/JakubAndrysek/mkdocs-typedoc) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· ⏱️ 21.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-typedoc) (πŸ“₯ 110 / month): +- [PyPi](https://pypi.org/project/mkdocs-typedoc) (πŸ“₯ 120 / month): ``` pip install mkdocs-typedoc ``` @@ -697,10 +684,23 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - doxygen ```
-
mkdocs-yaarg-plugin - πŸ₯‰2 Β· ⭐ 2 Β· πŸ’€ Β· ❗Unlicensed Β·
Yet Another API Reference Generator plugin for MKDocs.
+
inari - πŸ₯‰6 Β· ⭐ 5 Β· πŸ’€ Β· MIT Β·
Write docstrings in markdown!.
+ +- [GitHub](https://github.com/tkamenoko/inari) (πŸ“¦ 5 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 10.07.2021) +- [PyPi](https://pypi.org/project/inari) (πŸ“₯ 140 / month): + ``` + pip install inari + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - inari + ``` +
+
mkdocs-yaarg-plugin - πŸ₯‰1 Β· ⭐ 2 Β· πŸ’€ Β· ❗Unlicensed Β·
Yet Another API Reference Generator plugin for MKDocs.
- [GitHub](https://github.com/g6123/mkdocs-yaarg-plugin) (⏱️ 14.03.2021) -- [PyPi](https://pypi.org/project/mkdocs-yaarg-plugin) (πŸ“₯ 22 / month): +- [PyPi](https://pypi.org/project/mkdocs-yaarg-plugin) (πŸ“₯ 13 / month): ``` pip install mkdocs-yaarg-plugin ``` @@ -719,8 +719,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
rss - πŸ₯‡24 Β· ⭐ 55 Β· 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) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 16 Β· πŸ“₯ 41 Β· πŸ“¦ 360 Β· πŸ“‹ 37 - 35% open Β· ⏱️ 03.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (πŸ“₯ 25K / month): +- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 17 Β· πŸ“₯ 41 Β· πŸ“¦ 380 Β· πŸ“‹ 37 - 35% open Β· ⏱️ 11.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (πŸ“₯ 26K / month): ``` pip install mkdocs-rss-plugin ``` @@ -733,7 +733,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-blogging-plugin - πŸ₯ˆ17 Β· ⭐ 81 Β· MIT Β·
Add blogging feature to your MkDocs site.
- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“₯ 11 Β· πŸ“¦ 150 Β· πŸ“‹ 40 - 10% open Β· ⏱️ 21.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (πŸ“₯ 4.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (πŸ“₯ 3.7K / month): ``` pip install mkdocs-blogging-plugin ``` @@ -743,10 +743,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - blogging ```
-
newsletter - πŸ₯ˆ13 Β· ⭐ 21 Β· ❗️GPL-3.0 Β·
Automatically create newsletters from the changes in a mkdocs repository.
+
newsletter - πŸ₯ˆ12 Β· ⭐ 21 Β· πŸ“‰ Β· ❗️GPL-3.0 Β·
Automatically create newsletters from the changes in a mkdocs repository.
- [GitHub](https://github.com/lyz-code/mkdocs-newsletter) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 29 Β· πŸ“‹ 9 - 22% open Β· ⏱️ 23.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-newsletter) (πŸ“₯ 1.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-newsletter) (πŸ“₯ 1K / month): ``` pip install mkdocs-newsletter ``` @@ -758,9 +758,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Show 3 hidden projects... -
Blogs for MkDocs - πŸ₯‰12 Β· ⭐ 15 Β· πŸ’€ Β· MIT Β·
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
+
Blogs for MkDocs - πŸ₯ˆ12 Β· ⭐ 15 Β· πŸ’€ Β· MIT Β·
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
-- [GitHub](https://github.com/fmaida/mkdocs-blog-plugin) (πŸ”€ 4 Β· πŸ“¦ 90 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 13.04.2020) +- [GitHub](https://github.com/fmaida/mkdocs-blog-plugin) (πŸ”€ 4 Β· πŸ“¦ 91 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 13.04.2020) - [PyPi](https://pypi.org/project/mkdocs-blog-plugin) (πŸ“₯ 1.8K / month): ``` pip install mkdocs-blog-plugin @@ -774,7 +774,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
python-mkblog - πŸ₯‰3 Β· ⭐ 2 Β· πŸ’€ Β· 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) (πŸ“₯ 48 / month): +- [PyPi](https://pypi.org/project/mkblog) (πŸ“₯ 47 / month): ``` pip install mkblog ``` @@ -803,7 +803,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
plantuml-markdown - πŸ₯‡25 Β· ⭐ 180 Β· BSD-2 Β·
PlantUML plugin for Python-Markdown.
- [GitHub](https://github.com/mikitex70/plantuml-markdown) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 51 Β· πŸ“¦ 1.1K Β· πŸ“‹ 62 - 1% open Β· ⏱️ 30.07.2023) -- [PyPi](https://pypi.org/project/plantuml-markdown) (πŸ“₯ 200K / month): +- [PyPi](https://pypi.org/project/plantuml-markdown) (πŸ“₯ 210K / month): ``` pip install plantuml-markdown ``` @@ -813,7 +813,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - plantuml_markdown ```
-
mermaid2 - πŸ₯‡23 Β· ⭐ 180 Β· πŸ“ˆ Β· MIT Β·
A Mermaid graphs plugin for mkdocs.
+
mermaid2 - πŸ₯‡23 Β· ⭐ 180 Β· MIT Β·
A Mermaid graphs plugin for mkdocs.
- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 21 Β· πŸ“¦ 1.7K Β· πŸ“‹ 62 - 6% open Β· ⏱️ 26.09.2023) - [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (πŸ“₯ 140K / month): @@ -826,10 +826,23 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mermaid2 ```
-
table-reader - πŸ₯‡20 Β· ⭐ 92 Β· MIT Β·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..
+
MkDocs GLightbox - πŸ₯‡20 Β· ⭐ 87 Β· MIT Β·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
+ +- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 9 Β· πŸ“₯ 24 Β· πŸ“¦ 2.1K Β· πŸ“‹ 25 - 24% open Β· ⏱️ 30.12.2023) +- [PyPi](https://pypi.org/project/mkdocs-glightbox) (πŸ“₯ 130K / month): + ``` + pip install mkdocs-glightbox + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - glightbox + ``` +
+
table-reader - πŸ₯ˆ19 Β· ⭐ 93 Β· πŸ“‰ Β· 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) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 14 Β· πŸ“¦ 520 Β· πŸ“‹ 38 - 5% open Β· ⏱️ 15.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (πŸ“₯ 40K / month): +- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (πŸ“₯ 46K / month): ``` pip install mkdocs-table-reader-plugin ``` @@ -839,23 +852,23 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - table-reader ```
-
MkDocs GLightbox - πŸ₯‡20 Β· ⭐ 87 Β· MIT Β·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
+
kroki - πŸ₯ˆ18 Β· ⭐ 33 Β· πŸ“ˆ Β· MIT Β·
MkDocs plugin for Kroki-Diagrams.
-- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 9 Β· πŸ“₯ 24 Β· πŸ“¦ 2K Β· πŸ“‹ 25 - 24% open Β· ⏱️ 30.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-glightbox) (πŸ“₯ 120K / month): +- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 24 Β· πŸ“¦ 30 Β· πŸ“‹ 20 - 25% open Β· ⏱️ 07.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (πŸ“₯ 15K / month): ``` - pip install mkdocs-glightbox + pip install mkdocs-kroki-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - glightbox + - kroki ```
Markdown blockdiag - πŸ₯ˆ18 Β· ⭐ 25 Β· MIT Β·
blockdiag extension for Python Markdown.
- [GitHub](https://github.com/gisce/markdown-blockdiag) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“¦ 99 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 22.11.2023) -- [PyPi](https://pypi.org/project/markdown-blockdiag) (πŸ“₯ 2.3K / month): +- [PyPi](https://pypi.org/project/markdown-blockdiag) (πŸ“₯ 2.2K / month): ``` pip install markdown-blockdiag ``` @@ -867,8 +880,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
charts - πŸ₯ˆ17 Β· ⭐ 63 Β· MIT Β·
Mkdocs plugin to add vegalite charts to your pages.
-- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 49 Β· πŸ“‹ 19 - 15% open Β· ⏱️ 25.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (πŸ“₯ 4K / month): +- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 50 Β· πŸ“‹ 19 - 15% open Β· ⏱️ 25.09.2023) +- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (πŸ“₯ 3.9K / month): ``` pip install mkdocs-charts-plugin ``` @@ -880,8 +893,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MkDocs Video - πŸ₯ˆ16 Β· ⭐ 65 Β· MIT Β·
MkDocs Video plugin.
-- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 12 Β· πŸ“₯ 41 Β· πŸ“¦ 550 Β· πŸ“‹ 17 - 35% open Β· ⏱️ 17.03.2023) -- [PyPi](https://pypi.org/project/mkdocs-video) (πŸ“₯ 30K / month): +- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 12 Β· πŸ“₯ 41 Β· πŸ“¦ 550 Β· ⏱️ 04.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-video) (πŸ“₯ 29K / month): ``` pip install mkdocs-video ``` @@ -893,8 +906,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
drawio-exporter - πŸ₯ˆ16 Β· ⭐ 63 Β· MIT Β·
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
-- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 3 Β· πŸ“¦ 62 Β· πŸ“‹ 25 - 24% open Β· ⏱️ 07.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (πŸ“₯ 7K / month): +- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 3 Β· πŸ“¦ 63 Β· πŸ“‹ 25 - 24% open Β· ⏱️ 07.06.2023) +- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (πŸ“₯ 6.9K / month): ``` pip install mkdocs-drawio-exporter ``` @@ -907,7 +920,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
build-plantuml - πŸ₯ˆ16 Β· ⭐ 49 Β· MIT Β·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
- [GitHub](https://github.com/quantorconsulting/mkdocs_build_plantuml) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“¦ 96 Β· πŸ“‹ 20 - 5% open Β· ⏱️ 19.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (πŸ“₯ 37K / month): +- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (πŸ“₯ 35K / month): ``` pip install mkdocs-build-plantuml-plugin ``` @@ -917,20 +930,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - build_plantuml ```
-
kroki - πŸ₯ˆ16 Β· ⭐ 33 Β· MIT Β·
MkDocs plugin for Kroki-Diagrams.
- -- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 24 Β· πŸ“¦ 29 Β· πŸ“‹ 20 - 45% open Β· ⏱️ 31.03.2023) -- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (πŸ“₯ 14K / month): - ``` - pip install mkdocs-kroki-plugin - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - kroki - ``` -
-
Lightgallery - πŸ₯ˆ13 Β· ⭐ 25 Β· MIT Β·
Markdown extension to wrap images in a lightbox.
+
Lightgallery - πŸ₯ˆ14 Β· ⭐ 25 Β· πŸ“ˆ Β· MIT Β·
Markdown extension to wrap images in a lightbox.
- [GitHub](https://github.com/g-provost/lightgallery-markdown) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 4 Β· πŸ“¦ 89 Β· πŸ“‹ 11 - 54% open Β· ⏱️ 07.10.2023) - [PyPi](https://pypi.org/project/lightgallery) (πŸ“₯ 1.8K / month): @@ -945,8 +945,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdownmermaid - πŸ₯‰12 Β· ⭐ 26 Β· πŸ’€ Β· MIT Β·
A MkDocs plugin that support mermaid graph in markdown file.
-- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 15 Β· πŸ“¦ 74 Β· πŸ“‹ 6 - 33% open Β· ⏱️ 26.05.2019) -- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (πŸ“₯ 5.5K / month): +- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 15 Β· πŸ“¦ 75 Β· πŸ“‹ 6 - 33% open Β· ⏱️ 26.05.2019) +- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (πŸ“₯ 6.1K / month): ``` pip install mkdocs-mermaid-plugin ``` @@ -993,7 +993,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-d2-plugin - πŸ₯‰11 Β· ⭐ 5 Β· 🐣 Β· MIT Β·
A plugin for embedding D2 diagrams in MkDocs.
- [GitHub](https://github.com/landmaj/mkdocs-d2-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 2 Β· ⏱️ 03.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-d2-plugin) (πŸ“₯ 630 / month): +- [PyPi](https://pypi.org/project/mkdocs-d2-plugin) (πŸ“₯ 890 / month): ``` pip install mkdocs-d2-plugin ``` @@ -1006,7 +1006,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-captions - πŸ₯‰10 Β· ⭐ 8 Β· ❗️GPL-3.0 Β·
Python-Markdown plugin for image captions.
- [GitHub](https://github.com/Evidlo/markdown_captions) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 4 Β· πŸ“¦ 130 Β· πŸ“‹ 7 - 14% open Β· ⏱️ 24.05.2023) -- [PyPi](https://pypi.org/project/markdown-captions) (πŸ“₯ 2.5K / month): +- [PyPi](https://pypi.org/project/markdown-captions) (πŸ“₯ 2.2K / month): ``` pip install markdown-captions ``` @@ -1019,7 +1019,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MkDocs Img2Fig Plugin - πŸ₯‰9 Β· ⭐ 18 Β· πŸ’€ Β· MIT Β·
A MkDocs plugin that converts markdown encoded images into figure elements.
- [GitHub](https://github.com/stuebersystems/mkdocs-img2fig-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 7 Β· πŸ“¦ 110 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 14.07.2020) -- [PyPi](https://pypi.org/project/mkdocs-img2fig-plugin) (πŸ“₯ 1.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-img2fig-plugin) (πŸ“₯ 1.1K / month): ``` pip install mkdocs-img2fig-plugin ``` @@ -1044,8 +1044,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdownwavedrom - πŸ₯‰6 Β· ⭐ 9 Β· πŸ’€ Β· MPL-2.0 Β·
A MkDocs plugin for support wavedrom charts in markdown file.
-- [GitHub](https://github.com/kuri65536/mkdocs-wavedrom-plugin) (πŸ”€ 2 Β· πŸ“¦ 8 Β· πŸ“‹ 3 - 33% open Β· ⏱️ 26.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-wavedrom-plugin) (πŸ“₯ 140 / month): +- [GitHub](https://github.com/kuri65536/mkdocs-wavedrom-plugin) (πŸ”€ 2 Β· πŸ“¦ 9 Β· πŸ“‹ 3 - 33% open Β· ⏱️ 26.06.2021) +- [PyPi](https://pypi.org/project/mkdocs-wavedrom-plugin) (πŸ“₯ 150 / month): ``` pip install mkdocs-wavedrom-plugin ``` @@ -1058,7 +1058,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-resize-images - πŸ₯‰6 Β· ⭐ 1 Β· MIT Β·
MkDocs plugin to resize images according to the configuration.
- [GitHub](https://github.com/JakubAndrysek/mkdocs-resize-images) (πŸ“¦ 3 Β· ⏱️ 04.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-resize-images) (πŸ“₯ 110 / month): +- [PyPi](https://pypi.org/project/mkdocs-resize-images) (πŸ“₯ 140 / month): ``` pip install mkdocs-resize-images ``` @@ -1070,8 +1070,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
plotly charts - πŸ₯‰5 Β· ⭐ 7 Β· MIT Β·
Mkdocs plugin to add interactive charts with Plotly.js.
-- [GitHub](https://github.com/haoda-li/mkdocs-plotly-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 6 Β· ⏱️ 25.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-plotly-plugin) (πŸ“₯ 460 / month): +- [GitHub](https://github.com/haoda-li/mkdocs-plotly-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 7 Β· ⏱️ 25.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-plotly-plugin) (πŸ“₯ 380 / month): ``` pip install mkdocs-plotly-plugin ``` @@ -1084,7 +1084,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Markdown aafigure - πŸ₯‰5 Β· ⭐ 4 Β· πŸ’€ Β· MIT Β·
aafigure extension for Python Markdown.
- [GitHub](https://github.com/mbarkhau/markdown-aafigure) (πŸ“‹ 3 - 33% open Β· ⏱️ 30.04.2021) -- [PyPi](https://pypi.org/project/markdown-aafigure) (πŸ“₯ 43 / month): +- [PyPi](https://pypi.org/project/markdown-aafigure) (πŸ“₯ 34 / month): ``` pip install markdown-aafigure ``` @@ -1097,7 +1097,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-figcap - πŸ₯‰5 Β· ⭐ 1 Β· πŸ’€ Β· BSD-3 Β·
Extension for Python-Markdown to handle figure and figcaption.
- [GitHub](https://github.com/funk1d/markdown-figcap) (πŸ“¦ 3 Β· ⏱️ 09.03.2019) -- [PyPi](https://pypi.org/project/markdown-figcap) (πŸ“₯ 28 / month): +- [PyPi](https://pypi.org/project/markdown-figcap) (πŸ“₯ 37 / month): ``` pip install markdown-figcap ``` @@ -1107,10 +1107,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - markdown_figcap ```
-
image-formatter-plugin - πŸ₯‰5 Β· ⭐ 1 Β· 🐣 Β· ❗Unlicensed Β· +
image-formatter-plugin - πŸ₯‰4 Β· ⭐ 1 Β· 🐣 Β· ❗Unlicensed Β· - [GitHub](https://github.com/ASypula/mkdocs-image-formatter-plugin) (πŸ‘¨β€πŸ’» 7 Β· ⏱️ 06.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-image-formatter-plugin) (πŸ“₯ 150 / month): +- [PyPi](https://pypi.org/project/mkdocs-image-formatter-plugin) (πŸ“₯ 25 / month): ``` pip install mkdocs-image-formatter-plugin ``` @@ -1132,7 +1132,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
import-statement - πŸ₯‰3 Β· ⭐ 2 Β· MIT Β· - [GitHub](https://github.com/Rj40x40/mkdocs-import-statement-plugin) (⏱️ 06.02.2023) -- [PyPi](https://pypi.org/project/mkdocs-import-statement-plugin) (πŸ“₯ 53 / month): +- [PyPi](https://pypi.org/project/mkdocs-import-statement-plugin) (πŸ“₯ 49 / month): ``` pip install mkdocs-import-statement-plugin ``` @@ -1155,7 +1155,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
macros - πŸ₯‡28 Β· ⭐ 260 Β· 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) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 41 Β· πŸ“¦ 2.7K Β· πŸ“‹ 100 - 3% open Β· ⏱️ 28.11.2023) +- [GitHub](https://github.com/fralau/mkdocs-macros-plugin) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 41 Β· πŸ“¦ 2.8K Β· πŸ“‹ 100 - 3% open Β· ⏱️ 10.01.2024) - [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (πŸ“₯ 190K / month): ``` pip install mkdocs-macros-plugin @@ -1166,9 +1166,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - macros ```
-
mkdocs-jupyter - πŸ₯‡23 Β· ⭐ 300 Β· πŸ“‰ Β· Apache-2 Β·
Use Jupyter Notebook in mkdocs.
+
mkdocs-jupyter - πŸ₯‡22 Β· ⭐ 310 Β· πŸ“‰ Β· Apache-2 Β·
Use Jupyter Notebook in mkdocs.
-- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 35 Β· πŸ“¦ 1.8K Β· πŸ“‹ 110 - 14% open Β· ⏱️ 15.10.2023) +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 34 Β· πŸ“¦ 1.8K Β· πŸ“‹ 110 - 14% open Β· ⏱️ 15.10.2023) - [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 130K / month): ``` pip install mkdocs-jupyter @@ -1194,7 +1194,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
gen-files - πŸ₯ˆ20 Β· ⭐ 77 Β· MIT Β·
MkDocs plugin to programmatically generate documentation pages during the build.
-- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 7 Β· πŸ“¦ 1.7K Β· πŸ“‹ 22 - 18% open Β· ⏱️ 24.11.2023) +- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 7 Β· πŸ“¦ 1.8K Β· πŸ“‹ 22 - 18% open Β· ⏱️ 24.11.2023) - [PyPi](https://pypi.org/project/mkdocs-gen-files) (πŸ“₯ 110K / month): ``` pip install mkdocs-gen-files @@ -1208,7 +1208,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdownextradata - πŸ₯ˆ20 Β· ⭐ 71 Β· πŸ’€ Β· MIT Β·
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 17 Β· πŸ“¦ 970 Β· πŸ“‹ 32 - 18% open Β· ⏱️ 15.12.2021) -- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (πŸ“₯ 33K / month): +- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (πŸ“₯ 32K / month): ``` pip install mkdocs-markdownextradata-plugin ``` @@ -1218,9 +1218,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - markdownextradata ```
-
markdown-exec - πŸ₯ˆ16 Β· ⭐ 57 Β· ISC Β·
Utilities to execute code blocks in Markdown files.
+
markdown-exec - πŸ₯ˆ19 Β· ⭐ 57 Β· πŸ“ˆ Β· ISC Β·
Utilities to execute code blocks in Markdown files.
-- [GitHub](https://github.com/pawamoy/markdown-exec) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 4 Β· πŸ“¦ 160 Β· πŸ“‹ 28 - 42% open Β· ⏱️ 17.10.2023) +- [GitHub](https://github.com/pawamoy/markdown-exec) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 4 Β· πŸ“¦ 170 Β· πŸ“‹ 28 - 35% open Β· ⏱️ 05.01.2024) - [PyPi](https://pypi.org/project/markdown-exec) (πŸ“₯ 11K / month): ``` pip install markdown-exec @@ -1231,10 +1231,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - markdown-exec ```
-
mkdocs-markmap - πŸ₯ˆ16 Β· ⭐ 36 Β· πŸ“‰ Β· MIT Β·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
+
mkdocs-markmap - πŸ₯ˆ16 Β· ⭐ 36 Β· MIT Β·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
- [GitHub](https://github.com/markmap/mkdocs-markmap) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 5 Β· πŸ“₯ 160 Β· πŸ“‹ 24 - 4% open Β· ⏱️ 05.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-markmap) (πŸ“₯ 1.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-markmap) (πŸ“₯ 1.5K / month): ``` pip install mkdocs-markmap ``` @@ -1247,7 +1247,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Termynal - πŸ₯‰14 Β· ⭐ 63 Β· MIT Β·
Python markdown terminal. Built for mkdocs.
- [GitHub](https://github.com/mkdocs-plugins/termynal) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 8 Β· πŸ“¦ 120 Β· πŸ“‹ 13 - 46% open Β· ⏱️ 25.11.2023) -- [PyPi](https://pypi.org/project/termynal) (πŸ“₯ 2.7K / month): +- [PyPi](https://pypi.org/project/termynal) (πŸ“₯ 2.4K / month): ``` pip install termynal ``` @@ -1260,7 +1260,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Entangled - πŸ₯‰7 Β· Apache-2 Β·
An MkDocs plugin that lets you do Literate Programming through Entangled.
- [GitHub](https://github.com/entangled/mkdocs-plugin) (πŸ“¦ 6 Β· ⏱️ 14.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-entangled-plugin) (πŸ“₯ 80 / month): +- [PyPi](https://pypi.org/project/mkdocs-entangled-plugin) (πŸ“₯ 100 / month): ``` pip install mkdocs-entangled-plugin ``` @@ -1273,7 +1273,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
codeyaml - πŸ₯‰5 Β· πŸ’€ Β· MIT Β·
Allows for more than one yaml config in mkdocs.
- [GitHub](https://github.com/textileio/mkdocs-codeyaml-plugin) (πŸ”€ 1 Β· ⏱️ 30.04.2019) -- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (πŸ“₯ 22 / month): +- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (πŸ“₯ 27 / month): ``` pip install mkdocs-codeyaml-plugin ``` @@ -1301,7 +1301,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
user-defined-values - πŸ₯‰12 Β· ⭐ 4 Β· πŸ’€ Β· MIT Β·
MkDocs User Defined Values.
- [GitHub](https://github.com/rahult/mkdocs-user-defined-values) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“₯ 10 Β· πŸ“¦ 11 Β· ⏱️ 10.07.2022) -- [PyPi](https://pypi.org/project/mkdocs-user-defined-values) (πŸ“₯ 470 / month): +- [PyPi](https://pypi.org/project/mkdocs-user-defined-values) (πŸ“₯ 460 / month): ``` pip install mkdocs-user-defined-values ``` @@ -1314,7 +1314,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkjsfiddle - πŸ₯‰7 Β· ⭐ 4 Β· MIT Β·
An MkDocs plugin that lets you edit code fences in JSFiddle.
- [GitHub](https://github.com/stadiamaps/mkjsfiddle) (⏱️ 07.06.2023) -- [PyPi](https://pypi.org/project/mkjsfiddle) (πŸ“₯ 60 / month): +- [PyPi](https://pypi.org/project/mkjsfiddle) (πŸ“₯ 51 / month): ``` pip install mkjsfiddle ``` @@ -1327,7 +1327,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-filter - πŸ₯‰7 Β· ⭐ 2 Β· πŸ’€ Β· MIT Β·
Adds a markdown template filter to the jinja templating environment in mkdocs.
- [GitHub](https://github.com/byrnereese/mkdocs-markdown-filter) (πŸ“¦ 20 Β· ⏱️ 06.02.2019) -- [PyPi](https://pypi.org/project/mkdocs-markdown-filter) (πŸ“₯ 300 / month): +- [PyPi](https://pypi.org/project/mkdocs-markdown-filter) (πŸ“₯ 220 / month): ``` pip install mkdocs-markdown-filter ``` @@ -1340,7 +1340,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
meta-manager - πŸ₯‰7 Β· ⭐ 1 Β· MIT Β·
MkDocs plugin for managing meta tags across folders and files.
- [GitHub](https://github.com/timmeinerzhagen/mkdocs-meta-manager) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 1 Β· πŸ“¦ 3 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 24.03.2023) -- [PyPi](https://pypi.org/project/mkdocs-meta-manager) (πŸ“₯ 380 / month): +- [PyPi](https://pypi.org/project/mkdocs-meta-manager) (πŸ“₯ 330 / month): ``` pip install mkdocs-meta-manager ``` @@ -1350,10 +1350,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - meta-manager ```
-
nbconvert - πŸ₯‰5 Β· ⭐ 6 Β· BSD-2 Β·
A MkDocs plug-in provides a source parser for *.ipynb files.
+
nbconvert - πŸ₯‰6 Β· ⭐ 6 Β· BSD-2 Β·
A MkDocs plug-in provides a source parser for *.ipynb files.
- [GitHub](https://github.com/tanbro/mkdocs-nbconvert) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 1 Β· πŸ“¦ 2 Β· ⏱️ 29.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-nbconvert) (πŸ“₯ 59 / month): +- [PyPi](https://pypi.org/project/mkdocs-nbconvert) (πŸ“₯ 82 / month): ``` pip install mkdocs-nbconvert ``` @@ -1375,7 +1375,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs_protobuf - πŸ₯‰4 Β· ⭐ 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) (πŸ“₯ 100 / month): +- [PyPi](https://pypi.org/project/mkdocs-protobuf) (πŸ“₯ 130 / month): ``` pip install mkdocs-protobuf ``` @@ -1392,10 +1392,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr Back to top -
git-revision-date-localized - πŸ₯‡29 Β· ⭐ 150 Β· πŸ“ˆ Β· MIT Β·
MkDocs plugin to add a last updated date to your site pages.
+
git-revision-date-localized - πŸ₯‡29 Β· ⭐ 150 Β· MIT Β·
MkDocs plugin to add a last updated date to your site pages.
-- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 30 Β· πŸ“¦ 5.5K Β· πŸ“‹ 80 - 13% open Β· ⏱️ 18.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (πŸ“₯ 230K / month): +- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 30 Β· πŸ“¦ 5.6K Β· πŸ“‹ 80 - 13% open Β· ⏱️ 18.12.2023) +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (πŸ“₯ 240K / month): ``` pip install mkdocs-git-revision-date-localized-plugin ``` @@ -1405,10 +1405,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - git-revision-date-localized ```
-
git-committers-2 - πŸ₯ˆ22 Β· ⭐ 27 Β· MIT Β·
An MkDocs plugin to create a list of contributors on the page.
+
git-committers-2 - πŸ₯ˆ22 Β· ⭐ 28 Β· MIT Β·
An MkDocs plugin to create a list of contributors on the page.
-- [GitHub](https://github.com/ojacques/mkdocs-git-committers-plugin-2) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 13 Β· πŸ“¦ 350 Β· πŸ“‹ 27 - 22% open Β· ⏱️ 04.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin-2) (πŸ“₯ 13K / month): +- [GitHub](https://github.com/ojacques/mkdocs-git-committers-plugin-2) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 13 Β· πŸ“¦ 360 Β· πŸ“‹ 27 - 14% open Β· ⏱️ 07.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin-2) (πŸ“₯ 14K / month): ``` pip install mkdocs-git-committers-plugin-2 ``` @@ -1418,10 +1418,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - git-committers ```
-
git-authors - πŸ₯ˆ20 Β· ⭐ 56 Β· MIT Β·
MkDocs plugin to display git authors of a page.
+
git-authors - πŸ₯ˆ20 Β· ⭐ 57 Β· MIT Β·
MkDocs plugin to display git authors of a page.
-- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 14 Β· πŸ“¦ 600 Β· πŸ“‹ 50 - 18% open Β· ⏱️ 04.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-git-authors-plugin) (πŸ“₯ 42K / month): +- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 14 Β· πŸ“¦ 610 Β· πŸ“‹ 50 - 18% open Β· ⏱️ 04.07.2023) +- [PyPi](https://pypi.org/project/mkdocs-git-authors-plugin) (πŸ“₯ 40K / month): ``` pip install mkdocs-git-authors-plugin ``` @@ -1434,7 +1434,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
git-revision-date - πŸ₯ˆ19 Β· ⭐ 55 Β· πŸ’€ Β· MIT Β·
MkDocs plugin for setting revision date from git per markdown file.
- [GitHub](https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 9 Β· πŸ“¦ 1.7K Β· πŸ“‹ 14 - 35% open Β· ⏱️ 08.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (πŸ“₯ 38K / month): +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (πŸ“₯ 40K / month): ``` pip install mkdocs-git-revision-date-plugin ``` @@ -1444,10 +1444,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - git-revision-date ```
-
git-committers - πŸ₯‰15 Β· ⭐ 28 Β· MIT Β·
A mkdocs plugin for displaying the last commit and a list of a files contributors.
+
git-committers - πŸ₯‰15 Β· ⭐ 29 Β· 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) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 7 Β· πŸ“¦ 160 Β· ⏱️ 06.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (πŸ“₯ 5.4K / month): +- [GitHub](https://github.com/byrnereese/mkdocs-git-committers-plugin) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 8 Β· πŸ“¦ 160 Β· ⏱️ 06.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (πŸ“₯ 5.2K / month): ``` pip install mkdocs-git-committers-plugin ``` @@ -1457,38 +1457,38 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - git-committers ```
-
mkdocs-git-latest-changes-plugin - πŸ₯‰11 Β· 🐣 Β· MIT Β·
MkDocs plugin that allows you to display a list of recently modified pages from the Git log.
+
git-latest-release - πŸ₯‰5 Β· πŸ’€ Β· ❗️GPL-3.0 Β·
Plugin for MKDocs to inject the latest release tag from git into markdown.
-- [GitHub](https://github.com/tombreit/mkdocs-git-latest-changes-plugin) (πŸ“‹ 4 - 50% open Β· ⏱️ 20.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-git-latest-changes-plugin) (πŸ“₯ 260 / month): +- [GitHub](https://github.com/agarthetiger/mkdocs_latest_release_plugin) (πŸ‘¨β€πŸ’» 3 Β· ⏱️ 29.12.2019) +- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (πŸ“₯ 580 / month): ``` - pip install mkdocs-git-latest-changes-plugin + pip install mkdocs-latest-release-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - git-latest-changes + - git-latest-release ```
-
git-latest-release - πŸ₯‰5 Β· πŸ’€ Β· ❗️GPL-3.0 Β·
Plugin for MKDocs to inject the latest release tag from git into markdown.
+
Show 4 hidden projects... -- [GitHub](https://github.com/agarthetiger/mkdocs_latest_release_plugin) (πŸ‘¨β€πŸ’» 3 Β· ⏱️ 29.12.2019) -- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (πŸ“₯ 550 / month): +
mkdocs-git-latest-changes-plugin - πŸ₯‰10 Β· ⭐ 1 Β· 🐣 Β· 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) (πŸ”€ 1 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 11.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-git-latest-changes-plugin) (πŸ“₯ 240 / month): ``` - pip install mkdocs-latest-release-plugin + pip install mkdocs-git-latest-changes-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - git-latest-release + - git-latest-changes ```
-
Show 2 hidden projects... -
Github-Links - πŸ₯‰9 Β· ⭐ 8 Β· ❗Unlicensed Β·
Python-Markdown GitHub Links Extension.
- [GitHub](https://github.com/Python-Markdown/github-links) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 9 Β· ⏱️ 22.12.2023) -- [PyPi](https://pypi.org/project/mdx-gh-links) (πŸ“₯ 7.1K / month): +- [PyPi](https://pypi.org/project/mdx-gh-links) (πŸ“₯ 6.1K / month): ``` pip install mdx-gh-links ``` @@ -1498,10 +1498,23 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mdx_gh_links ```
+
Github Releaase Changelog - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· 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) (πŸ“₯ 230 / month): + ``` + pip install mkdocs-github-changelog + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - mkdocs_github_changelog + ``` +
branchcustomization - πŸ₯‰6 Β· ⭐ 2 Β· πŸ’€ Β· MIT Β·
Customize MkDocs options on a per-branch basis.
- [GitHub](https://github.com/effigies/mkdocs-branchcustomization-plugin) (πŸ“¦ 15 Β· ⏱️ 17.04.2022) -- [PyPi](https://pypi.org/project/mkdocs-branchcustomization-plugin) (πŸ“₯ 92 / month): +- [PyPi](https://pypi.org/project/mkdocs-branchcustomization-plugin) (πŸ“₯ 140 / month): ``` pip install mkdocs-branchcustomization-plugin ``` @@ -1520,7 +1533,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
minify - πŸ₯‡23 Β· ⭐ 110 Β· 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) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 14 Β· πŸ“¦ 6.8K Β· πŸ“‹ 16 - 25% open Β· ⏱️ 14.12.2023) +- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 14 Β· πŸ“¦ 6.9K Β· πŸ“‹ 16 - 25% open Β· ⏱️ 14.12.2023) - [PyPi](https://pypi.org/project/mkdocs-minify-plugin) (πŸ“₯ 140K / month): ``` pip install mkdocs-minify-plugin @@ -1534,7 +1547,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
enumerate-headings - πŸ₯ˆ18 Β· ⭐ 36 Β· MIT Β·
MkDocs Plugin to enumerate the headings across site pages.
- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 6 Β· πŸ“¦ 170 Β· πŸ“‹ 30 - 6% open Β· ⏱️ 27.05.2023) -- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (πŸ“₯ 5.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (πŸ“₯ 5.7K / month): ``` pip install mkdocs-enumerate-headings-plugin ``` @@ -1548,8 +1561,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
minify-html - πŸ₯ˆ15 Β· ⭐ 1 Β· 🐣 Β· 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) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 10 Β· ⏱️ 04.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-minify-html-plugin) (πŸ“₯ 4K / month): +- [GitHub](https://github.com/monosans/mkdocs-minify-html-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 10 Β· ⏱️ 10.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-minify-html-plugin) (πŸ“₯ 4.1K / month): ``` pip install mkdocs-minify-html-plugin ``` @@ -1562,7 +1575,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
add-number - πŸ₯ˆ10 Β· ⭐ 13 Β· πŸ’€ Β· MIT Β·
MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.
- [GitHub](https://github.com/ignorantshr/mkdocs-add-number-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“¦ 30 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 11.06.2020) -- [PyPi](https://pypi.org/project/mkdocs-add-number-plugin) (πŸ“₯ 900 / month): +- [PyPi](https://pypi.org/project/mkdocs-add-number-plugin) (πŸ“₯ 960 / month): ``` pip install mkdocs-add-number-plugin ``` @@ -1575,7 +1588,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs_safe_text - πŸ₯‰9 Β· ⭐ 3 Β· BSD-2 Β·
Plugin for safe text editing with MKDocs.
- [GitHub](https://github.com/raimon49/mkdocs-safe-text-plugin) (πŸ‘¨β€πŸ’» 2 Β· ⏱️ 20.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-safe-text-plugin) (πŸ“₯ 160 / month): +- [PyPi](https://pypi.org/project/mkdocs-safe-text-plugin) (πŸ“₯ 170 / month): ``` pip install mkdocs-safe-text-plugin ``` @@ -1587,8 +1600,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-extra-sass-plugin - πŸ₯‰9 Β· ⭐ 2 Β· πŸ’€ Β· MIT Β·
Adds stylesheets to your mkdocs site from Sass/SCSS.
-- [GitHub](https://github.com/orzih/mkdocs-extra-sass-plugin) (πŸ”€ 2 Β· πŸ“¦ 12 Β· ⏱️ 13.02.2021) -- [PyPi](https://pypi.org/project/mkdocs-extra-sass-plugin) (πŸ“₯ 2.9K / month): +- [GitHub](https://github.com/orzih/mkdocs-extra-sass-plugin) (πŸ”€ 2 Β· πŸ“¦ 15 Β· ⏱️ 13.02.2021) +- [PyPi](https://pypi.org/project/mkdocs-extra-sass-plugin) (πŸ“₯ 2.7K / month): ``` pip install mkdocs-extra-sass-plugin ``` @@ -1601,7 +1614,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
bootstrap-tables - πŸ₯‰8 Β· ⭐ 11 Β· πŸ’€ Β· MIT Β·
A MkDocs plugin to add bootstrap classes to plan markdown generated tables.
- [GitHub](https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin) (πŸ”€ 2 Β· πŸ“¦ 68 Β· ⏱️ 27.03.2020) -- [PyPi](https://pypi.org/project/mkdocs-bootstrap-tables-plugin) (πŸ“₯ 820 / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap-tables-plugin) (πŸ“₯ 720 / month): ``` pip install mkdocs-bootstrap-tables-plugin ``` @@ -1611,10 +1624,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - bootstrap-tables ```
-
mkdocs-add-teaser - πŸ₯‰8 Β· ⭐ 4 Β· πŸ’€ Β· MIT Β·
An MkDocs plugin to customize the first paragraph of your pages, and to use it as the pages meta description.
+
mkdocs-add-teaser - πŸ₯‰7 Β· ⭐ 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) (πŸ”€ 1 Β· πŸ“¦ 1 Β· ⏱️ 08.11.2022) -- [PyPi](https://pypi.org/project/mkdocs-add-teaser) (πŸ“₯ 180 / month): +- [PyPi](https://pypi.org/project/mkdocs-add-teaser) (πŸ“₯ 110 / month): ``` pip install mkdocs-add-teaser ``` @@ -1627,7 +1640,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
toggle-sidebar - πŸ₯‰3 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
Toggle the navigation and/or TOC sidebars on your MkDocs site.
- [GitHub](https://github.com/six-two/mkdocs-toggle-sidebar-plugin) (⏱️ 23.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-toggle-sidebar-plugin) (πŸ“₯ 54 / month): +- [PyPi](https://pypi.org/project/mkdocs-toggle-sidebar-plugin) (πŸ“₯ 67 / month): ``` pip install mkdocs-toggle-sidebar-plugin ``` @@ -1655,8 +1668,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MkDocs Swagger UI Tag - πŸ₯‡17 Β· ⭐ 51 Β· MIT Β·
A MkDocs plugin supports for add Swagger UI in page.
-- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 5 Β· πŸ“₯ 26 Β· πŸ“¦ 85 Β· πŸ“‹ 15 - 33% open Β· ⏱️ 18.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (πŸ“₯ 14K / month): +- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 5 Β· πŸ“₯ 26 Β· πŸ“¦ 86 Β· πŸ“‹ 15 - 33% open Β· ⏱️ 18.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (πŸ“₯ 13K / month): ``` pip install mkdocs-swagger-ui-tag ``` @@ -1666,7 +1679,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - swagger-ui-tag ```
-
mkdocs-render-swagger-plugin - πŸ₯ˆ16 Β· ⭐ 61 Β· MIT Β·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.
+
mkdocs-render-swagger-plugin - πŸ₯ˆ15 Β· ⭐ 61 Β· πŸ“‰ Β· MIT Β·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.
- [GitHub](https://github.com/bharel/mkdocs-render-swagger-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 9 Β· πŸ“‹ 15 - 20% open Β· ⏱️ 07.10.2023) - [PyPi](https://pypi.org/project/mkdocs-render-swagger-plugin) (πŸ“₯ 35K / month): @@ -1688,7 +1701,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - swagger ```
-
Show 3 hidden projects... +
Show 4 hidden projects...
mkdocs-coverage - πŸ₯ˆ15 Β· ⭐ 12 Β· ISC Β·
MkDocs plugin to integrate your coverage HTML report into your site.
@@ -1703,14 +1716,27 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - coverage ```
-
MkDocs Backend for Foliant - πŸ₯‰11 Β· ⭐ 3 Β· πŸ’€ Β· MIT
MkDocs backend for Foliant.
+
MkDocs Backend for Foliant - πŸ₯‰12 Β· ⭐ 3 Β· πŸ’€ Β· MIT
MkDocs backend for Foliant.
- [GitHub](https://github.com/foliant-docs/foliantcontrib.mkdocs) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 3 Β· πŸ“¦ 29 Β· ⏱️ 12.12.2022) -- [PyPi](https://pypi.org/project/foliantcontrib.mkdocs) (πŸ“₯ 140 / month): +- [PyPi](https://pypi.org/project/foliantcontrib.mkdocs) (πŸ“₯ 160 / month): ``` pip install foliantcontrib.mkdocs ```
+
MkDocs Dependency License Information - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· 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) (πŸ“₯ 220 / month): + ``` + pip install mkdocs-licenseinfo + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - mkdocs_licenseinfo + ``` +
factsheet - πŸ₯‰5 Β· ⭐ 2 Β· 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) @@ -1727,10 +1753,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr Back to top -
static-i18n - πŸ₯‡22 Β· ⭐ 180 Β· MIT Β·
MkDocs i18n plugin using static translation markdown files.
+
static-i18n - πŸ₯‡22 Β· ⭐ 190 Β· MIT Β·
MkDocs i18n plugin using static translation markdown files.
-- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 890 Β· πŸ“‹ 130 - 9% open Β· ⏱️ 22.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (πŸ“₯ 26K / month): +- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 900 Β· πŸ“‹ 130 - 9% open Β· ⏱️ 22.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (πŸ“₯ 24K / month): ``` pip install mkdocs-static-i18n ``` @@ -1745,7 +1771,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-mdpo - πŸ₯‰12 Β· ⭐ 5 Β· BSD-3 Β·
Mkdocs translation plugin using PO files.
- [GitHub](https://github.com/mondeja/mkdocs-mdpo-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“₯ 150 Β· πŸ“‹ 36 - 33% open Β· ⏱️ 03.01.2023) -- [PyPi](https://pypi.org/project/mkdocs-mdpo-plugin) (πŸ“₯ 220 / month): +- [PyPi](https://pypi.org/project/mkdocs-mdpo-plugin) (πŸ“₯ 190 / month): ``` pip install mkdocs-mdpo-plugin ``` @@ -1762,9 +1788,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr Back to top -
mkdocs-redirects - πŸ₯‡22 Β· ⭐ 130 Β· πŸ“‰ Β· MIT Β·
Open source plugin for Mkdocs page redirects.
+
mkdocs-redirects - πŸ₯‡22 Β· ⭐ 140 Β· MIT Β·
Open source plugin for Mkdocs page redirects.
-- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 18 Β· πŸ“¦ 2.8K Β· πŸ“‹ 29 - 37% open Β· ⏱️ 04.11.2023) +- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 18 Β· πŸ“¦ 2.9K Β· πŸ“‹ 29 - 37% open Β· ⏱️ 04.11.2023) - [PyPi](https://pypi.org/project/mkdocs-redirects) (πŸ“₯ 120K / month): ``` pip install mkdocs-redirects @@ -1778,7 +1804,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
htmlproofer - πŸ₯‡19 Β· ⭐ 35 Β· MIT Β·
A MkDocs plugin that validates URL in rendered html files.
- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 11 Β· πŸ“¦ 320 Β· πŸ“‹ 27 - 11% open Β· ⏱️ 18.08.2023) -- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (πŸ“₯ 30K / month): +- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (πŸ“₯ 26K / month): ``` pip install mkdocs-htmlproofer-plugin ``` @@ -1790,8 +1816,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
autolinks - πŸ₯‡18 Β· ⭐ 72 Β· MIT Β·
An MkDocs plugin that automagically generates relative links between markdown pages.
-- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 15 Β· πŸ“¦ 340 Β· πŸ“‹ 16 - 43% open Β· ⏱️ 04.08.2023) -- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (πŸ“₯ 29K / month): +- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 15 Β· πŸ“¦ 350 Β· πŸ“‹ 16 - 43% open Β· ⏱️ 04.08.2023) +- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (πŸ“₯ 28K / month): ``` pip install mkdocs-autolinks-plugin ``` @@ -1801,9 +1827,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - autolinks ```
-
autorefs - πŸ₯ˆ16 Β· ⭐ 29 Β· ISC Β·
Automatically link across pages in MkDocs.
+
autorefs - πŸ₯ˆ16 Β· ⭐ 30 Β· ISC Β·
Automatically link across pages in MkDocs.
-- [GitHub](https://github.com/mkdocstrings/autorefs) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 3 Β· πŸ“‹ 13 - 53% open Β· ⏱️ 02.08.2023) +- [GitHub](https://github.com/mkdocstrings/autorefs) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 3 Β· πŸ“‹ 14 - 57% open Β· ⏱️ 02.08.2023) - [PyPi](https://pypi.org/project/mkdocs-autorefs) (πŸ“₯ 580K / month): ``` pip install mkdocs-autorefs @@ -1817,7 +1843,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
ezlinks - πŸ₯ˆ14 Β· ⭐ 30 Β· πŸ’€ Β· MIT Β·
Plugin for mkdocs which enables easier linking between pages.
- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (πŸ”€ 12 Β· πŸ“₯ 130 Β· πŸ“¦ 87 Β· πŸ“‹ 24 - 41% open Β· ⏱️ 24.01.2022) -- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (πŸ“₯ 2.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (πŸ“₯ 1.8K / month): ``` pip install mkdocs-ezlinks-plugin ``` @@ -1830,7 +1856,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
roamlinks - πŸ₯ˆ11 Β· ⭐ 44 Β· MIT Β·
An MkDocs plugin that automagically generates relative links between markdown pages.
- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· ⏱️ 08.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (πŸ“₯ 7.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (πŸ“₯ 7.8K / month): ``` pip install mkdocs-roamlinks-plugin ``` @@ -1842,7 +1868,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Show 15 hidden projects... -
Autolink References - πŸ₯ˆ13 Β· ⭐ 14 Β· πŸ“ˆ Β· MIT Β·
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
+
Autolink References - πŸ₯ˆ13 Β· ⭐ 14 Β· MIT Β·
mkdocs plugin to provides GitHub like autolink references in Mkdocs.
- [GitHub](https://github.com/theskumar/autolink-references-mkdocs-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 7 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 28.12.2023) - [PyPi](https://pypi.org/project/autolink-references-mkdocs-plugin) (πŸ“₯ 4.2K / month): @@ -1857,8 +1883,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-open-in-new-tab - πŸ₯ˆ11 Β· ⭐ 13 Β· MIT Β·
This plugin adds JS to open outgoing links and PDFs in a new tab.
-- [GitHub](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) (πŸ”€ 1 Β· πŸ“¦ 82 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 24.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-open-in-new-tab) (πŸ“₯ 5.9K / month): +- [GitHub](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) (πŸ”€ 1 Β· πŸ“¦ 84 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 24.10.2023) +- [PyPi](https://pypi.org/project/mkdocs-open-in-new-tab) (πŸ“₯ 6K / month): ``` pip install mkdocs-open-in-new-tab ``` @@ -1883,8 +1909,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-alias-plugin - πŸ₯‰10 Β· ⭐ 10 Β· MIT Β·
An MkDocs plugin allowing links to your pages using a custom alias.
-- [GitHub](https://github.com/EddyLuten/mkdocs-alias-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 10 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 23.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-alias-plugin) (πŸ“₯ 370 / month): +- [GitHub](https://github.com/EddyLuten/mkdocs-alias-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 11 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 23.06.2023) +- [PyPi](https://pypi.org/project/mkdocs-alias-plugin) (πŸ“₯ 310 / month): ``` pip install mkdocs-alias-plugin ``` @@ -1907,10 +1933,23 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - site-urls ```
+
tooltipster-links - πŸ₯‰9 Β· ⭐ 6 Β· πŸ’€ Β· MIT Β·
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.
+ +- [GitHub](https://github.com/zachhannum/mkdocs-tooltipster-links-plugin) (πŸ”€ 1 Β· πŸ“¦ 21 Β· ⏱️ 29.07.2020) +- [PyPi](https://pypi.org/project/mkdocs-tooltipster-links-plugin) (πŸ“₯ 150 / month): + ``` + pip install mkdocs-tooltipster-links-plugin + ``` +- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): + ```yaml + plugins: + - tooltipster-links + ``` +
link-marker - πŸ₯‰9 Β· ⭐ 4 Β· MIT Β·
MkDocs plugin for marking links e.g. external ones or mails.
- [GitHub](https://github.com/timmeinerzhagen/mkdocs-link-marker) (πŸ“¦ 3 Β· ⏱️ 07.02.2023) -- [PyPi](https://pypi.org/project/mkdocs-link-marker) (πŸ“₯ 270 / month): +- [PyPi](https://pypi.org/project/mkdocs-link-marker) (πŸ“₯ 250 / month): ``` pip install mkdocs-link-marker ``` @@ -1923,7 +1962,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Wikilink Plus - πŸ₯‰8 Β· ⭐ 14 Β· πŸ’€ Β· ❗Unlicensed Β·
A wikilink extension for Python Markdown.
- [GitHub](https://github.com/neurobin/mdx_wikilink_plus) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 3 Β· ⏱️ 26.07.2022) -- [PyPi](https://pypi.org/project/mdx-wikilink-plus) (πŸ“₯ 1.5K / month): +- [PyPi](https://pypi.org/project/mdx-wikilink-plus) (πŸ“₯ 1.4K / month): ``` pip install mdx-wikilink-plus ``` @@ -1933,23 +1972,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mdx_wikilink_plus ```
-
tooltipster-links - πŸ₯‰8 Β· ⭐ 6 Β· πŸ’€ Β· MIT Β·
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.
- -- [GitHub](https://github.com/zachhannum/mkdocs-tooltipster-links-plugin) (πŸ”€ 1 Β· πŸ“¦ 20 Β· ⏱️ 29.07.2020) -- [PyPi](https://pypi.org/project/mkdocs-tooltipster-links-plugin) (πŸ“₯ 150 / month): - ``` - pip install mkdocs-tooltipster-links-plugin - ``` -- Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): - ```yaml - plugins: - - tooltipster-links - ``` -
abs-to-rel - πŸ₯‰8 Β· ⭐ 3 Β· πŸ’€ Β· MIT Β·
MkDocs plugin for converting absolute links to relative ones.
- [GitHub](https://github.com/sander76/mkdocs-abs-rel-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 3 Β· πŸ“¦ 20 Β· ⏱️ 03.03.2020) -- [PyPi](https://pypi.org/project/mkdocs-abs-rel-plugin) (πŸ“₯ 770 / month): +- [PyPi](https://pypi.org/project/mkdocs-abs-rel-plugin) (πŸ“₯ 740 / month): ``` pip install mkdocs-abs-rel-plugin ``` @@ -1962,7 +1988,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
ezglossary - πŸ₯‰5 Β· ⭐ 2 Β· 🐣 Β· MIT Β·
Glossary support for mkdocs.
- [GitHub](https://github.com/realtimeprojects/mkdocs-ezglossary) (πŸ“‹ 4 - 25% open Β· ⏱️ 27.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-ezglossary-plugin) (πŸ“₯ 130 / month): +- [PyPi](https://pypi.org/project/mkdocs-ezglossary-plugin) (πŸ“₯ 99 / month): ``` pip install mkdocs-ezglossary-plugin ``` @@ -1975,7 +2001,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
webcontext - πŸ₯‰5 Β· ⭐ 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 Β· πŸ“₯ 5 Β· πŸ“¦ 4 Β· ⏱️ 25.05.2023) -- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (πŸ“₯ 65 / month): +- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (πŸ“₯ 59 / month): ``` pip install mkdocs-webcontext-plugin ``` @@ -2014,7 +2040,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Mkdocs-Addresses - πŸ₯‰3 Β· 🐣 Β· ❗Unlicensed Β·
Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..
-- [PyPi](https://pypi.org/project/mkdocs-addresses) (πŸ“₯ 41 / month): +- [PyPi](https://pypi.org/project/mkdocs-addresses) (πŸ“₯ 43 / month): ``` pip install mkdocs-addresses ``` @@ -2076,7 +2102,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Math extension - πŸ₯ˆ14 Β· ⭐ 120 Β· πŸ’€ Β· BSD-3 Β·
Math extension for Python-Markdown.
- [GitHub](https://github.com/mitya57/python-markdown-math) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 25 Β· πŸ“‹ 24 - 8% open Β· ⏱️ 12.08.2022) -- [PyPi](https://pypi.org/project/python-markdown-math) (πŸ“₯ 34K / month): +- [PyPi](https://pypi.org/project/python-markdown-math) (πŸ“₯ 35K / month): ``` pip install python-markdown-math ``` @@ -2101,8 +2127,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
YAML metadata - πŸ₯ˆ14 Β· ⭐ 20 Β· MIT Β·
YAML metadata extension for Python-Markdown.
-- [GitHub](https://github.com/sivakov512/python-markdown-full-yaml-metadata) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 4 Β· πŸ“¦ 73 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 02.01.2024) -- [PyPi](https://pypi.org/project/markdown-full-yaml-metadata) (πŸ“₯ 440 / month): +- [GitHub](https://github.com/sivakov512/python-markdown-full-yaml-metadata) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 4 Β· πŸ“¦ 73 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 06.01.2024) +- [PyPi](https://pypi.org/project/markdown-full-yaml-metadata) (πŸ“₯ 470 / month): ``` pip install markdown-full-yaml-metadata ``` @@ -2115,7 +2141,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Markdown Checklist - πŸ₯ˆ11 Β· ⭐ 75 Β· πŸ’€ Β· MIT Β·
Python Markdown extension for lists of tasks with checkboxes.
- [GitHub](https://github.com/FND/markdown-checklist) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 32 Β· πŸ“‹ 8 - 12% open Β· ⏱️ 29.07.2022) -- [PyPi](https://pypi.org/project/markdown-checklist) (πŸ“₯ 3.5K / month): +- [PyPi](https://pypi.org/project/markdown-checklist) (πŸ“₯ 3.7K / month): ``` pip install markdown-checklist ``` @@ -2127,10 +2153,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Show 21 hidden projects... -
markdown-callouts - πŸ₯‡17 Β· ⭐ 19 Β· MIT Β·
Markdown extension: a classier syntax for admonitions.
+
markdown-callouts - πŸ₯‡16 Β· ⭐ 19 Β· πŸ“‰ Β· MIT Β·
Markdown extension: a classier syntax for admonitions.
-- [GitHub](https://github.com/oprypin/markdown-callouts) (πŸ”€ 12 Β· πŸ“¦ 140 Β· πŸ“‹ 11 - 27% open Β· ⏱️ 24.11.2023) -- [PyPi](https://pypi.org/project/markdown-callouts) (πŸ“₯ 9K / month): +- [GitHub](https://github.com/oprypin/markdown-callouts) (πŸ”€ 12 Β· πŸ“¦ 150 Β· πŸ“‹ 11 - 27% open Β· ⏱️ 24.11.2023) +- [PyPi](https://pypi.org/project/markdown-callouts) (πŸ“₯ 7.3K / month): ``` pip install markdown-callouts ``` @@ -2142,8 +2168,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-callouts - πŸ₯‡15 Β· ⭐ 16 Β· MIT Β·
A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.
-- [GitHub](https://github.com/sondregronas/mkdocs-callouts) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 950 Β· ⏱️ 23.10.2023) -- [PyPi](https://pypi.org/project/mkdocs-callouts) (πŸ“₯ 6K / month): +- [GitHub](https://github.com/sondregronas/mkdocs-callouts) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 980 Β· ⏱️ 23.10.2023) +- [PyPi](https://pypi.org/project/mkdocs-callouts) (πŸ“₯ 5.9K / month): ``` pip install mkdocs-callouts ``` @@ -2153,9 +2179,9 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - callouts ```
-
Markdown Inline Graphviz - πŸ₯ˆ13 Β· ⭐ 4 Β· MIT Β·
Render inline graphs with Markdown and Graphviz.
+
Markdown Inline Graphviz - πŸ₯ˆ14 Β· ⭐ 4 Β· MIT Β·
Render inline graphs with Markdown and Graphviz.
-- [GitHub](https://github.com/cesaremorel/markdown-inline-graphviz) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 7 Β· ⏱️ 01.05.2023) +- [GitHub](https://github.com/cesaremorel/markdown-inline-graphviz) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 8 Β· ⏱️ 01.05.2023) - [PyPi](https://pypi.org/project/markdown-inline-graphviz-extension) (πŸ“₯ 100K / month): ``` pip install markdown-inline-graphviz-extension @@ -2169,7 +2195,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MarkdownSubscript - πŸ₯ˆ10 Β· ⭐ 3 Β· πŸ’€ Β· BSD-2 Β·
An extension to the Python Markdown package enabling subscript text.
- [GitHub](https://github.com/jambonrose/markdown_subscript_extension) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 54 Β· πŸ“‹ 5 - 40% open Β· ⏱️ 02.12.2018) -- [PyPi](https://pypi.org/project/MarkdownSubscript) (πŸ“₯ 120 / month): +- [PyPi](https://pypi.org/project/MarkdownSubscript) (πŸ“₯ 110 / month): ``` pip install MarkdownSubscript ``` @@ -2182,7 +2208,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
MarkdownSuperscript - πŸ₯ˆ10 Β· ⭐ 2 Β· πŸ’€ Β· BSD-2 Β·
An extension to the Python Markdown package enabling superscript text.
- [GitHub](https://github.com/jambonrose/markdown_superscript_extension) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 3 Β· πŸ“¦ 42 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 02.12.2018) -- [PyPi](https://pypi.org/project/MarkdownSuperscript) (πŸ“₯ 450 / month): +- [PyPi](https://pypi.org/project/MarkdownSuperscript) (πŸ“₯ 400 / month): ``` pip install MarkdownSuperscript ``` @@ -2219,7 +2245,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
python-asciimathml - πŸ₯‰7 Β· ⭐ 4 Β· πŸ’€ Β· ❗️GPL-3.0 Β·
python ASCIIMathML to Presentation MathML translator.
- [GitHub](https://github.com/ShadowKyogre/python-asciimathml) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 4 Β· ⏱️ 04.04.2017) -- [PyPi](https://pypi.org/project/asciimathml) (πŸ“₯ 39 / month): +- [PyPi](https://pypi.org/project/asciimathml) (πŸ“₯ 36 / month): ``` pip install asciimathml ``` @@ -2232,7 +2258,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-emdash - πŸ₯‰7 Β· ⭐ 3 Β· MIT Β·
Emdash extension for python-markdown.
- [GitHub](https://github.com/czue/markdown-emdash) (πŸ”€ 1 Β· πŸ“¦ 32 Β· ⏱️ 18.05.2023) -- [PyPi](https://pypi.org/project/markdown-emdash) (πŸ“₯ 130 / month): +- [PyPi](https://pypi.org/project/markdown-emdash) (πŸ“₯ 140 / month): ``` pip install markdown-emdash ``` @@ -2257,7 +2283,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-katex - πŸ₯‰6 Β· ⭐ 11 Β· πŸ’€ Β· ❗Unlicensed Β·
KaTeX extension for Python Markdown.
-- [PyPi](https://pypi.org/project/markdown-katex) (πŸ“₯ 2.3K / month): +- [PyPi](https://pypi.org/project/markdown-katex) (πŸ“₯ 2.1K / month): ``` pip install markdown-katex ``` @@ -2271,7 +2297,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-icons - πŸ₯‰6 Β· ⭐ 11 Β· πŸ’€ Β· ❗Unlicensed Β·
Easily display icon fonts in markdown.
- [GitHub](https://github.com/MadLittleMods/markdown-icons) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 11 Β· πŸ“‹ 7 - 42% open Β· ⏱️ 09.12.2018) -- [PyPi](https://pypi.org/project/markdown-iconfonts) (πŸ“₯ 18 / month): +- [PyPi](https://pypi.org/project/markdown-iconfonts) (πŸ“₯ 11 / month): ``` pip install markdown-iconfonts ``` @@ -2284,7 +2310,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
HEARTBEATS Flavored Markdown - πŸ₯‰5 Β· ⭐ 14 Β· πŸ’€ Β· ❗Unlicensed Β·
HEARTBEATS Flavored Markdown extension.
- [GitHub](https://github.com/heartbeatsjp/markdown-extension-hbfm) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· πŸ“¦ 8 Β· ⏱️ 01.03.2018) -- [PyPi](https://pypi.org/project/hbfm) (πŸ“₯ 250 / month): +- [PyPi](https://pypi.org/project/hbfm) (πŸ“₯ 200 / month): ``` pip install hbfm ``` @@ -2299,7 +2325,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
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) (πŸ“₯ 2.2K / month): +- [PyPi](https://pypi.org/project/markdown-grid-tables) (πŸ“₯ 1.8K / month): ``` pip install markdown-grid-tables ``` @@ -2313,7 +2339,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Tweetable quotes - πŸ₯‰4 Β· ⭐ 15 Β· πŸ’€ Β· MIT Β·
Python-Markdown extension to embed tweetable quotes into your blog posts.
- [GitHub](https://github.com/max-arnold/markdown-tweetable) (πŸ”€ 1 Β· πŸ“¦ 2 Β· ⏱️ 25.03.2019) -- [PyPi](https://pypi.org/project/markdown-tweetable) (πŸ“₯ 17 / month): +- [PyPi](https://pypi.org/project/markdown-tweetable) (πŸ“₯ 4 / month): ``` pip install markdown-tweetable ``` @@ -2326,7 +2352,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Cite Extension - πŸ₯‰4 Β· ⭐ 6 Β· πŸ’€ Β· ❗Unlicensed Β·
Python-Markdown extension to support the cite tag.
- [GitHub](https://github.com/aleray/mdx_cite) (πŸ”€ 3 Β· ⏱️ 21.04.2012) -- [PyPi](https://pypi.org/project/mdx-cite) (πŸ“₯ 11 / month): +- [PyPi](https://pypi.org/project/mdx-cite) (πŸ“₯ 7 / month): ``` pip install mdx-cite ``` @@ -2339,7 +2365,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
KBD Extension - πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€ Β· MIT Β·
KBD Extension for Python-Markdown.
- [GitHub](https://github.com/RickTalken/kbdextension) (πŸ“¦ 6 Β· ⏱️ 08.06.2020) -- [PyPi](https://pypi.org/project/kbdextension) (πŸ“₯ 98 / month): +- [PyPi](https://pypi.org/project/kbdextension) (πŸ“₯ 89 / month): ``` pip install kbdextension ``` @@ -2352,7 +2378,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown-del-ins - πŸ₯‰3 Β· ⭐ 12 Β· πŸ’€ Β· ❗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) (πŸ“₯ 390 / month): +- [PyPi](https://pypi.org/project/markdown-del-ins) (πŸ“₯ 380 / month): ``` pip install markdown-del-ins ``` @@ -2365,7 +2391,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
markdown_sub_sup - πŸ₯‰3 Β· ⭐ 1 Β· ❗️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) (πŸ“₯ 17 / month): +- [PyPi](https://pypi.org/project/markdown-sub-sup) (πŸ“₯ 16 / month): ``` pip install markdown-sub-sup ``` @@ -2378,7 +2404,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Semantic WikiLinks Extension - πŸ₯‰2 Β· ⭐ 8 Β· πŸ’€ Β· ❗Unlicensed Β·
Python-Markdown extension to add support for semantic (wiki)links (RDFa).
- [GitHub](https://github.com/aleray/mdx_semanticwikilinks) (πŸ”€ 1 Β· ⏱️ 15.08.2012) -- [PyPi](https://pypi.org/project/mdx-semanticwikilinks) (πŸ“₯ 12 / month): +- [PyPi](https://pypi.org/project/mdx-semanticwikilinks) (πŸ“₯ 8 / month): ``` pip install mdx-semanticwikilinks ``` @@ -2391,7 +2417,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Semantic Data Extension - πŸ₯‰2 Β· ⭐ 4 Β· πŸ’€ Β· ❗Unlicensed Β·
Python-Markdown extension to add support for semantic data (RDFa).
- [GitHub](https://github.com/aleray/mdx_semanticdata) (πŸ”€ 1 Β· ⏱️ 05.11.2012) -- [PyPi](https://pypi.org/project/mdx-semanticdata) (πŸ“₯ 13 / month): +- [PyPi](https://pypi.org/project/mdx-semanticdata) (πŸ“₯ 9 / month): ``` pip install mdx-semanticdata ``` @@ -2410,8 +2436,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
awesome-pages - πŸ₯‡24 Β· ⭐ 400 Β· MIT Β·
An MkDocs plugin that simplifies configuring page titles and their order.
-- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 30 Β· πŸ“¦ 3.6K Β· πŸ“‹ 75 - 21% open Β· ⏱️ 11.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (πŸ“₯ 160K / month): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 30 Β· πŸ“¦ 3.7K Β· πŸ“‹ 75 - 21% open Β· ⏱️ 11.11.2023) +- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (πŸ“₯ 150K / month): ``` pip install mkdocs-awesome-pages-plugin ``` @@ -2421,10 +2447,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - awesome-pages ```
-
encryptcontent - πŸ₯‡23 Β· ⭐ 99 Β· MIT Β·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
+
encryptcontent - πŸ₯‡23 Β· ⭐ 100 Β· MIT Β·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
-- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 13 Β· πŸ“₯ 81 Β· πŸ“¦ 950 Β· πŸ“‹ 52 - 1% open Β· ⏱️ 30.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (πŸ“₯ 7.6K / month): +- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 13 Β· πŸ“₯ 81 Β· πŸ“¦ 980 Β· πŸ“‹ 53 - 1% open Β· ⏱️ 10.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (πŸ“₯ 7.7K / month): ``` pip install mkdocs-encryptcontent-plugin ``` @@ -2450,7 +2476,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
section-index - πŸ₯ˆ21 Β· ⭐ 66 Β· MIT Β·
MkDocs plugin to allow clickable sections that lead to an index page.
- [GitHub](https://github.com/oprypin/mkdocs-section-index) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 7 Β· πŸ“¦ 1.3K Β· πŸ“‹ 17 - 23% open Β· ⏱️ 24.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-section-index) (πŸ“₯ 120K / month): +- [PyPi](https://pypi.org/project/mkdocs-section-index) (πŸ“₯ 110K / month): ``` pip install mkdocs-section-index ``` @@ -2476,7 +2502,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-gallery - πŸ₯ˆ18 Β· ⭐ 27 Β· 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/smarie/mkdocs-gallery) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 12 Β· πŸ“‹ 63 - 41% open Β· ⏱️ 21.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-gallery) (πŸ“₯ 880 / month): +- [PyPi](https://pypi.org/project/mkdocs-gallery) (πŸ“₯ 770 / month): ``` pip install mkdocs-gallery ``` @@ -2489,7 +2515,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
exclude - πŸ₯ˆ17 Β· ⭐ 82 Β· πŸ’€ Β· Apache-2 Β·
A mkdocs plugin that lets you exclude files or trees from your output.
- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (πŸ”€ 9 Β· πŸ“¦ 1.7K Β· πŸ“‹ 12 - 75% open Β· ⏱️ 20.02.2019) -- [PyPi](https://pypi.org/project/mkdocs-exclude) (πŸ“₯ 96K / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude) (πŸ“₯ 95K / month): ``` pip install mkdocs-exclude ``` @@ -2499,36 +2525,36 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - exclude ```
-
MkRefs - πŸ₯ˆ10 Β· ⭐ 27 Β· MIT Β·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
+
mkdocs-pagetree-plugin - πŸ₯ˆ11 Β· 🐣 Β· MIT Β·
MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.
-- [GitHub](https://github.com/DerwenAI/mkrefs) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 3 Β· ⏱️ 31.08.2023) -- [PyPi](https://pypi.org/project/mkrefs) (πŸ“₯ 46 / month): +- [GitHub](https://github.com/tombreit/mkdocs-pagetree-plugin) (πŸ“¦ 1 Β· πŸ“‹ 5 - 40% open Β· ⏱️ 08.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-pagetree-plugin) (πŸ“₯ 310 / month): ``` - pip install mkrefs + pip install mkdocs-pagetree-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkrefs + - pagetree ```
-
mkdocs-pagetree-plugin - πŸ₯ˆ10 Β· 🐣 Β· MIT Β·
MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.
+
MkRefs - πŸ₯‰10 Β· ⭐ 27 Β· MIT Β·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
-- [GitHub](https://github.com/tombreit/mkdocs-pagetree-plugin) (πŸ“¦ 1 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 22.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-pagetree-plugin) (πŸ“₯ 320 / month): +- [GitHub](https://github.com/DerwenAI/mkrefs) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 3 Β· ⏱️ 31.08.2023) +- [PyPi](https://pypi.org/project/mkrefs) (πŸ“₯ 44 / month): ``` - pip install mkdocs-pagetree-plugin + pip install mkrefs ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - pagetree + - mkrefs ```
include directory to navigation - πŸ₯‰8 Β· ⭐ 23 Β· πŸ’€ Β· ❗Unlicensed Β·
Simple MKDocs plugin than permit to fetch and replace directory in navigation.
-- [GitHub](https://github.com/mysiki/mkdocs_include_dir_to_nav) (πŸ”€ 1 Β· πŸ“₯ 8 Β· πŸ“‹ 3 - 33% open Β· ⏱️ 01.03.2022) -- [PyPi](https://pypi.org/project/mkdocs-include-dir-to-nav) (πŸ“₯ 56K / month): +- [GitHub](https://github.com/mysiki/mkdocs_include_dir_to_nav) (πŸ”€ 1 Β· πŸ“₯ 8 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 01.03.2022) +- [PyPi](https://pypi.org/project/mkdocs-include-dir-to-nav) (πŸ“₯ 59K / month): ``` pip install mkdocs-include-dir-to-nav ``` @@ -2541,7 +2567,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
select-files - πŸ₯‰5 Β· πŸ’€ Β· Apache-2 Β·
Filter pages for assignments.
- [GitHub](https://github.com/supcik/mkdocs-select-files) (πŸ“¦ 7 Β· ⏱️ 05.09.2019) -- [PyPi](https://pypi.org/project/mkdocs-select-files) (πŸ“₯ 16 / month): +- [PyPi](https://pypi.org/project/mkdocs-select-files) (πŸ“₯ 13 / month): ``` pip install mkdocs-select-files ``` @@ -2553,10 +2579,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Show 14 hidden projects... -
file-filter - πŸ₯ˆ12 Β· ⭐ 7 Β· MIT Β·
A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..
+
file-filter - πŸ₯ˆ13 Β· ⭐ 7 Β· 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 Β· πŸ”€ 2 Β· πŸ“₯ 33 Β· πŸ“¦ 3 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 14.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-file-filter-plugin) (πŸ“₯ 1.9K / month): +- [GitHub](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 2 Β· πŸ“₯ 33 Β· πŸ“¦ 3 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 11.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-file-filter-plugin) (πŸ“₯ 1.7K / month): ``` pip install mkdocs-file-filter-plugin ``` @@ -2569,7 +2595,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-nav-weight - πŸ₯ˆ12 Β· ⭐ 3 Β· MIT Β·
A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.
- [GitHub](https://github.com/shu307/mkdocs-nav-weight) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 8 Β· ⏱️ 17.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-nav-weight) (πŸ“₯ 1.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-nav-weight) (πŸ“₯ 1.9K / month): ``` pip install mkdocs-nav-weight ``` @@ -2579,10 +2605,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mkdocs-nav-weight ```
-
toc-sidebar - πŸ₯ˆ10 Β· ⭐ 4 Β· πŸ’€ Β· MIT Β·
An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme.
+
toc-sidebar - πŸ₯‰10 Β· ⭐ 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 Β· πŸ“¦ 30 Β· ⏱️ 11.01.2020) -- [PyPi](https://pypi.org/project/mkdocs-toc-sidebar-plugin) (πŸ“₯ 3.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-toc-sidebar-plugin) (πŸ“₯ 3.3K / month): ``` pip install mkdocs-toc-sidebar-plugin ``` @@ -2592,36 +2618,36 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - toc-sidebar ```
-
mkdocs-nav-enhancements - πŸ₯‰9 Β· ⭐ 3 Β· πŸ’€ Β· MIT Β·
WIP plugin for working with titles of pages in MkDocs.
+
mkdocs-categories-plugin - πŸ₯‰9 Β· ⭐ 11 Β· MIT Β·
An MkDocs plugin allowing for categorization of wiki pages.
-- [GitHub](https://github.com/Rylon/mkdocs-nav-enhancements) (πŸ“¦ 32 Β· ⏱️ 24.07.2019) -- [PyPi](https://pypi.org/project/mkdocs-nav-enhancements) (πŸ“₯ 2.5K / month): +- [GitHub](https://github.com/EddyLuten/mkdocs-categories-plugin) (πŸ“¦ 11 Β· ⏱️ 23.06.2023) +- [PyPi](https://pypi.org/project/mkdocs-categories-plugin) (πŸ“₯ 170 / month): ``` - pip install mkdocs-nav-enhancements + pip install mkdocs-categories-plugin ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - mkdocs-nav-enhancements + - categories ```
-
mkdocs-categories-plugin - πŸ₯‰8 Β· ⭐ 11 Β· MIT Β·
An MkDocs plugin allowing for categorization of wiki pages.
+
mkdocs-nav-enhancements - πŸ₯‰9 Β· ⭐ 3 Β· πŸ’€ Β· MIT Β·
WIP plugin for working with titles of pages in MkDocs.
-- [GitHub](https://github.com/EddyLuten/mkdocs-categories-plugin) (πŸ“¦ 11 Β· ⏱️ 23.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-categories-plugin) (πŸ“₯ 150 / month): +- [GitHub](https://github.com/Rylon/mkdocs-nav-enhancements) (πŸ“¦ 32 Β· ⏱️ 24.07.2019) +- [PyPi](https://pypi.org/project/mkdocs-nav-enhancements) (πŸ“₯ 2.4K / month): ``` - pip install mkdocs-categories-plugin + pip install mkdocs-nav-enhancements ``` - Add to [mkdocs.yml](https://www.mkdocs.org/user-guide/configuration/#plugins): ```yaml plugins: - - categories + - mkdocs-nav-enhancements ```
mkdocs-live-edit-plugin - πŸ₯‰7 Β· ⭐ 6 Β· MIT Β·
An MkDocs plugin that allows editing pages directly from the browser.
- [GitHub](https://github.com/EddyLuten/mkdocs-live-edit-plugin) (πŸ”€ 1 Β· πŸ“¦ 2 Β· ⏱️ 23.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-live-edit-plugin) (πŸ“₯ 55 / month): +- [PyPi](https://pypi.org/project/mkdocs-live-edit-plugin) (πŸ“₯ 58 / month): ``` pip install mkdocs-live-edit-plugin ``` @@ -2634,7 +2660,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
schema-reader - πŸ₯‰6 Β· ⭐ 3 Β· πŸ’€ Β· 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 Β· πŸ”€ 3 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 23.06.2021) -- [PyPi](https://pypi.org/project/mkdocs-schema-reader) (πŸ“₯ 510 / month): +- [PyPi](https://pypi.org/project/mkdocs-schema-reader) (πŸ“₯ 520 / month): ``` pip install mkdocs-schema-reader ``` @@ -2647,7 +2673,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
SWAN Gallery - πŸ₯‰5 Β· ⭐ 1 Β· ❗️AGPL-3.0 Β·
MkDocs plugin to generate a SWAN Gallery.
- [GitHub](https://github.com/swan-cern/mkdocs-swangallery) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 1 Β· ⏱️ 20.07.2023) -- [PyPi](https://pypi.org/project/mkdocs-swangallery) (πŸ“₯ 27 / month): +- [PyPi](https://pypi.org/project/mkdocs-swangallery) (πŸ“₯ 26 / month): ``` pip install mkdocs-swangallery ``` @@ -2669,7 +2695,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-copy - πŸ₯‰3 Β· ⭐ 4 Β· πŸ’€ Β· MIT Β·
A MkDocs plugin that lets you copy (and maybe transform) arbitrary doc files to the build.
- [GitHub](https://github.com/chikamichi/mkdocs-copy) (πŸ“₯ 5 Β· ⏱️ 21.09.2021) -- [PyPi](https://pypi.org/project/mkdocs-copy) (πŸ“₯ 18 / month): +- [PyPi](https://pypi.org/project/mkdocs-copy) (πŸ“₯ 15 / month): ``` pip install mkdocs-copy ``` @@ -2682,7 +2708,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-title-casing-plugin - πŸ₯‰3 Β· ⭐ 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) (⏱️ 02.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-title-casing-plugin) (πŸ“₯ 72 / month): +- [PyPi](https://pypi.org/project/mkdocs-title-casing-plugin) (πŸ“₯ 140 / month): ``` pip install mkdocs-title-casing-plugin ``` @@ -2713,7 +2739,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-pug - πŸ₯‰1 Β· πŸ’€ Β· ❗Unlicensed
Use pug templates with your mkdocs template.
- [GitHub](https://github.com/vzhong/mkdocs_pug) (⏱️ 20.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-pug) (πŸ“₯ 11 / month): +- [PyPi](https://pypi.org/project/mkdocs-pug) (πŸ“₯ 5 / month): ``` pip install mkdocs-pug ``` @@ -2728,7 +2754,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mktestdocs - πŸ₯‡15 Β· ⭐ 99 Β· Apache-2
Run pytest against markdown files/docstrings.
- [GitHub](https://github.com/koaning/mktestdocs) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 45 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 27.04.2023) -- [PyPi](https://pypi.org/project/mktestdocs) (πŸ“₯ 3K / month): +- [PyPi](https://pypi.org/project/mktestdocs) (πŸ“₯ 2.6K / month): ``` pip install mktestdocs ``` @@ -2738,7 +2764,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-spellcheck - πŸ₯ˆ13 Β· ⭐ 8 Β· ISC Β·
A spell checker plugin for MkDocs.
- [GitHub](https://github.com/pawamoy/mkdocs-spellcheck) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 31 Β· πŸ“‹ 15 - 46% open Β· ⏱️ 05.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-spellcheck) (πŸ“₯ 6.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-spellcheck) (πŸ“₯ 5.8K / month): ``` pip install mkdocs-spellcheck ``` @@ -2751,7 +2777,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Link Checker - πŸ₯‰9 Β· ⭐ 7 Β· πŸ’€ Β· MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.
- [GitHub](https://github.com/byrnereese/linkchecker-mkdocs) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 4 Β· ⏱️ 24.08.2021) -- [PyPi](https://pypi.org/project/mkdocs-linkcheck) (πŸ“₯ 1.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-linkcheck) (πŸ“₯ 1.4K / month): ``` pip install mkdocs-linkcheck ``` @@ -2759,7 +2785,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-code-validator - πŸ₯‰9 Β· ⭐ 1 Β· MIT Β·
Checks Markdown code blocks in a MkDocs site against user-defined actions.
- [GitHub](https://github.com/oprypin/mkdocs-code-validator) (πŸ“¦ 13 Β· ⏱️ 24.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-code-validator) (πŸ“₯ 350 / month): +- [PyPi](https://pypi.org/project/mkdocs-code-validator) (πŸ“₯ 340 / month): ``` pip install mkdocs-code-validator ``` @@ -2772,7 +2798,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-codecheck - πŸ₯‰5 Β· ⭐ 2 Β· πŸ’€ Β· 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) (πŸ“₯ 12 / month): +- [PyPi](https://pypi.org/project/mkdocs-codecheck) (πŸ“₯ 14 / month): ``` pip install mkdocs-codecheck ``` @@ -2787,7 +2813,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
exclude-search - πŸ₯‡19 Β· ⭐ 27 Β· MIT Β·
A mkdocs plugin that excludes selected chapters from the docs search index.
- [GitHub](https://github.com/chrieke/mkdocs-exclude-search) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 2 Β· πŸ“₯ 8 Β· πŸ“¦ 310 Β· ⏱️ 04.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-exclude-search) (πŸ“₯ 14K / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude-search) (πŸ“₯ 13K / month): ``` pip install mkdocs-exclude-search ``` @@ -2813,7 +2839,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
tags - πŸ₯‰9 Β· ⭐ 41 Β· πŸ’€ Β· MIT Β·
Processes tags in yaml metadata.
- [GitHub](https://github.com/jldiaz/mkdocs-plugin-tags) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 19 Β· πŸ“‹ 14 - 42% open Β· ⏱️ 02.09.2021) -- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (πŸ“₯ 290 / month): +- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (πŸ“₯ 340 / month): ``` pip install mkdocs-plugin-tags ``` @@ -2826,7 +2852,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
extract listings - πŸ₯‰6 Β· 🐣 Β· MIT Β·
Generate a page with all listings and/or a search page for listings.
- [GitHub](https://github.com/six-two/mkdocs-extract-listings-plugin) (⏱️ 12.11.2023) -- [PyPi](https://pypi.org/project/mkdocs-extract-listings-plugin) (πŸ“₯ 68 / month): +- [PyPi](https://pypi.org/project/mkdocs-extract-listings-plugin) (πŸ“₯ 50 / month): ``` pip install mkdocs-extract-listings-plugin ``` @@ -2845,7 +2871,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-with-pdf - πŸ₯‡22 Β· ⭐ 280 Β· πŸ’€ Β· MIT Β·
Generate a single PDF file from MkDocs repository.
- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 68 Β· πŸ“¦ 450 Β· πŸ“‹ 99 - 55% open Β· ⏱️ 14.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (πŸ“₯ 25K / month): +- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (πŸ“₯ 24K / month): ``` pip install mkdocs-with-pdf ``` @@ -2857,8 +2883,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
pdf-export - πŸ₯‡21 Β· ⭐ 300 Β· πŸ’€ Β· MIT Β·
An MkDocs plugin to export content pages as PDF files.
-- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 43 Β· πŸ“¦ 610 Β· πŸ“‹ 87 - 47% open Β· ⏱️ 05.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (πŸ“₯ 16K / month): +- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 43 Β· πŸ“¦ 620 Β· πŸ“‹ 87 - 47% open Β· ⏱️ 05.10.2021) +- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (πŸ“₯ 15K / month): ``` pip install mkdocs-pdf-export-plugin ``` @@ -2883,8 +2909,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkpdfs - πŸ₯ˆ16 Β· ⭐ 99 Β· πŸ’€ Β· ❗️GPL-3.0 Β·
Converts your mkdocs documentation in PDF, to be shared with users.
-- [GitHub](https://github.com/comwes/mkpdfs-mkdocs-plugin) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“₯ 34 Β· πŸ“¦ 51 Β· πŸ“‹ 38 - 31% open Β· ⏱️ 11.08.2021) -- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (πŸ“₯ 590 / month): +- [GitHub](https://github.com/comwes/mkpdfs-mkdocs-plugin) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“₯ 34 Β· πŸ“¦ 51 Β· πŸ“‹ 39 - 30% open Β· ⏱️ 11.08.2021) +- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (πŸ“₯ 600 / month): ``` pip install mkpdfs-mkdocs ``` @@ -2897,7 +2923,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
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 Β· πŸ“¦ 49 Β· πŸ“‹ 23 - 56% open Β· ⏱️ 14.03.2016) -- [PyPi](https://pypi.org/project/mkdocs-pandoc) (πŸ“₯ 180 / month): +- [PyPi](https://pypi.org/project/mkdocs-pandoc) (πŸ“₯ 190 / month): ``` pip install mkdocs-pandoc ``` @@ -2905,7 +2931,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-exporter - πŸ₯ˆ14 Β· ⭐ 42 Β· MIT Β·
A plugin for MkDocs that exports your pages as PDF documents.
- [GitHub](https://github.com/adrienbrignon/mkdocs-exporter) (πŸ‘¨β€πŸ’» 2 Β· πŸ“‹ 14 - 14% open Β· ⏱️ 04.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-exporter) (πŸ“₯ 1.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-exporter) (πŸ“₯ 1.1K / month): ``` pip install mkdocs-exporter ``` @@ -2922,7 +2948,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
pdf-with-js - πŸ₯‰11 Β· ⭐ 5 Β· πŸ’€ Β· 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 Β· πŸ”€ 2 Β· πŸ“¦ 11 Β· ⏱️ 23.07.2021) -- [PyPi](https://pypi.org/project/mkdocs-pdf-with-js-plugin) (πŸ“₯ 920 / month): +- [PyPi](https://pypi.org/project/mkdocs-pdf-with-js-plugin) (πŸ“₯ 1.1K / month): ``` pip install mkdocs-pdf-with-js-plugin ``` @@ -2935,7 +2961,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mk2pdf-export - πŸ₯‰6 Β· ⭐ 7 Β· πŸ’€ Β· 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 Β· πŸ“¦ 1 Β· ⏱️ 11.09.2020) -- [PyPi](https://pypi.org/project/mkdocs-mk2pdf-plugin) (πŸ“₯ 54 / month): +- [PyPi](https://pypi.org/project/mkdocs-mk2pdf-plugin) (πŸ“₯ 49 / month): ``` pip install mkdocs-mk2pdf-plugin ``` @@ -2974,7 +3000,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
helm - πŸ₯‰2 Β· ⭐ 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) (πŸ“₯ 10 / month): +- [PyPi](https://pypi.org/project/mkdocs-helm) (πŸ“₯ 7 / month): ``` pip install mkdocs-helm ``` @@ -3006,8 +3032,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
monorepo - πŸ₯‡23 Β· ⭐ 290 Β· Apache-2 Β·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
-- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 69 Β· πŸ“¦ 360 Β· πŸ“‹ 57 - 47% open Β· ⏱️ 04.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (πŸ“₯ 170K / month): +- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 70 Β· πŸ“¦ 360 Β· πŸ“‹ 59 - 49% open Β· ⏱️ 04.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (πŸ“₯ 180K / month): ``` pip install mkdocs-monorepo-plugin ``` @@ -3017,10 +3043,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - monorepo ```
-
mkdocs-multirepo-plugin - πŸ₯ˆ22 Β· ⭐ 97 Β· MIT Β·
Build documentation in multiple repos into one site.
+
mkdocs-multirepo-plugin - πŸ₯ˆ22 Β· ⭐ 99 Β· MIT Β·
Build documentation in multiple repos into one site.
-- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 36 Β· πŸ“¦ 92 Β· πŸ“‹ 85 - 45% open Β· ⏱️ 06.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (πŸ“₯ 38K / month): +- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 36 Β· πŸ“¦ 93 Β· πŸ“‹ 86 - 45% open Β· ⏱️ 06.12.2023) +- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (πŸ“₯ 37K / month): ``` pip install mkdocs-multirepo-plugin ``` @@ -3032,8 +3058,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
simple - πŸ₯ˆ21 Β· ⭐ 38 Β· Apache-2 Β·
Build documentation files inside your code into a MkDocs site.
-- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 11 Β· πŸ“¦ 45 Β· ⏱️ 22.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (πŸ“₯ 17K / month): +- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 11 Β· πŸ“¦ 46 Β· ⏱️ 22.12.2023) +- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (πŸ“₯ 13K / month): ``` pip install mkdocs-simple-plugin ``` @@ -3046,7 +3072,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-versioning - πŸ₯ˆ17 Β· ⭐ 40 Β· πŸ’€ Β· MIT Β·
A tool that allows for versioning sites built with mkdocs.
- [GitHub](https://github.com/zayd62/mkdocs-versioning) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 6 Β· πŸ“¦ 66 Β· πŸ“‹ 25 - 12% open Β· ⏱️ 01.08.2021) -- [PyPi](https://pypi.org/project/mkdocs-versioning) (πŸ“₯ 2.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-versioning) (πŸ“₯ 2.8K / month): ``` pip install mkdocs-versioning ``` @@ -3056,20 +3082,20 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - mkdocs-versioning ```
-
MkDocs Merge - πŸ₯‰11 Β· ⭐ 20 Β· MIT
Merge the source of multiple MkDocs sites into a single one.
+
multirepo - πŸ₯‰11 Β· ⭐ 31 Β· MIT
A bit like monorepo, but keeps MkDocs projects separate.
-- [GitHub](https://github.com/ovasquez/mkdocs-merge) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 5 Β· πŸ“¦ 4 Β· πŸ“‹ 7 - 57% open Β· ⏱️ 21.01.2023) -- [PyPi](https://pypi.org/project/mkdocs-merge) (πŸ“₯ 620 / month): +- [GitHub](https://github.com/wilhelmer/mkdocs-multirepo) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· ⏱️ 04.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-multirepo) (πŸ“₯ 180 / month): ``` - pip install mkdocs-merge + pip install mkdocs-multirepo ```
-
multirepo - πŸ₯‰10 Β· ⭐ 30 Β· MIT
A bit like monorepo, but keeps MkDocs projects separate.
+
MkDocs Merge - πŸ₯‰11 Β· ⭐ 20 Β· MIT
Merge the source of multiple MkDocs sites into a single one.
-- [GitHub](https://github.com/wilhelmer/mkdocs-multirepo) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“‹ 6 - 16% open Β· ⏱️ 04.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-multirepo) (πŸ“₯ 79 / month): +- [GitHub](https://github.com/ovasquez/mkdocs-merge) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 5 Β· πŸ“¦ 4 Β· πŸ“‹ 7 - 57% open Β· ⏱️ 21.01.2023) +- [PyPi](https://pypi.org/project/mkdocs-merge) (πŸ“₯ 540 / month): ``` - pip install mkdocs-multirepo + pip install mkdocs-merge ```
Show 6 hidden projects... @@ -3077,7 +3103,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-yamp - πŸ₯‰7 Β· ⭐ 1 Β· πŸ’€ Β· Apache-2 Β·
Yet Another Multirepo Plugin for MkDocs.
- [GitHub](https://github.com/boozallen/mkdocs-yamp-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“¦ 3 Β· ⏱️ 10.10.2022) -- [PyPi](https://pypi.org/project/mkdocs-yamp) (πŸ“₯ 35 / month): +- [PyPi](https://pypi.org/project/mkdocs-yamp) (πŸ“₯ 27 / month): ``` pip install mkdocs-yamp ``` @@ -3099,7 +3125,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-exclude-tagged-files - πŸ₯‰6 Β· ⭐ 3 Β· MIT Β·
A mkdocs plugin for excluding files based on frontmatter tags.
- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-tagged-files) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“¦ 2 Β· ⏱️ 10.09.2023) -- [PyPi](https://pypi.org/project/mkdocs-exclude-tagged-files) (πŸ“₯ 48 / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude-tagged-files) (πŸ“₯ 36 / month): ``` pip install mkdocs-exclude-tagged-files ``` @@ -3112,7 +3138,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-exclude-unused-files - πŸ₯‰6 Β· ⭐ 2 Β· MIT Β·
Exclude orphaned (unused) static files from your mkdocs build.
- [GitHub](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files) (πŸ‘¨β€πŸ’» 2 Β· πŸ“¦ 1 Β· ⏱️ 24.05.2023) -- [PyPi](https://pypi.org/project/mkdocs-exclude-unused-files) (πŸ“₯ 270 / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude-unused-files) (πŸ“₯ 180 / month): ``` pip install mkdocs-exclude-unused-files ``` @@ -3125,7 +3151,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-new-features-notifier - πŸ₯‰4 Β· ⭐ 2 Β· πŸ’€ Β· 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) (πŸ“₯ 430 / month): +- [PyPi](https://pypi.org/project/mkdocs-new-features-notifier) (πŸ“₯ 400 / month): ``` pip install mkdocs-new-features-notifier ``` @@ -3138,7 +3164,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
multiple - πŸ₯‰4 Β· ⭐ 1 Β· πŸ’€ Β· ❗️GPL-3.0 Β·
Allows to merge mkdocs documentations dynamically.
- [GitHub](https://github.com/experimaestro/mkdocs-multiple) (⏱️ 22.11.2019) -- [PyPi](https://pypi.org/project/mkdocs-multiple) (πŸ“₯ 800 / month): +- [PyPi](https://pypi.org/project/mkdocs-multiple) (πŸ“₯ 810 / month): ``` pip install mkdocs-multiple ``` @@ -3155,10 +3181,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr Back to top -
include-markdown - πŸ₯‡24 Β· ⭐ 77 Β· Apache-2 Β·
Mkdocs Markdown includer plugin.
+
include-markdown - πŸ₯‡24 Β· ⭐ 79 Β· Apache-2 Β·
Mkdocs Markdown includer plugin.
- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 19 Β· πŸ“₯ 200 Β· πŸ“¦ 1.8K Β· πŸ“‹ 64 - 1% open Β· ⏱️ 02.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (πŸ“₯ 160K / month): +- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (πŸ“₯ 170K / month): ``` pip install mkdocs-include-markdown-plugin ``` @@ -3170,7 +3196,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Markdown-Include - πŸ₯ˆ20 Β· ⭐ 91 Β· ❗️GPL-3.0 Β·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
-- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 36 Β· πŸ“¦ 5.3K Β· πŸ“‹ 23 - 26% open Β· ⏱️ 07.02.2023) +- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 36 Β· πŸ“¦ 5.4K Β· πŸ“‹ 23 - 26% open Β· ⏱️ 07.02.2023) - [PyPi](https://pypi.org/project/markdown-include) (πŸ“₯ 58K / month): ``` pip install markdown-include @@ -3184,7 +3210,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
Mdx Include - πŸ₯‰9 Β· ⭐ 51 Β· πŸ’€ Β· ❗Unlicensed Β·
Python Markdown extension to include local or remote files.
- [GitHub](https://github.com/neurobin/mdx_include) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“‹ 8 - 37% open Β· ⏱️ 26.07.2022) -- [PyPi](https://pypi.org/project/mdx-include) (πŸ“₯ 12K / month): +- [PyPi](https://pypi.org/project/mdx-include) (πŸ“₯ 11K / month): ``` pip install mdx-include ``` @@ -3198,8 +3224,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
meta-descriptions - πŸ₯ˆ20 Β· ⭐ 15 Β· MIT Β·
Generate meta descriptions from the first paragraphs in your MkDocs pages.
-- [GitHub](https://github.com/prcr/mkdocs-meta-descriptions-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“¦ 940 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 02.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-meta-descriptions-plugin) (πŸ“₯ 5.6K / month): +- [GitHub](https://github.com/prcr/mkdocs-meta-descriptions-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“¦ 970 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 09.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-meta-descriptions-plugin) (πŸ“₯ 5.1K / month): ``` pip install mkdocs-meta-descriptions-plugin ``` @@ -3212,7 +3238,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
codeinclude - πŸ₯ˆ15 Β· ⭐ 14 Β· MIT Β·
A plugin to include code snippets into mkdocs pages.
- [GitHub](https://github.com/rnorth/mkdocs-codeinclude-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 5 Β· πŸ“¦ 110 Β· πŸ“‹ 11 - 36% open Β· ⏱️ 01.03.2023) -- [PyPi](https://pypi.org/project/mkdocs-codeinclude-plugin) (πŸ“₯ 2.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-codeinclude-plugin) (πŸ“₯ 2.5K / month): ``` pip install mkdocs-codeinclude-plugin ``` @@ -3225,7 +3251,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-embed-external-markdown - πŸ₯ˆ15 Β· ⭐ 6 Β· 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/fire1ce/mkdocs-embed-external-markdown) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 7 Β· πŸ“¦ 100 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 27.06.2023) -- [PyPi](https://pypi.org/project/mkdocs-embed-external-markdown) (πŸ“₯ 5.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-embed-external-markdown) (πŸ“₯ 5.4K / month): ``` pip install mkdocs-embed-external-markdown ``` @@ -3237,8 +3263,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
mkdocs-version-annotations - πŸ₯‰11 Β· ⭐ 1 Β· πŸ’€ Β· MIT Β·
MkDocs plugin to add custom admonitions for documenting version differences.
-- [GitHub](https://github.com/glennmatthews/mkdocs-version-annotations) (πŸ“₯ 8 Β· πŸ“¦ 190 Β· ⏱️ 14.09.2022) -- [PyPi](https://pypi.org/project/mkdocs-version-annotations) (πŸ“₯ 5K / month): +- [GitHub](https://github.com/glennmatthews/mkdocs-version-annotations) (πŸ“₯ 8 Β· πŸ“¦ 200 Β· ⏱️ 14.09.2022) +- [PyPi](https://pypi.org/project/mkdocs-version-annotations) (πŸ“₯ 6K / month): ``` pip install mkdocs-version-annotations ``` @@ -3250,8 +3276,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
snippet - πŸ₯‰10 Β· ⭐ 12 Β· πŸ’€ Β· MIT Β·
An mkdocs plugin that injects snippets from a file in a git repository.
-- [GitHub](https://github.com/mprivat/mkdocs-snippet-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“¦ 12 Β· πŸ“‹ 7 - 42% open Β· ⏱️ 21.10.2021) -- [PyPi](https://pypi.org/project/mkdocs-snippet-plugin) (πŸ“₯ 370 / month): +- [GitHub](https://github.com/mprivat/mkdocs-snippet-plugin) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 3 Β· πŸ“¦ 13 Β· πŸ“‹ 7 - 42% open Β· ⏱️ 21.10.2021) +- [PyPi](https://pypi.org/project/mkdocs-snippet-plugin) (πŸ“₯ 350 / month): ``` pip install mkdocs-snippet-plugin ``` @@ -3264,7 +3290,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
git snippet - πŸ₯‰8 Β· ⭐ 5 Β· πŸ’€ Β· MIT Β·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.
- [GitHub](https://github.com/SamazoOo/mkdocs-gitsnippet-plugin) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 3 Β· πŸ“¦ 7 Β· ⏱️ 15.11.2020) -- [PyPi](https://pypi.org/project/mkdocs-gitsnippet-plugin) (πŸ“₯ 330 / month): +- [PyPi](https://pypi.org/project/mkdocs-gitsnippet-plugin) (πŸ“₯ 320 / month): ``` pip install mkdocs-gitsnippet-plugin ``` @@ -3283,8 +3309,8 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
techdocs-core - πŸ₯‡22 Β· ⭐ 68 Β· 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) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 52 Β· πŸ“¦ 44 Β· πŸ“‹ 49 - 6% open Β· ⏱️ 03.01.2024) -- [PyPi](https://pypi.org/project/mkdocs-techdocs-core) (πŸ“₯ 210K / month): +- [GitHub](https://github.com/backstage/mkdocs-techdocs-core) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 52 Β· πŸ“¦ 44 Β· πŸ“‹ 49 - 4% open Β· ⏱️ 03.01.2024) +- [PyPi](https://pypi.org/project/mkdocs-techdocs-core) (πŸ“₯ 250K / month): ``` pip install mkdocs-techdocs-core ``` @@ -3296,7 +3322,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
same-dir - πŸ₯ˆ14 Β· ⭐ 29 Β· MIT Β·
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.
-- [GitHub](https://github.com/oprypin/mkdocs-same-dir) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“¦ 230 Β· ⏱️ 24.11.2023) +- [GitHub](https://github.com/oprypin/mkdocs-same-dir) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“¦ 240 Β· ⏱️ 24.11.2023) - [PyPi](https://pypi.org/project/mkdocs-same-dir) (πŸ“₯ 13K / month): ``` pip install mkdocs-same-dir @@ -3310,7 +3336,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
no-sitemap - πŸ₯‰7 Β· MIT Β·
Disable Mkdocs sitemap generation.
- [GitHub](https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin) (πŸ“¦ 7 Β· ⏱️ 04.04.2023) -- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (πŸ“₯ 1.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (πŸ“₯ 1.6K / month): ``` pip install mkdocs-no-sitemap-plugin ``` @@ -3324,7 +3350,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
bibtex - πŸ₯ˆ19 Β· ⭐ 54 Β· ❗️BSD-3-Clause-LBNL Β·
A MkDocs plugin for citation management using bibtex.
-- [GitHub](https://github.com/shyamd/mkdocs-bibtex) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“¦ 220 Β· πŸ“‹ 35 - 22% open Β· ⏱️ 01.01.2024) +- [GitHub](https://github.com/shyamd/mkdocs-bibtex) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“¦ 230 Β· πŸ“‹ 35 - 22% open Β· ⏱️ 01.01.2024) - [PyPi](https://pypi.org/project/mkdocs-bibtex) (πŸ“₯ 3.1K / month): ``` pip install mkdocs-bibtex @@ -3338,7 +3364,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
vim-md-tags - πŸ₯ˆ8 Β· ⭐ 4 Β· πŸ’€ Β· 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 Β· πŸ“¦ 9 Β· ⏱️ 08.05.2020) -- [PyPi](https://pypi.org/project/mkdocs-vim-md-tags-plugin) (πŸ“₯ 150 / month): +- [PyPi](https://pypi.org/project/mkdocs-vim-md-tags-plugin) (πŸ“₯ 140 / month): ``` pip install mkdocs-vim-md-tags-plugin ``` @@ -3351,7 +3377,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
placeholder - πŸ₯‰7 Β· ⭐ 7 Β· MIT Β·
Add placeholders to your MkDocs pages.
- [GitHub](https://github.com/six-two/mkdocs-placeholder-plugin) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· ⏱️ 01.08.2023) -- [PyPi](https://pypi.org/project/mkdocs-placeholder-plugin) (πŸ“₯ 400 / month): +- [PyPi](https://pypi.org/project/mkdocs-placeholder-plugin) (πŸ“₯ 430 / month): ``` pip install mkdocs-placeholder-plugin ``` @@ -3361,10 +3387,10 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr - placeholder ```
-
badges - πŸ₯‰7 Β· ⭐ 5 Β· MIT Β·
Add badges to your mkdocs page.
+
badges - πŸ₯‰7 Β· ⭐ 6 Β· MIT Β·
Add badges to your mkdocs page.
- [GitHub](https://github.com/six-two/mkdocs-badges) (πŸ”€ 1 Β· ⏱️ 31.12.2023) -- [PyPi](https://pypi.org/project/mkdocs-badges) (πŸ“₯ 660 / month): +- [PyPi](https://pypi.org/project/mkdocs-badges) (πŸ“₯ 490 / month): ``` pip install mkdocs-badges ``` @@ -3394,7 +3420,7 @@ This list contains 240 awesome open-source projects with a total of 28K stars gr
pico-8 - πŸ₯‰3 Β· ⭐ 1 Β· πŸ’€ Β· MIT Β·
A MKDocs plugin that allows to embed a Pico-8 web player in a page.
- [GitHub](https://github.com/fmaida/pico8-mkdocs-plugin) (πŸ“¦ 1 Β· ⏱️ 17.03.2019) -- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (πŸ“₯ 10 / month): +- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (πŸ“₯ 3 / month): ``` pip install pico8-mkdocs-plugin ``` diff --git a/history/2024-01-11_changes.md b/history/2024-01-11_changes.md new file mode 100644 index 0000000..6aeff19 --- /dev/null +++ b/history/2024-01-11_changes.md @@ -0,0 +1,27 @@ +## πŸ“ˆ 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._ + +- markdown-exec - πŸ₯ˆ19 Β· ⭐ 57 Β· πŸ“ˆ Β· ISC Β·
Utilities to execute code blocks in Markdown files. +- Dracula - πŸ₯ˆ19 Β· ⭐ 48 Β· πŸ“ˆ Β· MIT Β·
Dark theme for Mkdocs. +- kroki - πŸ₯ˆ18 Β· ⭐ 33 Β· πŸ“ˆ Β· MIT Β·
MkDocs plugin for Kroki-Diagrams. +- mkdoxy - πŸ₯ˆ17 Β· ⭐ 38 Β· πŸ“ˆ Β· MIT Β·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. +- Lightgallery - πŸ₯ˆ14 Β· ⭐ 25 Β· πŸ“ˆ Β· MIT Β·
Markdown extension to wrap images in a lightbox. + +## πŸ“‰ 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._ + +- mkdocs-jupyter - πŸ₯‡22 Β· ⭐ 310 Β· πŸ“‰ Β· Apache-2 Β·
Use Jupyter Notebook in mkdocs. +- table-reader - πŸ₯ˆ19 Β· ⭐ 93 Β· πŸ“‰ Β· MIT Β·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into.. +- markdown-callouts - πŸ₯‡16 Β· ⭐ 19 Β· πŸ“‰ Β· MIT Β·
Markdown extension: a classier syntax for admonitions. +- mkdocs-render-swagger-plugin - πŸ₯ˆ15 Β· ⭐ 61 Β· πŸ“‰ Β· MIT Β·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI. +- newsletter - πŸ₯ˆ12 Β· ⭐ 21 Β· πŸ“‰ Β· ❗️GPL-3.0 Β·
Automatically create newsletters from the changes in a mkdocs repository. + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- Github Releaase Changelog - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
mkdocs extension to autogenerate changelog from github releases. +- MkDocs Dependency License Information - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
mkdocs extension to visualise package dependencies license information. + diff --git a/history/2024-01-11_projects.csv b/history/2024-01-11_projects.csv new file mode 100644 index 0000000..b52cfd1 --- /dev/null +++ b/history/2024-01-11_projects.csv @@ -0,0 +1,250 @@ +,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,updated_github_id,trending,shadowed,gitlab_id,gitlab_url,new_addition,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,2024-01-10 02:00:13,2024-01-10 02:00:08,5995.0,222.0,3088.0,123.0,2731.0,34.0,2138.0,16926.0,2023-12-23 20:33:13,9.5.3,100.0,Documentation that simply works.,41869.0,41869.0,249.0,https://pypi.org/project/mkdocs-material,2954043.0,2954043.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,2024-01-04 18:36:48,2024-01-04 18:36:48,617.0,11.0,100.0,14.0,171.0,44.0,328.0,1463.0,2023-11-14 17:46:28,0.24.0,7.0,"Automatic documentation from sources, for MkDocs.",10791.0,10791.0,41.0,https://pypi.org/project/mkdocstrings,568719.0,568719.0,32,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,2024-01-09 10:12:10,2023-12-30 23:10:16,1758.0,30.0,244.0,7.0,1848.0,7.0,349.0,845.0,2023-12-30 23:11:13,10.7,86.0,Extensions for Python Markdown.,27467.0,27467.0,44.0,https://pypi.org/project/pymdown-extensions,2140037.0,2140037.0,31,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,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,2023-12-18 20:23:22,2023-12-18 20:21:35,283.0,18.0,30.0,4.0,45.0,11.0,69.0,154.0,2023-12-18 20:14:15,1.2.2,39.0,MkDocs plugin to add a last updated date to your site pages.,5570.0,5570.0,23.0,https://pypi.org/project/mkdocs-git-revision-date-localized-plugin,235235.0,235235.0,29,True,1.0,,,,,,,,, +4,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,2023-12-28 20:48:34,2023-12-28 20:29:38,319.0,18.0,35.0,5.0,18.0,7.0,160.0,423.0,2023-11-02 21:39:13,2.0.0,22.0,Manage multiple versions of your MkDocs-powered documentation via Git.,2516.0,2516.0,9.0,https://pypi.org/project/mike,153648.0,153650.0,28,True,1.0,,159.0,,,,,,, +5,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,2024-01-10 15:58:39,2024-01-10 15:57:03,226.0,14.0,41.0,5.0,47.0,4.0,101.0,255.0,2023-08-13 11:52:51,1.0.4,4.0,"Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.",2750.0,2750.0,29.0,https://pypi.org/project/mkdocs-macros-plugin,189233.0,189233.0,28,True,1.0,,,,,,,,, +6,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,2023-07-30 16:35:38,2023-07-30 16:35:38,277.0,,51.0,11.0,28.0,1.0,61.0,180.0,2023-06-22 18:17:43,3.9.2,39.0,PlantUML plugin for Python-Markdown.,1121.0,1121.0,26.0,https://pypi.org/project/plantuml-markdown,207829.0,207829.0,25,True,1.0,plantuml_markdown,,,,,,,, +7,awesome-pages,,awesome-pages,,lukasgeiter/mkdocs-awesome-pages-plugin,mkdocs-awesome-pages-plugin,['plugin'],nav-pages,https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin,https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin,MIT,2018-02-06 21:09:24,2023-12-06 02:10:10,2023-11-11 20:57:26,97.0,1.0,30.0,7.0,18.0,16.0,59.0,399.0,2023-08-19 21:31:54,2.9.2,24.0,An MkDocs plugin that simplifies configuring page titles and their order.,3688.0,3688.0,7.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,154266.0,154266.0,24,True,1.0,,,,,,,,, +8,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,2024-01-02 23:27:50,2024-01-02 23:27:49,175.0,7.0,19.0,3.0,120.0,1.0,63.0,79.0,2023-11-10 21:12:59,6.0.4,51.0,Mkdocs Markdown includer plugin.,1775.0,1775.0,15.0,https://pypi.org/project/mkdocs-include-markdown-plugin,168209.0,168214.0,24,True,1.0,,199.0,,,,,,, +9,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,2024-01-11 09:38:08,2024-01-11 09:38:08,726.0,78.0,17.0,3.0,198.0,13.0,24.0,55.0,2023-12-19 18:13:11,1.11.0,19.0,"MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).",375.0,375.0,10.0,https://pypi.org/project/mkdocs-rss-plugin,25723.0,25724.0,24,True,1.0,,41.0,,,,,,, +10,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,2024-01-08 10:24:51,2024-01-04 14:28:40,148.0,3.0,70.0,23.0,62.0,29.0,30.0,288.0,,,,Build multiple documentation folders in a single Mkdocs. Designed for large codebases.,357.0,357.0,30.0,https://pypi.org/project/mkdocs-monorepo-plugin,181528.0,181528.0,23,True,1.0,,,,,,,,, +11,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,2023-09-26 08:14:18,2023-09-26 06:36:28,98.0,,21.0,1.0,18.0,4.0,58.0,185.0,2023-09-01 12:13:11,1.1.0,3.0,A Mermaid graphs plugin for mkdocs.,1675.0,1675.0,13.0,https://pypi.org/project/mkdocs-mermaid2-plugin,137389.0,137389.0,23,True,1.0,,,,,,,,, +12,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,2023-12-15 08:06:57,2023-12-14 17:27:25,68.0,5.0,14.0,10.0,20.0,4.0,12.0,114.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.,6878.0,6878.0,11.0,https://pypi.org/project/mkdocs-minify-plugin,142418.0,142418.0,23,True,1.0,,,,,,,,, +13,encryptcontent,,encryptcontent,,CoinK0in/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,2024-01-10 20:30:21,2024-01-10 20:30:15,255.0,18.0,13.0,4.0,7.0,1.0,52.0,100.0,2024-01-03 16:39:21,3.0.2,33.0,A MkDocs plugin that encrypt/decrypt markdown content with AES.,979.0,979.0,4.0,https://pypi.org/project/mkdocs-encryptcontent-plugin,7671.0,7672.0,23,True,1.0,,81.0,unverbuggt/mkdocs-encryptcontent-plugin,,,,,, +14,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,2023-12-06 19:12:00,2023-10-15 18:55:46,229.0,2.0,34.0,5.0,74.0,16.0,92.0,306.0,,,,Use Jupyter Notebook in mkdocs.,1825.0,1825.0,19.0,https://pypi.org/project/mkdocs-jupyter,129002.0,129002.0,22,True,1.0,,,,-1.0,,,,, +15,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,2023-06-08 09:34:08,2021-10-14 20:29:54,188.0,,68.0,10.0,50.0,55.0,44.0,281.0,2021-07-03 02:09:02,0.9.3,27.0,Generate a single PDF file from MkDocs repository.,454.0,454.0,6.0,https://pypi.org/project/mkdocs-with-pdf,24189.0,24189.0,22,True,1.0,,,,,,,,, +16,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,2023-11-22 09:53:29,2023-11-22 09:52:44,278.0,4.0,30.0,9.0,159.0,12.0,114.0,187.0,,,,MkDocs i18n plugin using static translation markdown files.,902.0,902.0,8.0,https://pypi.org/project/mkdocs-static-i18n,23761.0,23761.0,22,True,1.0,,,,,,,,, +17,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,2023-12-03 13:47:46,2023-11-04 12:53:14,102.0,3.0,18.0,139.0,28.0,11.0,18.0,136.0,2023-07-18 21:27:48,1.2.1,10.0,Open source plugin for Mkdocs page redirects.,2871.0,2871.0,13.0,https://pypi.org/project/mkdocs-redirects,115879.0,115879.0,22,True,1.0,,,,,,,,, +18,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,2024-01-10 20:50:26,2023-12-06 00:10:35,418.0,3.0,36.0,4.0,44.0,39.0,47.0,99.0,2023-09-07 17:28:03,0.6.3,18.0,Build documentation in multiple repos into one site.,93.0,93.0,13.0,https://pypi.org/project/mkdocs-multirepo-plugin,37286.0,37286.0,22,True,2.0,,,,,,,,, +19,techdocs-core,,techdocs-core,,backstage/mkdocs-techdocs-core,mkdocs-techdocs-core,['plugin'],other,https://github.com/backstage/mkdocs-techdocs-core,https://github.com/backstage/mkdocs-techdocs-core,Apache-2.0,2020-11-03 10:13:07,2024-01-04 15:14:54,2024-01-03 19:36:57,225.0,22.0,52.0,16.0,115.0,2.0,47.0,68.0,,,,The core MkDocs plugin used by Backstages TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown..,44.0,44.0,37.0,https://pypi.org/project/mkdocs-techdocs-core,247882.0,247882.0,22,True,1.0,,,,,,,,, +20,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,2023-12-03 13:47:49,2023-11-24 15:00:44,120.0,8.0,8.0,3.0,5.0,9.0,14.0,62.0,2023-09-10 22:18:35,0.6.1,3.0,MkDocs plugin to specify the navigation in Markdown instead of YAML.,1407.0,1407.0,,https://pypi.org/project/mkdocs-literate-nav,117883.0,117883.0,22,True,1.0,,,,,,,,, +21,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,2024-01-07 09:48:21,2024-01-07 09:47:53,80.0,23.0,13.0,3.0,21.0,4.0,23.0,28.0,2024-01-07 09:56:38,2.2.3,16.0,An MkDocs plugin to create a list of contributors on the page.,362.0,362.0,9.0,https://pypi.org/project/mkdocs-git-committers-plugin-2,14111.0,14111.0,22,True,2.0,,,,,,,,, +22,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,2023-07-28 19:56:59,2021-10-05 01:31:10,72.0,,43.0,19.0,32.0,41.0,46.0,301.0,2020-07-23 01:35:39,0.5.8,5.0,An MkDocs plugin to export content pages as PDF files.,616.0,616.0,11.0,https://pypi.org/project/mkdocs-pdf-export-plugin,15009.0,15009.0,21,True,1.0,,,,,,,,, +23,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,,20.0,2.0,1078.0,13.0,26.0,117.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.,485.0,485.0,14.0,https://pypi.org/project/mknotebooks,11712.0,11712.0,21,True,2.0,,,,,,,,, +24,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,2024-01-04 15:27:46,2023-10-25 17:48:31,229.0,2.0,16.0,4.0,12.0,11.0,72.0,103.0,2023-08-28 07:28:44,2.3.6,41.0,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",268.0,268.0,5.0,https://pypi.org/project/mkdocs-print-site-plugin,17641.0,17641.0,21,True,1.0,,,,,,,,, +25,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,2023-12-03 13:47:54,2023-11-24 15:02:21,87.0,7.0,7.0,2.0,3.0,4.0,13.0,66.0,2023-09-22 12:03:42,0.3.8,10.0,MkDocs plugin to allow clickable sections that lead to an index page.,1323.0,1323.0,3.0,https://pypi.org/project/mkdocs-section-index,114798.0,114798.0,21,True,2.0,,,,,,,,, +26,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,2024-01-11 15:01:48,2023-12-22 22:07:43,597.0,30.0,11.0,3.0,624.0,,17.0,38.0,2023-08-25 06:55:19,3.1.0,41.0,Build documentation files inside your code into a MkDocs site.,46.0,46.0,8.0,https://pypi.org/project/mkdocs-simple-plugin,13482.0,13482.0,21,True,2.0,,,,,,,,, +27,Cinder,cinder,,,chrissimpkins/cinder,mkdocs-cinder,['theme'],theming,https://github.com/chrissimpkins/cinder,https://github.com/chrissimpkins/cinder,,2015-08-28 03:45:23,2023-03-07 11:46:26,2021-01-05 20:29:39,229.0,,102.0,8.0,59.0,16.0,35.0,193.0,2020-10-26 22:28:56,1.2.0,32.0,"A clean, responsive MkDocs theme.",592.0,592.0,23.0,https://pypi.org/project/mkdocs-cinder,5920.0,5929.0,20,True,1.0,,973.0,,,,,,, +28,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,2023-12-29 21:16:01,2023-12-29 21:16:01,71.0,3.0,56.0,7.0,36.0,3.0,30.0,134.0,,,,MkDocs Bootswatch Themes.,1054.0,1054.0,10.0,https://pypi.org/project/mkdocs-bootswatch,9599.0,9599.0,20,True,1.0,,,,,,,,, +29,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,2023-02-07 09:46:17,2023-02-07 09:45:37,75.0,,36.0,10.0,21.0,6.0,17.0,91.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.,5363.0,5363.0,12.0,https://pypi.org/project/markdown-include,57832.0,57832.0,20,True,2.0,markdown_include.include,,,,,,,, +30,mkdocs-click,,,,DataDog/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,2023-11-04 12:58:36,2023-11-04 12:53:10,70.0,3.0,17.0,10.0,48.0,12.0,15.0,88.0,2023-09-18 18:43:15,0.8.1,10.0,An MkDocs extension to generate documentation for Click command line applications.,367.0,367.0,13.0,https://pypi.org/project/mkdocs-click,35127.0,35127.0,20,True,1.0,mkdocs-click,,mkdocs/mkdocs-click,,,,,, +31,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,2023-12-30 14:47:20,2023-12-30 14:47:09,78.0,7.0,9.0,1.0,3.0,6.0,19.0,87.0,2023-12-30 14:47:57,0.3.6,14.0,A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.,2061.0,2061.0,2.0,https://pypi.org/project/mkdocs-glightbox,129762.0,129763.0,20,True,1.0,,24.0,,,,,,, +32,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,2023-12-03 13:47:55,2023-11-24 15:02:17,80.0,6.0,7.0,2.0,7.0,4.0,18.0,77.0,2023-04-27 19:51:18,0.5.0,7.0,MkDocs plugin to programmatically generate documentation pages during the build.,1752.0,1752.0,5.0,https://pypi.org/project/mkdocs-gen-files,111989.0,111989.0,20,True,2.0,,,,,,,,, +33,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,2023-10-02 13:27:32,2021-12-15 20:25:46,73.0,,17.0,3.0,16.0,6.0,26.0,71.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.,972.0,972.0,10.0,https://pypi.org/project/mkdocs-markdownextradata-plugin,31875.0,31875.0,20,True,2.0,,,,,,,,, +34,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,2023-10-30 17:42:50,2023-07-04 20:02:13,198.0,,14.0,5.0,28.0,9.0,41.0,57.0,2023-06-08 18:11:02,0.7.2,20.0,MkDocs plugin to display git authors of a page.,608.0,608.0,7.0,https://pypi.org/project/mkdocs-git-authors-plugin,40345.0,40345.0,20,True,2.0,,,,,,,,, +35,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,2024-01-09 11:45:55,2024-01-09 11:43:40,261.0,16.0,3.0,1.0,301.0,1.0,10.0,15.0,2023-12-06 16:30:51,3.0.0,12.0,Generate meta descriptions from the first paragraphs in your MkDocs pages.,970.0,970.0,3.0,https://pypi.org/project/mkdocs-meta-descriptions-plugin,5100.0,5100.0,20,False,2.0,,,,,,,,, +36,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,2023-10-15 19:09:45,2023-10-15 19:09:45,120.0,1.0,14.0,4.0,17.0,2.0,36.0,93.0,2023-10-11 12:15:58,2.0.3,20.0,MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..,525.0,525.0,6.0,https://pypi.org/project/mkdocs-table-reader-plugin,46038.0,46038.0,19,True,2.0,,,,-1.0,,,,, +37,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,2024-01-05 18:45:28,2024-01-05 18:40:34,179.0,21.0,4.0,2.0,1.0,10.0,18.0,57.0,2024-01-05 18:40:53,1.8.0,2.0,Utilities to execute code blocks in Markdown files.,170.0,170.0,2.0,https://pypi.org/project/markdown-exec,10640.0,10640.0,19,True,2.0,,,,3.0,,,,, +38,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,5.0,9.0,5.0,9.0,55.0,2022-03-08 14:43:59,0.3.2,2.0,MkDocs plugin for setting revision date from git per markdown file.,1720.0,1720.0,7.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,40321.0,40321.0,19,True,2.0,,,,,,,,, +39,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,3.0,4.0,2.0,32.0,,6.0,55.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.",1318.0,1318.0,5.0,https://pypi.org/project/mkdocs-simple-hooks,21359.0,21359.0,19,True,2.0,,30.0,,,,,,, +40,bibtex,,bibtex,,shyamd/mkdocs-bibtex,mkdocs-bibtex,['plugin'],other,https://github.com/shyamd/mkdocs-bibtex,https://github.com/shyamd/mkdocs-bibtex,BSD-3-Clause-LBNL,2019-05-29 04:43:44,2024-01-01 14:51:41,2024-01-01 14:51:34,373.0,9.0,14.0,3.0,185.0,8.0,27.0,54.0,2023-07-01 14:51:25,2.11.0,42.0,A MkDocs plugin for citation management using bibtex.,227.0,227.0,10.0,https://pypi.org/project/mkdocs-bibtex,3129.0,3129.0,19,False,2.0,,,,,,,,, +41,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,2024-01-10 01:02:53,2024-01-09 04:12:34,165.0,10.0,5.0,3.0,11.0,1.0,6.0,48.0,2024-01-09 04:13:23,1.0.6,6.0,Dark theme for Mkdocs.,39.0,39.0,4.0,https://pypi.org/project/mkdocs-dracula-theme,1156.0,1156.0,19,True,2.0,,,,3.0,,,,, +42,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,2023-08-18 14:56:02,2023-08-18 14:56:02,100.0,,11.0,4.0,41.0,3.0,24.0,35.0,2023-07-19 14:08:38,1.0.0,18.0,A MkDocs plugin that validates URL in rendered html files.,318.0,318.0,12.0,https://pypi.org/project/mkdocs-htmlproofer-plugin,26096.0,26096.0,19,True,1.0,,,,,,,,, +43,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,3.0,2.0,3.0,30.0,,16.0,27.0,2023-11-20 18:24:40,0.6.6,18.0,A mkdocs plugin that excludes selected chapters from the docs search index.,312.0,312.0,5.0,https://pypi.org/project/mkdocs-exclude-search,13304.0,13304.0,19,True,1.0,,8.0,,,,,,, +44,autolinks,,autolinks,,midnightprioriem/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,2023-10-10 15:31:51,2023-08-04 14:41:05,27.0,,15.0,4.0,20.0,7.0,9.0,72.0,2023-08-04 14:41:51,_071,8.0,An MkDocs plugin that automagically generates relative links between markdown pages.,347.0,347.0,10.0,https://pypi.org/project/mkdocs-autolinks-plugin,27723.0,27723.0,18,True,1.0,,,zachhannum/mkdocs-autolinks-plugin,,,,,, +45,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,2023-11-24 09:24:32,2023-05-27 08:38:28,113.0,,6.0,4.0,9.0,2.0,28.0,36.0,2023-05-27 08:39:33,0.6.1,12.0,MkDocs Plugin to enumerate the headings across site pages.,173.0,173.0,4.0,https://pypi.org/project/mkdocs-enumerate-headings-plugin,5712.0,5712.0,18,True,2.0,,,,,,,,, +46,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,2024-01-07 07:12:31,2024-01-07 07:04:26,57.0,5.0,24.0,2.0,28.0,5.0,15.0,33.0,2024-01-07 07:12:32,0.7.0,11.0,MkDocs plugin for Kroki-Diagrams.,30.0,30.0,13.0,https://pypi.org/project/mkdocs-kroki-plugin,15158.0,15158.0,18,True,2.0,,,,2.0,,,,, +47,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-01-02 00:24:26,2023-12-21 11:59:40,233.0,92.0,12.0,3.0,29.0,26.0,37.0,27.0,2023-12-21 12:25:45,0.9.0,14.0,Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..,,,8.0,https://pypi.org/project/mkdocs-gallery,766.0,766.0,18,True,2.0,,,,,,,,, +48,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,2023-11-22 10:28:44,2023-11-22 10:27:30,54.0,2.0,9.0,24.0,12.0,3.0,3.0,25.0,2023-11-22 10:28:44,0.9.0,2.0,blockdiag extension for Python Markdown.,99.0,99.0,5.0,https://pypi.org/project/markdown-blockdiag,2216.0,2216.0,18,True,2.0,markdown_blockdiag,,,,,,,, +49,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,2023-12-24 16:32:38,2023-12-24 16:32:34,37.0,2.0,7.0,1.0,21.0,12.0,21.0,98.0,2023-07-28 10:46:04,1.0.4,17.0,Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..,90.0,90.0,8.0,https://pypi.org/project/neoteroi-mkdocs,52519.0,52559.0,17,True,2.0,"['neoteroi.cards', 'neoteroi.timeline', 'neoteroi.projects', 'neoteroi.spantable']",855.0,,,,,,, +50,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,2024-01-11 13:31:38,2023-12-13 10:17:50,246.0,2.0,17.0,2.0,9.0,28.0,22.0,84.0,2020-12-20 02:28:04,1.0.14,14.0,A documentation generation tool for MkDocs.,165.0,165.0,5.0,https://pypi.org/project/mkapi,3047.0,3047.0,17,True,2.0,,,,,,,,, +51,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,7.0,4.0,9.0,3.0,82.0,,,,A mkdocs plugin that lets you exclude files or trees from your output.,1683.0,1683.0,,https://pypi.org/project/mkdocs-exclude,95149.0,95149.0,17,True,2.0,,,,,,,,, +52,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,4.0,36.0,81.0,2023-07-21 03:55:47,2.2.11,30.0,Add blogging feature to your MkDocs site.,152.0,152.0,7.0,https://pypi.org/project/mkdocs-blogging-plugin,3730.0,3730.0,17,True,2.0,,11.0,,,,,,, +53,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,3.0,37.0,7.0,19.0,1.0,15.0,74.0,,,,MkDocs Bootstrap Theme.,442.0,442.0,6.0,https://pypi.org/project/mkdocs-bootstrap,2345.0,2345.0,17,True,2.0,,,,,,,,, +54,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,2023-09-25 17:42:01,2023-09-25 17:41:37,60.0,,4.0,4.0,3.0,3.0,16.0,63.0,2023-08-28 07:57:05,0.0.10,10.0,Mkdocs plugin to add vegalite charts to your pages.,50.0,50.0,3.0,https://pypi.org/project/mkdocs-charts-plugin,3877.0,3877.0,17,True,2.0,,,,,,,,, +55,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,2023-11-18 15:54:08,2023-11-18 15:52:52,66.0,6.0,5.0,1.0,2.0,5.0,10.0,51.0,2023-11-18 15:54:28,0.6.7,21.0,A MkDocs plugin supports for add Swagger UI in page.,86.0,86.0,2.0,https://pypi.org/project/mkdocs-swagger-ui-tag,13185.0,13186.0,17,True,1.0,,26.0,,,,,,, +56,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,,6.0,3.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.,66.0,66.0,5.0,https://pypi.org/project/mkdocs-versioning,2796.0,2796.0,17,True,2.0,,,,,,,,, +57,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,2023-12-28 13:42:33,2023-11-09 12:22:07,154.0,3.0,12.0,4.0,28.0,4.0,37.0,38.0,2023-07-21 14:25:37,1.1.6,11.0,Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..,7.0,7.0,9.0,https://pypi.org/project/mkdoxy,1189.0,1189.0,17,True,2.0,,,,1.0,,,,, +58,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,,30.0,10.0,23.0,12.0,27.0,99.0,2019-06-23 20:25:53,1.0.1,2.0,"Converts your mkdocs documentation in PDF, to be shared with users.",51.0,51.0,8.0,https://pypi.org/project/mkpdfs-mkdocs,596.0,596.0,16,True,2.0,,34.0,,,,,,, +59,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,1.0,12.0,1.0,7.0,,,65.0,2023-03-17 17:41:51,1.5.0,6.0,MkDocs Video plugin.,554.0,554.0,5.0,https://pypi.org/project/mkdocs-video,28762.0,28763.0,16,True,2.0,,41.0,,,,,,, +60,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,2023-08-14 23:37:15,2023-06-07 22:10:53,60.0,,3.0,4.0,17.0,6.0,19.0,63.0,2021-05-09 10:30:10,0.8.0,10.0,Exports your Draw.io diagrams at build time for easier embedding into your documentation.,63.0,63.0,4.0,https://pypi.org/project/mkdocs-drawio-exporter,6934.0,6934.0,16,True,2.0,,,,,,,,, +61,build-plantuml,,build_plantuml,,quantorconsulting/mkdocs_build_plantuml,mkdocs-build-plantuml-plugin,['plugin'],charts,https://github.com/quantorconsulting/mkdocs_build_plantuml,https://github.com/quantorconsulting/mkdocs_build_plantuml,MIT,2019-12-16 05:13:23,2023-11-19 11:34:48,2023-11-19 11:34:47,41.0,4.0,14.0,3.0,14.0,1.0,19.0,49.0,,,,MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).,96.0,96.0,10.0,https://pypi.org/project/mkdocs-build-plantuml-plugin,34684.0,34684.0,16,True,2.0,,,,,,,,, +62,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,2023-10-05 16:20:06,2023-10-05 16:19:24,182.0,,5.0,4.0,34.0,1.0,23.0,36.0,2023-10-05 16:20:06,2.4.3,20.0,MkDocs plugin and extension to create mindmaps from markdown using markmap.,,,3.0,https://pypi.org/project/mkdocs-markmap,1517.0,1521.0,16,True,2.0,,165.0,,,,,,, +63,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,,7.0,4.0,6.0,,14.0,31.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).,64.0,64.0,4.0,https://pypi.org/project/mkdocs-localsearch,1830.0,1830.0,16,True,2.0,,,,,,,,, +64,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,2023-10-11 07:09:43,2023-08-02 19:40:39,38.0,,3.0,4.0,21.0,8.0,6.0,30.0,2023-08-02 19:41:11,0.5.0,1.0,Automatically link across pages in MkDocs.,,,6.0,https://pypi.org/project/mkdocs-autorefs,583467.0,583467.0,16,True,2.0,,,,,,,,, +65,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,2023-12-19 18:25:05,2023-11-24 15:02:14,42.0,8.0,12.0,3.0,7.0,3.0,8.0,19.0,2022-09-18 20:48:07,0.3.0,2.0,Markdown extension: a classier syntax for admonitions.,148.0,148.0,,https://pypi.org/project/markdown-callouts,7290.0,7290.0,16,False,1.0,callouts,,,-1.0,,,,, +66,MkAutoDoc,,,,tomchristie/mkautodoc,mkautodoc,['markdown'],api-docs,https://github.com/tomchristie/mkautodoc,https://github.com/tomchristie/mkautodoc,BSD,2019-10-09 10:40:33,2022-09-26 12:32:12,2022-09-26 12:32:12,27.0,,14.0,8.0,17.0,7.0,11.0,203.0,,,,Auto documentation for MkDocs.,773.0,773.0,7.0,https://pypi.org/project/mkautodoc,5666.0,5666.0,15,False,3.0,mkautodoc,,,,,,,, +67,mktestdocs,,,,koaning/mktestdocs,mktestdocs,[],quality,https://github.com/koaning/mktestdocs,https://github.com/koaning/mktestdocs,Apache-2.0,2020-12-02 11:29:55,2023-04-27 15:55:01,2023-04-27 06:02:12,50.0,,6.0,3.0,8.0,2.0,1.0,99.0,2023-04-27 15:55:01,0.2.1,3.0,Run pytest against markdown files/docstrings.,45.0,45.0,3.0,https://pypi.org/project/mktestdocs,2571.0,2571.0,15,True,1.0,,,,,,,,, +68,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,2023-10-07 05:23:19,2023-10-07 05:23:19,82.0,,9.0,3.0,14.0,3.0,12.0,61.0,2023-10-07 05:11:09,0.1.1,5.0,A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.,,,7.0,https://pypi.org/project/mkdocs-render-swagger-plugin,34720.0,34720.0,15,True,2.0,,,,-1.0,,,,, +69,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,2023-08-21 00:27:10,2023-08-20 23:10:58,155.0,,4.0,2.0,14.0,7.0,10.0,42.0,2023-08-20 23:11:16,0.0.9,9.0,Blog Template for Mkdocs.,35.0,35.0,3.0,https://pypi.org/project/mkdocs-simple-blog,259.0,259.0,15,True,2.0,,,,,,,,, +70,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-01-05 18:52:40,2023-11-06 17:12:40,42.0,3.0,8.0,5.0,10.0,8.0,,29.0,,,,A mkdocs plugin for displaying the last commit and a list of a files contributors.,160.0,160.0,6.0,https://pypi.org/project/mkdocs-git-committers-plugin,5158.0,5158.0,15,True,3.0,,,,,['mkdocs_plugin'],,,, +71,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,2023-10-23 14:46:00,2023-10-23 14:44:33,82.0,4.0,1.0,2.0,3.0,,3.0,16.0,2023-10-23 14:46:01,1.10.0,16.0,A simple MkDocs plugin that converts Obsidian callout blocks to mkdocs supported Admonitions.,979.0,979.0,2.0,https://pypi.org/project/mkdocs-callouts,5944.0,5944.0,15,False,1.0,,,,,,,,, +72,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,2023-06-15 11:19:00,2023-03-01 19:54:31,50.0,,5.0,3.0,22.0,4.0,7.0,14.0,2023-03-01 19:56:43,0.2.1,5.0,A plugin to include code snippets into mkdocs pages.,108.0,108.0,4.0,https://pypi.org/project/mkdocs-codeinclude-plugin,2542.0,2542.0,15,False,2.0,,,,,,,,, +73,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,2023-08-02 17:26:47,2023-08-02 17:26:28,46.0,,1.0,3.0,,4.0,4.0,12.0,2023-08-02 17:26:54,1.0.0,1.0,MkDocs plugin to integrate your coverage HTML report into your site.,182.0,182.0,,https://pypi.org/project/mkdocs-coverage,11521.0,11521.0,15,False,2.0,,,,,,,,, +74,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,2023-11-27 09:14:25,2023-06-27 17:52:12,94.0,,7.0,2.0,5.0,2.0,9.0,6.0,2023-06-21 00:01:59,3.0.1,3.0,MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..,103.0,103.0,4.0,https://pypi.org/project/mkdocs-embed-external-markdown,5366.0,5366.0,15,False,2.0,,,,,,,,, +75,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,2024-01-10 03:56:45,2024-01-10 03:56:44,167.0,82.0,,1.0,147.0,,,1.0,2023-12-26 18:49:39,0.2.0,2.0,"MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.",10.0,10.0,2.0,https://pypi.org/project/mkdocs-minify-html-plugin,4121.0,4121.0,15,False,2.0,,,,,,,,, +76,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,2022-08-12 10:58:05,2022-08-12 10:57:34,67.0,,25.0,6.0,8.0,2.0,22.0,115.0,,,,Math extension for Python-Markdown.,,,8.0,https://pypi.org/project/python-markdown-math,35083.0,35083.0,14,True,2.0,mdx_math,,,,,,,, +77,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,9.0,8.0,13.0,10.0,108.0,,,,[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.,49.0,49.0,4.0,https://pypi.org/project/mkdocs-pandoc,186.0,186.0,14,True,2.0,,,,,,,,, +78,Windmill,windmill,,,gristlabs/mkdocs-windmill,mkdocs-windmill,['theme'],theming,https://github.com/gristlabs/mkdocs-windmill,https://github.com/gristlabs/mkdocs-windmill,,2017-05-15 03:51:22,2022-12-09 08:16:24,2022-03-11 19:50:40,79.0,,45.0,4.0,34.0,14.0,16.0,98.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,279.0,279.0,8.0,https://pypi.org/project/mkdocs-windmill,2808.0,2808.0,14,True,2.0,,,,,,,,, +79,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,,9.0,4.0,6.0,7.0,8.0,68.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,153233.0,153233.0,14,True,2.0,mdx_truly_sane_lists,,,,,,,, +80,Termynal,,termynal,,mkdocs-plugins/termynal,termynal,['plugin'],code-exec-templating,https://github.com/mkdocs-plugins/termynal,https://github.com/mkdocs-plugins/termynal,MIT,2020-11-12 19:59:40,2023-11-25 20:41:27,2023-11-25 20:40:46,73.0,3.0,8.0,1.0,7.0,6.0,7.0,63.0,,,,Python markdown terminal. Built for mkdocs.,117.0,117.0,5.0,https://pypi.org/project/termynal,2399.0,2399.0,14,True,3.0,,,,,,,,, +81,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,2023-12-14 06:30:18,2023-04-15 19:03:27,91.0,,1.0,2.0,83.0,25.0,30.0,54.0,2023-04-15 19:04:10,4.4.0,61.0,monospace theme for MkDocs.,38.0,38.0,,https://pypi.org/project/mkdocs-terminal,582.0,582.0,14,True,2.0,,,,,,,,, +82,mkdocs-exporter,,"['exporter', 'exporter-pdf', 'exporter-extras']",,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,2023-12-04 20:19:50,2023-12-04 20:19:47,99.0,12.0,,3.0,2.0,2.0,12.0,42.0,2023-12-04 20:17:01,5.2.1,25.0,A plugin for MkDocs that exports your pages as PDF documents.,,,2.0,https://pypi.org/project/mkdocs-exporter,1135.0,1135.0,14,True,2.0,,,,,,,,, +83,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,2023-10-20 11:07:06,2022-01-24 19:59:04,40.0,,12.0,2.0,24.0,10.0,14.0,30.0,2022-01-24 20:08:01,_0.1.14,14.0,Plugin for mkdocs which enables easier linking between pages.,87.0,87.0,,https://pypi.org/project/mkdocs-ezlinks-plugin,1782.0,1785.0,14,True,2.0,,128.0,,,,,,, +84,same-dir,,same-dir,,oprypin/mkdocs-same-dir,mkdocs-same-dir,['plugin'],other,https://github.com/oprypin/mkdocs-same-dir,https://github.com/oprypin/mkdocs-same-dir,MIT,2020-04-26 17:38:21,2023-12-03 13:47:52,2023-11-24 15:02:26,40.0,6.0,2.0,2.0,2.0,,6.0,29.0,,,,MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.,240.0,240.0,2.0,https://pypi.org/project/mkdocs-same-dir,12700.0,12700.0,14,True,2.0,,,,,,,,, +85,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,,4.0,3.0,5.0,6.0,5.0,25.0,2021-02-15 09:47:09,0.5,1.0,Markdown extension to wrap images in a lightbox.,89.0,89.0,6.0,https://pypi.org/project/lightgallery,1823.0,1823.0,14,True,2.0,lightgallery,,,1.0,,,,, +86,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,2024-01-06 16:12:51,2024-01-06 16:12:50,97.0,2.0,4.0,4.0,23.0,3.0,7.0,20.0,2023-01-08 23:24:53,2.2.1,8.0,YAML metadata extension for Python-Markdown.,73.0,73.0,7.0,https://pypi.org/project/markdown-full-yaml-metadata,472.0,472.0,14,True,2.0,full_yaml_metadata,,,,,,,, +87,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-09 17:27:11,2023-05-01 13:02:24,36.0,,8.0,2.0,5.0,,7.0,4.0,2023-05-01 13:17:29,1.1.2,2.0,Render inline graphs with Markdown and Graphviz.,,,8.0,https://pypi.org/project/markdown-inline-graphviz-extension,103189.0,103189.0,14,False,2.0,markdown_inline_graphviz,,,,,,,, +88,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,2020-12-19 23:21:44,2020-12-19 23:21:31,841.0,,9.0,3.0,4.0,6.0,5.0,16.0,,,,Documentation tool for Markdown conversion by Jupyter client.,43.0,43.0,4.0,https://pypi.org/project/pheasant,214.0,214.0,13,False,3.0,,,,,,,,, +89,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,2023-12-28 18:41:30,2023-12-28 18:41:22,14.0,5.0,4.0,4.0,4.0,1.0,3.0,14.0,2023-12-28 18:21:54,0.2.2,1.0,mkdocs plugin to provides GitHub like autolink references in Mkdocs.,7.0,7.0,3.0,https://pypi.org/project/autolink-references-mkdocs-plugin,4225.0,4225.0,13,False,2.0,,,,,,,,, +90,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,2023-09-05 09:00:10,2023-09-05 09:00:05,51.0,,2.0,2.0,3.0,7.0,8.0,8.0,2023-09-05 09:00:30,1.0.2,2.0,A spell checker plugin for MkDocs.,31.0,31.0,3.0,https://pypi.org/project/mkdocs-spellcheck,5776.0,5776.0,13,False,2.0,,,,,,,,, +91,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-01-11 15:37:21,2024-01-11 06:19:59,68.0,14.0,2.0,2.0,153.0,3.0,7.0,7.0,2023-07-22 18:06:06,0.1.0,9.0,"A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..",3.0,3.0,4.0,https://pypi.org/project/mkdocs-file-filter-plugin,1723.0,1726.0,13,False,2.0,,33.0,,,,,,, +92,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,3.0,6.0,2.0,4.0,26.0,,,,A MkDocs plugin that support mermaid graph in markdown file.,75.0,75.0,2.0,https://pypi.org/project/mkdocs-mermaid-plugin,6093.0,6093.0,12,True,3.0,,,,,,,,, +93,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,,1.0,2.0,13.0,3.0,3.0,21.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,8385.0,8385.0,12,True,3.0,mkdocs-typer,,,,,,,, +94,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,2023-11-23 12:51:40,2023-11-23 12:50:18,287.0,8.0,2.0,4.0,96.0,2.0,7.0,21.0,,,,Automatically create newsletters from the changes in a mkdocs repository.,29.0,29.0,3.0,https://pypi.org/project/mkdocs-newsletter,1004.0,1004.0,12,True,2.0,,,,-1.0,,,,, +95,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,,4.0,3.0,,1.0,1.0,15.0,,,,This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.,91.0,91.0,,https://pypi.org/project/mkdocs-blog-plugin,1775.0,1775.0,12,False,2.0,,,,,['mkdocs_plugin'],,,, +96,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,2.0,64.0,10.0,6.0,12.0,2022-06-10 14:33:49,0.3.0,2.0,Numpydocs - mkdocs friendly markdown.,36.0,36.0,6.0,https://pypi.org/project/mktheapidocs,182.0,182.0,12,False,3.0,,,,,,,,, +97,Lantana,lantana,,,WSOFT-Project/lantana,lantana,['theme'],theming,https://github.com/WSOFT-Project/lantana,https://github.com/WSOFT-Project/lantana,MIT,2022-10-27 17:47:25,2023-12-27 14:34:52,2023-12-27 14:33:35,99.0,6.0,,1.0,31.0,2.0,17.0,11.0,2023-12-27 14:34:52,2.8.0,25.0,Lantana MKDocsHTML.,3.0,3.0,3.0,https://pypi.org/project/lantana,268.0,279.0,12,False,2.0,,177.0,,,,,,, +98,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-01-02 03:04:29,2023-01-03 16:47:34,107.0,,3.0,2.0,28.0,12.0,24.0,5.0,2022-06-10 13:17:02,0.0.27,27.0,Mkdocs translation plugin using PO files.,,,3.0,https://pypi.org/project/mkdocs-mdpo-plugin,193.0,197.0,12,False,3.0,,146.0,,,,,,, +99,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,3.0,13.0,,1.0,4.0,2020-04-21 10:59:01,0.0.5,4.0,MkDocs User Defined Values.,11.0,11.0,3.0,https://pypi.org/project/mkdocs-user-defined-values,455.0,455.0,12,False,3.0,,10.0,,,,,,, +100,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,3.0,12.0,,1.0,3.0,2022-12-12 07:42:43,1.0.15,2.0,MkDocs backend for Foliant.,29.0,29.0,5.0,https://pypi.org/project/foliantcontrib.mkdocs,161.0,161.0,12,False,3.0,,,,,,,,, +101,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,2023-11-17 07:26:12,2023-11-17 07:26:06,30.0,8.0,2.0,2.0,2.0,,1.0,3.0,2023-11-17 05:32:31,0.2.0,8.0,"A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.",8.0,8.0,3.0,https://pypi.org/project/mkdocs-nav-weight,1945.0,1945.0,12,False,2.0,,,,,,,,, +102,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,,32.0,8.0,10.0,1.0,7.0,75.0,,,,Python Markdown extension for lists of tasks with checkboxes.,,,2.0,https://pypi.org/project/markdown-checklist,3667.0,3667.0,11,True,2.0,markdown_checklist.extension,,,,,,,, +103,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,2023-06-08 06:20:32,2023-06-08 06:20:31,33.0,,14.0,3.0,11.0,,,44.0,,,,An MkDocs plugin that automagically generates relative links between markdown pages.,,,9.0,https://pypi.org/project/mkdocs-roamlinks-plugin,7795.0,7795.0,11,True,2.0,,,,,,,,, +104,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,1.0,2.0,6.0,1.0,,6.0,31.0,2024-01-04 14:10:16,0.5.2,3.0,"A bit like monorepo, but keeps MkDocs projects separate.",,,2.0,https://pypi.org/project/mkdocs-multirepo,179.0,179.0,11,True,3.0,,,,,,,,, +105,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,,2.0,2.0,1.0,1.0,1.0,24.0,,,,MkDocs plugin to render Diagrams files.,53.0,53.0,,https://pypi.org/project/mkdocs-diagrams,10146.0,10146.0,11,True,3.0,,,,,,,,, +106,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,2023-01-21 06:02:45,2023-01-21 05:58:42,27.0,,5.0,1.0,11.0,4.0,3.0,20.0,2023-01-21 06:02:45,0.8.0,6.0,Merge the source of multiple MkDocs sites into a single one.,4.0,4.0,3.0,https://pypi.org/project/mkdocs-merge,542.0,542.0,11,True,3.0,,,,,,,,, +107,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,2023-10-25 18:42:00,2023-10-24 19:53:03,15.0,2.0,1.0,2.0,1.0,1.0,1.0,13.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.,84.0,84.0,,https://pypi.org/project/mkdocs-open-in-new-tab,6039.0,6039.0,11,False,2.0,,,,,,,,, +108,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,,4.0,1.0,1.0,2.0,3.0,11.0,,,,Ivory theme for MkDocs.,66.0,66.0,2.0,https://pypi.org/project/mkdocs-ivory,3782.0,3782.0,11,False,2.0,,,,,,,,, +109,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,,1.0,1.0,1.0,,7.0,7.0,2023-07-17 15:18:12,0.2.0,9.0,An MkDocs plugin to find unused (orphaned) files in your project.,14.0,14.0,2.0,https://pypi.org/project/mkdocs-unused-files,1948.0,1948.0,11,False,2.0,,,,,,,,, +110,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,2024-01-03 11:53:50,2024-01-03 11:52:14,41.0,25.0,2.0,1.0,3.0,,3.0,5.0,2023-11-06 19:46:56,1.1.0,2.0,A plugin for embedding D2 diagrams in MkDocs.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-d2-plugin,888.0,888.0,11,False,3.0,,,,,,,,, +111,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,,2.0,5.0,3.0,1.0,,5.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.,11.0,11.0,4.0,https://pypi.org/project/mkdocs-pdf-with-js-plugin,1071.0,1071.0,11,False,3.0,,,,,,,,, +112,mkdocs-version-annotations,,mkdocs-version-annotations,,glennmatthews/mkdocs-version-annotations,mkdocs-version-annotations,['plugin'],snippets-include,https://github.com/glennmatthews/mkdocs-version-annotations,https://github.com/glennmatthews/mkdocs-version-annotations,MIT,2022-09-14 15:06:14,2022-09-14 15:15:44,2022-09-14 15:05:30,5.0,,,2.0,,1.0,,1.0,2022-09-14 15:15:45,1.0.0,1.0,MkDocs plugin to add custom admonitions for documenting version differences.,196.0,196.0,,https://pypi.org/project/mkdocs-version-annotations,5975.0,5975.0,11,False,3.0,,8.0,,,,,,, +113,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,2024-01-08 20:57:53,2024-01-08 20:57:28,38.0,38.0,,1.0,,2.0,3.0,,2023-12-16 17:46:46,0.0.10,7.0,"MkDocs plugin that allows you to display the page tree. Like `sitemap.xml`, but for humans.",1.0,1.0,,https://pypi.org/project/mkdocs-pagetree-plugin,306.0,306.0,11,True,2.0,,,,,,,,, +114,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,2023-08-31 15:32:44,2023-08-31 15:32:44,51.0,,,4.0,10.0,,,27.0,2021-06-27 17:55:28,0.2.0,2.0,MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.,3.0,3.0,2.0,https://pypi.org/project/mkrefs,44.0,44.0,10,True,3.0,,,,,,,,, +115,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,2.0,4.0,2.0,9.0,13.0,,,,MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.,30.0,30.0,3.0,https://pypi.org/project/mkdocs-add-number-plugin,961.0,961.0,10,False,2.0,,,,,,,,, +116,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,,3.0,3.0,2.0,3.0,4.0,12.0,,,,An mkdocs plugin that injects snippets from a file in a git repository.,13.0,13.0,3.0,https://pypi.org/project/mkdocs-snippet-plugin,346.0,346.0,10,False,3.0,,,,,,,,, +117,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,2023-06-23 19:17:02,2023-06-23 19:17:01,21.0,,1.0,2.0,2.0,1.0,3.0,10.0,2023-04-17 22:36:21,0.6.0,7.0,An MkDocs plugin allowing links to your pages using a custom alias.,11.0,11.0,2.0,https://pypi.org/project/mkdocs-alias-plugin,313.0,313.0,10,False,3.0,,,,,,,,, +118,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,,4.0,4.0,1.0,1.0,6.0,8.0,,,,Python-Markdown plugin for image captions.,128.0,128.0,2.0,https://pypi.org/project/markdown-captions,2241.0,2241.0,10,False,3.0,markdown_captions,,,,,,,, +119,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,2023-08-04 14:18:34,2023-07-25 15:59:38,151.0,,,10.0,2.0,,4.0,7.0,,,,KPN theme for MkDocs | owner=flow.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-kpn,597.0,597.0,10,False,2.0,,,,,,,,, +120,toc-sidebar,,toc-sidebar,,midnightprioriem/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,3.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.,30.0,30.0,2.0,https://pypi.org/project/mkdocs-toc-sidebar-plugin,3260.0,3260.0,10,False,3.0,,,zachhannum/mkdocs-toc-sidebar-plugin,,,,,, +121,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,2.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.,54.0,54.0,2.0,https://pypi.org/project/MarkdownSubscript,106.0,106.0,10,False,2.0,subscript,,,,,,,, +122,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,2.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.,42.0,42.0,2.0,https://pypi.org/project/MarkdownSuperscript,398.0,398.0,10,False,2.0,superscript,,,,,,,, +123,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,2024-01-11 14:59:14,2024-01-11 14:58:48,89.0,89.0,1.0,1.0,1.0,3.0,2.0,1.0,2023-12-17 21:27:35,0.0.16,5.0,MkDocs plugin that allows you to display a list of recently modified pages from the Git log.,,,,https://pypi.org/project/mkdocs-git-latest-changes-plugin,238.0,238.0,10,False,3.0,,,,,,,,, +124,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,2022-07-26 05:44:16,2022-07-26 05:42:09,70.0,,2.0,4.0,2.0,3.0,5.0,51.0,,,,Python Markdown extension to include local or remote files.,,,3.0,https://pypi.org/project/mdx-include,11249.0,11249.0,9,True,3.0,mdx_include,,,,,,,, +125,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,,19.0,3.0,4.0,6.0,8.0,41.0,,,,Processes tags in yaml metadata.,,,3.0,https://pypi.org/project/mkdocs-plugin-tags,335.0,335.0,9,True,3.0,,,,,,,,, +126,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,2023-09-04 16:57:48,2023-09-04 16:57:44,438.0,,,7.0,,1.0,1.0,20.0,,,,Dev Centric Tools for Mkdocs Based Documentation.,6.0,6.0,3.0,https://pypi.org/project/docutools,181.0,181.0,9,True,3.0,,,,,,,,, +127,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,,7.0,2.0,3.0,2.0,1.0,18.0,,,,A MkDocs plugin that converts markdown encoded images into figure elements.,107.0,107.0,2.0,https://pypi.org/project/mkdocs-img2fig-plugin,1136.0,1136.0,9,False,3.0,,,,,,,,, +128,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,,6.0,2.0,,,1.0,12.0,2022-03-10 22:29:19,1.3.0,1.0,"Outstanding mkdocs theme with a focus on navigation, customization and usability.",17.0,17.0,8.0,https://pypi.org/project/mkdocs-custommill,623.0,623.0,9,False,3.0,,,,,,,,, +129,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,2023-07-31 09:20:53,2023-07-31 09:20:53,8.0,,1.0,2.0,,,1.0,12.0,2023-07-31 09:00:30,0.2.0,2.0,A MkDocs plugin that adds support for site-relative `site:` URLs.,6.0,6.0,,https://pypi.org/project/mkdocs-site-urls,1382.0,1382.0,9,False,3.0,,,,,,,,, +130,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,2023-06-23 19:16:01,2023-06-23 19:15:59,13.0,,,2.0,,,2.0,11.0,2023-06-20 05:00:21,0.4.0,6.0,An MkDocs plugin allowing for categorization of wiki pages.,11.0,11.0,,https://pypi.org/project/mkdocs-categories-plugin,173.0,173.0,9,False,3.0,,,,,,,,, +131,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,2023-12-22 19:53:20,2023-12-22 19:52:23,25.0,3.0,9.0,5.0,13.0,,5.0,8.0,,,,Python-Markdown GitHub Links Extension.,,,4.0,https://pypi.org/project/mdx-gh-links,6070.0,6070.0,9,False,3.0,mdx_gh_links,,,,,,,, +132,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,,4.0,1.0,5.0,7.0,,7.0,,,,"Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.",,,5.0,https://pypi.org/project/mkdocs-linkcheck,1361.0,1361.0,9,False,3.0,,,,,,,,, +133,tooltipster-links,,tooltipster-links,,midnightprioriem/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,3.0,1.0,2.0,,6.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.,21.0,21.0,,https://pypi.org/project/mkdocs-tooltipster-links-plugin,149.0,149.0,9,False,3.0,,,zachhannum/mkdocs-tooltipster-links-plugin,,,,,, +134,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,,2.0,1.0,2.0,1.0,1.0,5.0,2020-10-08 22:01:08,1.0.1,2.0,Python markdown breakless lists extension.,,,,https://pypi.org/project/mdx-breakless-lists,8930.0,8930.0,9,False,2.0,mdx_breakless_lists,,,,,,,, +135,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,2023-08-14 22:07:46,2023-01-07 23:04:02,49.0,,,2.0,28.0,1.0,4.0,4.0,2020-04-18 18:52:05,0.4.0,3.0,A vanilla Bootstrap 4 theme for MkDocs.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-theme-bootstrap4,70.0,70.0,9,False,3.0,,,,,['mkdocs_theme'],,,, +136,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,2023-02-07 20:12:48,2023-02-07 20:12:30,7.0,,,1.0,4.0,2.0,,4.0,2023-02-07 20:12:48,0.1.2,2.0,MkDocs plugin for marking links e.g. external ones or mails.,3.0,3.0,,https://pypi.org/project/mkdocs-link-marker,250.0,250.0,9,False,3.0,,,,,,,,, +137,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,2023-11-29 00:11:25,2023-10-20 02:33:49,204.0,2.0,,3.0,28.0,,,3.0,2022-11-20 04:04:00,-1.5.1,15.0,Plugin for safe text editing with MKDocs.,,,2.0,https://pypi.org/project/mkdocs-safe-text-plugin,169.0,169.0,9,False,3.0,,,,,,,,, +138,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,,1.0,,3.0,,,,WIP plugin for working with titles of pages in MkDocs.,32.0,32.0,,https://pypi.org/project/mkdocs-nav-enhancements,2386.0,2386.0,9,False,3.0,,,,,,,,, +139,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,,2.0,,2.0,4.0,,2.0,2021-01-30 04:25:34,0.1.0,1.0,Adds stylesheets to your mkdocs site from Sass/SCSS.,15.0,15.0,,https://pypi.org/project/mkdocs-extra-sass-plugin,2698.0,2698.0,9,False,3.0,,,,,,,,, +140,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,2023-12-03 13:47:56,2023-11-24 15:02:15,44.0,7.0,,2.0,,,,1.0,,,,Checks Markdown code blocks in a MkDocs site against user-defined actions.,13.0,13.0,,https://pypi.org/project/mkdocs-code-validator,335.0,335.0,9,False,3.0,,,,,,,,, +141,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,6.0,3.0,4.0,1.0,41.0,,,,Automatic generation of documentation for mkdocs.,5.0,5.0,6.0,https://pypi.org/project/automacdoc,60.0,60.0,8,True,3.0,,,,,,,,, +142,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,,9.0,4.0,12.0,3.0,14.0,36.0,,,,Alabaster port for MkDocs.,,,9.0,https://pypi.org/project/mkdocs-alabaster,165.0,165.0,8,True,3.0,,,,,,,,, +143,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,,10.0,4.0,,,4.0,33.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,,,4.0,https://pypi.org/project/mkdocs-windmill-dark,413.0,413.0,8,True,3.0,,,,,,,,, +144,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,,1.0,1.0,2.0,2.0,2.0,23.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,59229.0,59229.0,8,True,3.0,,8.0,,,,,,, +145,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,,3.0,3.0,5.0,,6.0,14.0,,,,A wikilink extension for Python Markdown.,,,5.0,https://pypi.org/project/mdx-wikilink-plus,1433.0,1433.0,8,False,3.0,mdx_wikilink_plus,,,,,,,, +146,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,2.0,,,,11.0,,,,A MkDocs plugin to add bootstrap classes to plan markdown generated tables.,68.0,68.0,,https://pypi.org/project/mkdocs-bootstrap-tables-plugin,716.0,716.0,8,False,3.0,,,,,,,,, +147,git snippet,,gitsnippet,,SamazoOo/mkdocs-gitsnippet-plugin,mkdocs-gitsnippet-plugin,['plugin'],snippets-include,https://github.com/SamazoOo/mkdocs-gitsnippet-plugin,https://github.com/SamazoOo/mkdocs-gitsnippet-plugin,MIT,2020-05-06 08:47:46,2020-11-15 20:10:15,2020-11-15 20:10:06,14.0,,3.0,2.0,1.0,,,5.0,,,,Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.,7.0,7.0,4.0,https://pypi.org/project/mkdocs-gitsnippet-plugin,315.0,315.0,8,False,3.0,,,,,,,,, +148,Zettelkasten,zettelkasten-solarized-light,['zettelkasten'],,buvis-net/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,2023-10-10 08:23:53,2023-10-10 08:23:41,48.0,,,1.0,11.0,6.0,3.0,4.0,2022-11-25 12:19:12,0.1.8,3.0,This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).,2.0,2.0,3.0,https://pypi.org/project/mkdocs-zettelkasten,66.0,66.0,8,False,3.0,,19.0,buvis/mkdocs-zettelkasten,,,,,, +149,vim-md-tags,,vim-md-tags,,midnightprioriem/mkdocs-vim-md-tags-plugin,mkdocs-vim-md-tags-plugin,['plugin'],other,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,4.0,1.0,,,4.0,2020-05-08 18:43:26,_020,2.0,An MkDocs plugin that creates a vim tag file of all markdown files.,9.0,9.0,4.0,https://pypi.org/project/mkdocs-vim-md-tags-plugin,143.0,143.0,8,False,2.0,,,zachhannum/mkdocs-vim-md-tags-plugin,,,,,, +150,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,2.0,1.0,1.0,,3.0,,,,MkDocs plugin for converting absolute links to relative ones.,20.0,20.0,2.0,https://pypi.org/project/mkdocs-abs-rel-plugin,738.0,738.0,8,False,3.0,,,,,,,,, +151,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,31.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,3848.0,3848.0,7,True,3.0,,,,,,lramage/mkdocs-bootstrap386,https://gitlab.com/lramage/mkdocs-bootstrap386,, +152,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,,,,12.0,,,8.0,10.0,27.0,,,0.0,Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.,,,,https://pypi.org/project/mkdocs-gitbook,4778.0,4778.0,7,True,3.0,,,,,,lramage/mkdocs-gitbook-theme,https://gitlab.com/lramage/mkdocs-gitbook-theme,, +153,Termage,,termage,,bczsalba/Termage,mkdocs-termage-plugin,['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,,,2.0,,1.0,4.0,18.0,2022-08-23 08:11:16,0.6.1,6.0,"Generate SVGs from any Python code, even in your documentation.",1.0,1.0,,https://pypi.org/project/mkdocs-termage-plugin,,,7,False,3.0,,,,,,,,, +154,caption,,,,flywire/caption,,['markdown'],markdown,https://github.com/flywire/caption,https://github.com/flywire/caption,GPL-3.0,2020-06-27 13:08:11,2023-03-05 16:51:03,2023-01-29 20:40:28,64.0,,2.0,3.0,5.0,5.0,1.0,9.0,2020-07-16 04:50:53,0.2.3,1.0,,47.0,47.0,3.0,,,,7,False,3.0,"['caption', 'image_captions', 'table_captions']",,,,,,,, +155,placeholder,,placeholder,,six-two/mkdocs-placeholder-plugin,mkdocs-placeholder-plugin,['plugin'],other,https://github.com/six-two/mkdocs-placeholder-plugin,https://github.com/six-two/mkdocs-placeholder-plugin,MIT,2022-07-24 08:54:44,2023-08-01 18:14:54,2023-08-01 18:14:10,170.0,,2.0,1.0,1.0,,4.0,7.0,,,,Add placeholders to your MkDocs pages.,,,2.0,https://pypi.org/project/mkdocs-placeholder-plugin,429.0,429.0,7,False,3.0,,,,,,,,, +156,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,2023-06-23 19:17:54,2023-06-23 19:17:53,12.0,,1.0,2.0,,1.0,,6.0,2023-06-23 19:06:46,0.1.2,3.0,An MkDocs plugin that allows editing pages directly from the browser.,2.0,2.0,,https://pypi.org/project/mkdocs-live-edit-plugin,58.0,58.0,7,False,3.0,,,,,,,,, +157,badges,,badges,,six-two/mkdocs-badges,mkdocs-badges,['plugin'],other,https://github.com/six-two/mkdocs-badges,https://github.com/six-two/mkdocs-badges,MIT,2022-04-23 12:11:33,2023-12-31 14:24:53,2023-12-31 14:24:43,46.0,1.0,1.0,2.0,,,4.0,6.0,,,,Add badges to your mkdocs page.,,,,https://pypi.org/project/mkdocs-badges,491.0,491.0,7,False,3.0,,,,,,,,, +158,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,,,2.0,,,,4.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,51.0,51.0,7,False,3.0,,,,,,,,, +159,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,2.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.",1.0,1.0,,https://pypi.org/project/mkdocs-add-teaser,109.0,109.0,7,False,3.0,,,,,,,,, +160,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,36.0,36.0,7,False,3.0,mdx_asciimathml,,,,,,,, +161,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,2023-07-20 13:24:42,2023-07-20 13:24:17,19.0,,1.0,3.0,3.0,,,3.0,2023-07-20 13:25:26,0.3.0,7.0,SWAN MkDocs theme.,3.0,3.0,2.0,https://pypi.org/project/mkdocs-swan,71.0,71.0,7,False,3.0,,,,,,,,, +162,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,2023-12-21 14:14:43,2023-12-21 14:13:55,8.0,4.0,1.0,1.0,1.0,,1.0,3.0,2023-12-21 14:14:44,1.0.2,2.0,The Mkdocs-Typedoc Plugin is designed to integrate TypeDoc documentation with your MkDocs project.,,,2.0,https://pypi.org/project/mkdocs-typedoc,124.0,124.0,7,False,3.0,,,,,,,,, +163,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,2.0,,,,3.0,,,,Emdash extension for python-markdown.,32.0,32.0,,https://pypi.org/project/markdown-emdash,136.0,136.0,7,False,3.0,mdx_emdash,,,,,,,, +164,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,2019-02-06 17:56:45,2019-02-06 17:56:44,4.0,,,2.0,,1.0,,2.0,,,,Adds a markdown template filter to the jinja templating environment in mkdocs.,20.0,20.0,,https://pypi.org/project/mkdocs-markdown-filter,222.0,222.0,7,False,3.0,,,,,,,,, +165,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,,,3.0,,,,2.0,,,,Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.,3.0,3.0,,https://pypi.org/project/mkpatcher,850.0,850.0,7,False,3.0,mkpatcher,,,,,,,, +166,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,2023-04-06 21:54:07,2023-03-24 13:25:32,15.0,,1.0,1.0,10.0,2.0,1.0,1.0,2023-03-24 13:25:47,0.2.1,6.0,MkDocs plugin for managing meta tags across folders and files.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-meta-manager,326.0,326.0,7,False,3.0,,,,,,,,, +167,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,2024-01-02 18:35:13,2024-01-02 18:35:12,10.0,10.0,,1.0,9.0,2.0,,1.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,229.0,229.0,7,False,3.0,,,,,,,,True, +168,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,10.0,,1.0,9.0,,,1.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,218.0,218.0,7,False,3.0,,,,,,,,True, +169,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,,2.0,1.0,5.0,,,1.0,2022-10-10 22:57:56,0.1.2,3.0,Yet Another Multirepo Plugin for MkDocs.,3.0,3.0,2.0,https://pypi.org/project/mkdocs-yamp,27.0,27.0,7,False,3.0,,,,,,,,, +170,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,2023-10-14 12:19:27,2023-10-14 12:16:09,28.0,4.0,,1.0,,,1.0,,,,4.0,An MkDocs plugin that lets you do Literate Programming through Entangled.,6.0,6.0,,https://pypi.org/project/mkdocs-entangled-plugin,104.0,104.0,7,True,3.0,,,,,,,,, +171,no-sitemap,,no-sitemap,,leonardehrenfried/mkdocs-no-sitemap-plugin,mkdocs-no-sitemap-plugin,['plugin'],other,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,MIT,2023-04-04 12:31:54,2023-04-04 12:32:09,2023-04-04 12:31:22,2.0,,,1.0,,,,,,,,Disable Mkdocs sitemap generation.,7.0,7.0,,https://pypi.org/project/mkdocs-no-sitemap-plugin,1554.0,1554.0,7,True,3.0,,,,,,,,, +172,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,4.0,1.0,3.0,2.0,30.0,,,,MkDocs plugin for render swagger into docs.,,,,,,,6,True,3.0,,,,,,,,, +173,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,,3.0,3.0,2.0,2.0,,15.0,,,,A Doxygen plugin for MkDocs.,,,3.0,,,,6,False,3.0,,,,,,,,, +174,markdown-katex,,,,,markdown-katex,['markdown'],markdown,,https://gitlab.com/mbarkhau/markdown-katex,,2019-05-14 07:53:31,2019-05-14 07:53:31,,,,5.0,,,4.0,13.0,11.0,,,0.0,KaTeX extension for Python Markdown.,,,,https://pypi.org/project/markdown-katex,2121.0,2121.0,6,False,3.0,markdown_katex,,,,,mbarkhau/markdown-katex,https://gitlab.com/mbarkhau/markdown-katex,, +175,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,5.0,7.0,3.0,4.0,11.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,11.0,11.0,6,False,3.0,iconfonts,,,,,,,, +176,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,2021-08-02 16:08:15,2021-06-26 00:35:03,13.0,,2.0,,1.0,1.0,2.0,9.0,,,,A MkDocs plugin for support wavedrom charts in markdown file.,9.0,9.0,,https://pypi.org/project/mkdocs-wavedrom-plugin,147.0,147.0,6,False,3.0,,,,,,,,, +177,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,,5.0,2.0,7.0,,1.0,7.0,,,,"The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to..",1.0,1.0,4.0,https://pypi.org/project/mkdocs-mk2pdf-plugin,49.0,49.0,6,False,3.0,,,,,,,,, +178,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,2023-06-29 06:44:10,2023-06-29 06:39:53,81.0,,1.0,3.0,1.0,,1.0,6.0,,,,A MkDocs plug-in provides a source parser for *.ipynb files.,2.0,2.0,5.0,https://pypi.org/project/mkdocs-nbconvert,82.0,82.0,6,False,3.0,,,,,,,,, +179,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,2023-09-14 18:55:28,2023-09-14 18:14:25,37.0,,1.0,2.0,5.0,,,5.0,,,,A MkDocs theme.,39.0,39.0,2.0,https://pypi.org/project/mkdocs-nature,701.0,701.0,6,False,3.0,,,,,,,,, +180,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,2021-07-10 04:26:16,2021-07-10 04:26:08,101.0,,,2.0,,1.0,1.0,5.0,,,,Write docstrings in markdown!.,5.0,5.0,,https://pypi.org/project/inari,139.0,139.0,6,False,3.0,,,,,,,,, +181,progress,,progress,,rdilweb/mkdocs-plugin-progress,,['plugin'],site-management,https://github.com/rdilweb/mkdocs-plugin-progress,https://github.com/rdilweb/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,,,2.0,2.0,,1.0,4.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.,27.0,27.0,3.0,,,,6,False,3.0,,,,,,,,, +182,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,,3.0,1.0,2.0,2.0,1.0,3.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,520.0,520.0,6,False,3.0,,,,,,,,, +183,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,3.0,2023-09-10 15:45:16,1.0.4,3.0,A mkdocs plugin for excluding files based on frontmatter tags.,2.0,2.0,2.0,https://pypi.org/project/mkdocs-exclude-tagged-files,36.0,36.0,6,False,3.0,,,,,,,,, +184,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,,,4.0,,,1.0,2.0,,,,Customize MkDocs options on a per-branch basis.,15.0,15.0,,https://pypi.org/project/mkdocs-branchcustomization-plugin,136.0,136.0,6,False,3.0,,,,,,,,, +185,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,2023-05-24 16:51:34,2023-05-24 16:44:15,21.0,,,1.0,2.0,,1.0,2.0,2023-05-24 17:04:09,1.2.1,2.0,Exclude orphaned (unused) static files from your mkdocs build.,1.0,1.0,2.0,https://pypi.org/project/mkdocs-exclude-unused-files,179.0,179.0,6,False,3.0,,,,,,,,, +186,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,2023-09-08 07:46:49,2023-09-01 09:32:01,142.0,,,1.0,,,,1.0,2023-09-08 07:46:19,0.1.12,12.0,"A simple theme for MkDocs, using the w3.css framework and configurable color schemes.",2.0,2.0,,https://pypi.org/project/mkdocs-risonia-theme,30.0,30.0,6,False,3.0,,,,,,,,, +187,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,,1.0,2023-06-30 16:19:47,1.0.0,1.0,MkDocs plugin to resize images according to the configuration.,3.0,3.0,,https://pypi.org/project/mkdocs-resize-images,137.0,137.0,6,False,3.0,,,,,,,,, +188,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,2023-11-12 11:25:32,2023-11-12 11:25:19,12.0,12.0,,1.0,,,,,,,,Generate a page with all listings and/or a search page for listings.,,,,https://pypi.org/project/mkdocs-extract-listings-plugin,50.0,50.0,6,True,3.0,,,,,,,,, +189,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,2023-11-05 02:08:31,2023-11-05 02:08:28,24.0,1.0,,2.0,7.0,,11.0,18.0,2018-10-11 17:53:21,0.4.0,7.0,"An accessible, skimmable theme for MkDocs.",,,,,,,5,False,3.0,,,,,,,,, +190,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,5.0,5.0,,,14.0,,,,HEARTBEATS Flavored Markdown extension.,8.0,8.0,2.0,https://pypi.org/project/hbfm,201.0,201.0,5,False,3.0,"['hbfm.inline_coloring', 'hbfm.inline_list', 'hbfm.number_headers', 'hbfm.quote_uri_hash']",,,,,,,, +191,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,1.0,1.0,,2.0,7.0,,,,Mkdocs plugin to add interactive charts with Plotly.js.,7.0,7.0,2.0,https://pypi.org/project/mkdocs-plotly-plugin,382.0,382.0,5,False,3.0,,,,,,,,, +192,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,2.0,,,,5.0,,,,A documentation theme for mkdocs.,8.0,8.0,,https://pypi.org/project/mkdocs-moonstone,34.0,34.0,5,False,3.0,,,,,,,,, +193,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,2021-04-30 19:21:28,2021-04-30 19:20:26,81.0,,,2.0,,1.0,2.0,4.0,,,,aafigure extension for Python Markdown.,,,,https://pypi.org/project/markdown-aafigure,34.0,34.0,5,False,3.0,markdown_aafigure,,,,,,,, +194,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,,,3.0,,,,3.0,,,,A MkDocs plugin that enables the Jinja2-sandbox.,,,,,,,5,False,3.0,,,,,,,,, +195,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,19.0,2.0,,1.0,2.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,,,,5,False,3.0,,,,,,,,, +196,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,2023-11-27 15:02:22,2023-11-27 15:01:05,99.0,6.0,,2.0,,1.0,3.0,2.0,,,,Glossary support for mkdocs.,,,,https://pypi.org/project/mkdocs-ezglossary-plugin,99.0,99.0,5,False,3.0,,,,,,,,, +197,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,,,3.0,1.0,1.0,,2.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,14.0,14.0,5,False,3.0,,,,,,,,, +198,thumbnails,,thumbnails,,normanlorrain/mkdocs-thumbnails,mkdocs-thumbnails,['plugin'],other,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,,,2.0,,1.0,1.0,2.0,,,,MkDocs plugin for thumbnail images generated automatically.,,,,https://pypi.org/project/mkdocs-thumbnails,279.0,279.0,5,False,3.0,,,,,,,,, +199,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.,3.0,3.0,,https://pypi.org/project/markdown-figcap,37.0,37.0,5,False,3.0,markdown_figcap,,,,,,,, +200,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,2023-05-25 05:04:11,2023-05-25 05:04:11,5.0,,1.0,1.0,1.0,,,1.0,2021-04-14 14:19:33,0.1.0,1.0,Mkdocs plugin for converting absolute paths to webcontext aware paths using the configured webcontext context.,4.0,4.0,2.0,https://pypi.org/project/mkdocs-webcontext-plugin,59.0,59.0,5,False,3.0,,5.0,,,,,,, +201,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,,,,3.0,,,2.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,1848.0,1848.0,5,False,3.0,markdown_grid_tables,,,,,WillDaSilva/markdown_grid_tables,https://gitlab.com/WillDaSilva/markdown_grid_tables,, +202,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,2023-07-20 13:42:30,2023-07-20 13:42:17,16.0,,,3.0,1.0,,,1.0,2023-07-20 13:43:16,0.0.6,6.0,MkDocs plugin to generate a SWAN Gallery.,1.0,1.0,2.0,https://pypi.org/project/mkdocs-swangallery,26.0,26.0,5,False,3.0,,,,,,,,, +203,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,2023-07-09 13:34:46,2023-07-09 13:33:51,5.0,,,1.0,,,,1.0,2023-07-07 08:27:09,1.0.1,1.0,MkDocs plugin to zip configured folders and add them to the site.,,,,https://pypi.org/project/mkdocs-zip-folders,25.0,25.0,5,False,3.0,,,,,,,,, +204,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,3.0,,,1.0,,,,,Allows for more than one yaml config in mkdocs.,,,,https://pypi.org/project/mkdocs-codeyaml-plugin,27.0,27.0,5,True,3.0,,,,,,,,, +205,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,,,,,,,Plugin for MKDocs to inject the latest release tag from git into markdown.,,,3.0,https://pypi.org/project/mkdocs-latest-release-plugin,575.0,575.0,5,True,3.0,,,,,,,,, +206,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,,,2.0,,,,,,,,Filter pages for assignments.,7.0,7.0,,https://pypi.org/project/mkdocs-select-files,13.0,13.0,5,True,3.0,,,,,,,,, +207,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,,5.0,2.0,2.0,1.0,1.0,23.0,,,,mkdocs rtl theme based on mkdocs-material.,,,2.0,,,,4,False,3.0,,,,,,,,, +208,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,2.0,,,1.0,15.0,,,,Python-Markdown extension to embed tweetable quotes into your blog posts.,2.0,2.0,,https://pypi.org/project/markdown-tweetable,4.0,4.0,4,False,3.0,tweetable.extension,,,,,,,, +209,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,2021-12-08 23:42:59,2021-06-26 00:34:41,122.0,,1.0,1.0,,,1.0,10.0,,,,A mkdocs theme for create PDF and printing with paged.js.,2.0,2.0,,https://pypi.org/project/mkdocs-theme-topdf,12.0,12.0,4,False,3.0,,,,,,,,, +210,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,3.0,1.0,1.0,,6.0,,,,Python-Markdown extension to support the cite tag.,,,,https://pypi.org/project/mdx-cite,7.0,7.0,4,False,3.0,mdx_cite,,,,,,,, +211,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,,,1.0,,,,4.0,,,,MkDocs Plugin to inject social media cards for each entry in an awesome-list.,,,,,,,4,False,3.0,,,,,,,,, +212,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,,,3.0,,,1.0,3.0,,,,A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.,,,,,,,4,False,3.0,,,,,,,,, +213,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,,,2.0,,,,2.0,,,,Theme Mkdocs Like a Github. DEMO =.,8.0,8.0,,https://pypi.org/project/mkdocs-github,12.0,12.0,4,False,3.0,,,,,,,,, +214,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,131.0,131.0,4,False,3.0,,,,,,,,, +215,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,2.0,,,,2.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,404.0,404.0,4,False,3.0,,,,,,,,, +216,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,139.0,,1.0,1.0,,,1.0,,,,,,,7.0,https://pypi.org/project/mkdocs-image-formatter-plugin,25.0,25.0,4,False,3.0,,,,,,,,, +217,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,,,,KBD Extension for Python-Markdown.,6.0,6.0,,https://pypi.org/project/kbdextension,89.0,89.0,4,False,3.0,kbdextension,,,,,,,, +218,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,,,2.0,,1.0,,1.0,,,,Allows to merge mkdocs documentations dynamically.,,,,https://pypi.org/project/mkdocs-multiple,807.0,807.0,4,False,3.0,,,,,,,,, +219,Family tree example,,,,unverbuggt/mkdocs-familytree-example,,[],other,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,,,1.0,,,,An interactive family tree visualization using d3-dag.,,,6.0,,,,4,False,3.0,,,,,,,,, +220,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,,12.0,,,,Markdown extension to support the del and ins tags.,,,2.0,https://pypi.org/project/markdown-del-ins,382.0,382.0,3,False,3.0,markdown_del_ins,,,,,,,, +221,autoreflinks,,autoreflinks,,pauloue/mkdocs-autoreflinks-plugin,,['plugin'],links-refs,https://github.com/p-ouellette/mkdocs-autoreflinks-plugin,https://github.com/p-ouellette/mkdocs-autoreflinks-plugin,0BSD,2019-08-25 18:43:10,2021-02-13 22:17:31,2021-02-13 22:14:37,3.0,,,1.0,,,3.0,5.0,,,,An MkDocs plugin that auto-links heading references.,,,,,,,3,False,3.0,,,p-ouellette/mkdocs-autoreflinks-plugin,,,,,, +222,Cluster,cluster,,,,mkdocs-cluster,['theme'],theming,,https://gitlab.com/kaliko/mkdocs-cluster,,2016-06-02 15:03:33,2016-06-02 15:03:33,,,,1.0,,,,1.0,4.0,,,0.0,Another bootstrap theme for MkDocs.,,,,https://pypi.org/project/mkdocs-cluster,162.0,162.0,3,False,3.0,,,,,,kaliko/mkdocs-cluster,https://gitlab.com/kaliko/mkdocs-cluster,, +223,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,4.0,,,,MkDocs plugin to render sequence.js blocks.,,,,,,,3,False,3.0,,,,,,,,, +224,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,2.0,3.0,,1.0,4.0,,,,An MkDocs plugin that simplifies internal links creation.,,,3.0,,,,3,False,3.0,,,,,,,,, +225,mkdocs-copy,,copy,,chikamichi/mkdocs-copy,mkdocs-copy,['plugin'],nav-pages,https://github.com/chikamichi/mkdocs-copy,https://github.com/chikamichi/mkdocs-copy,MIT,2021-09-11 17:22:19,2021-09-21 14:19:26,2021-09-21 14:19:26,2.0,,,2.0,,1.0,,4.0,,,1.0,A MkDocs plugin that lets you copy (and maybe transform) arbitrary doc files to the build.,,,,https://pypi.org/project/mkdocs-copy,15.0,15.0,3,False,3.0,,5.0,,,,,,, +226,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,2.0,,,,2.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,47.0,47.0,3,False,3.0,,,,,,,,, +227,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,,,,,,,,https://pypi.org/project/mkdocs-import-statement-plugin,49.0,49.0,3,False,3.0,,,,,,,,, +228,mkdocs-title-casing-plugin,,title-casing,,Rusty3141/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,,,,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.,,,,https://pypi.org/project/mkdocs-title-casing-plugin,135.0,135.0,3,False,3.0,,,mattchristopher314/mkdocs-title-casing-plugin,,,,,, +229,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,2023-09-23 14:09:01,2023-09-23 14:08:43,17.0,,,1.0,,,,1.0,,,,Toggle the navigation and/or TOC sidebars on your MkDocs site.,,,,https://pypi.org/project/mkdocs-toggle-sidebar-plugin,67.0,67.0,3,False,3.0,,,,,,,,, +230,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,,,,1.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,16.0,16.0,3,False,3.0,markdown_sub_sup,,,,,,,, +231,pico-8,,pico-8,,fmaida/pico8-mkdocs-plugin,pico8-mkdocs-plugin,['plugin'],other,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,,,2.0,,,,1.0,,,,A MKDocs plugin that allows to embed a Pico-8 web player in a page.,1.0,1.0,,https://pypi.org/project/pico8-mkdocs-plugin,3.0,3.0,3,False,3.0,,,,,,,,, +232,MkDocs Graphviz,,,,,mkdocs-graphviz,['markdown'],charts,,,,,,,,,,,,,,,,,,,,,,https://pypi.org/project/mkdocs-graphviz,1847.0,1847.0,3,False,3.0,mkdocs_graphviz,,,,,rodrigo.schwencke/mkdocs-graphviz,,, +233,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,,,2.0,,,,,,,,Plugin to add alternative stylesheets to MkDocs custom themes.,,,,,,,3,False,3.0,,,,,,,,, +234,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,,,,,,,,0.0,"Mkdocs plugin, building automatically the appropriate relative paths (to images, links, anchors, ...) using..",,,,https://pypi.org/project/mkdocs-addresses,43.0,43.0,3,False,3.0,,,,,,frederic.zinelli/mkdocs-addresses,https://gitlab.com/frederic.zinelli/mkdocs-addresses,, +235,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,,7.0,2.0,3.0,4.0,1.0,14.0,,,,Blogging in mkdocs.,,,,,,,2,False,3.0,,,,,,,,, +236,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,2.0,,1.0,,8.0,,,,Python-Markdown extension to add support for semantic (wiki)links (RDFa).,,,,https://pypi.org/project/mdx-semanticwikilinks,8.0,8.0,2,False,3.0,mdx_semanticwikilinks,,,,,,,, +237,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,False,3.0,,,,,,eskool/mkhack3rs,https://gitlab.com/eskool/mkhack3rs,, +238,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,2.0,,,,4.0,,,,Python-Markdown extension to add support for semantic data (RDFa).,,,,https://pypi.org/project/mdx-semanticdata,9.0,9.0,2,False,3.0,mdx_semanticdata,,,,,,,, +239,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,2.0,1.0,,1.0,3.0,,,,Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages.,,,2.0,,,,2,False,3.0,,,,,,,,, +240,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,,,2.0,1.0,,1.0,2.0,,,,A mkdocs plugin for auto zipping the document source.,,,,https://pypi.org/project/mkdocs-autozip,160.0,160.0,2,False,3.0,,,,,,,,, +241,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,2.0,3.0,,,1.0,,,,An mkdocs plugin that turns docs website into helm repository.,,,,https://pypi.org/project/mkdocs-helm,7.0,7.0,2,False,3.0,,,,,,,,, +242,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.,,,,https://pypi.org/project/mkdocs-yaarg-plugin,13.0,13.0,1,False,3.0,,,,,,,,, +243,filename-title,,filename_title,,mipro98/mkdocs-filename-title-plugin,,['plugin'],nav-pages,https://github.com/mipro98/mkdocs-filename-title-plugin,https://github.com/mipro98/mkdocs-filename-title-plugin,AGPL-3.0,2020-04-25 08:37:18,2020-04-25 09:54:42,2020-04-25 09:54:34,2.0,,1.0,2.0,,,,1.0,,,,A mkdocs plugin which lets you use filenames as page tiltles.,,,,,,,1,False,3.0,,,,,,,,, +244,mkdocs-pug,,,,vzhong/mkdocs_pug,mkdocs-pug,[],nav-pages,https://github.com/vzhong/mkdocs_pug,https://github.com/vzhong/mkdocs_pug,,2021-10-20 07:17:04,2021-10-20 08:15:06,2021-10-20 08:15:04,2.0,,,2.0,,1.0,,,,,,Use pug templates with your mkdocs template.,,,,https://pypi.org/project/mkdocs-pug,5.0,5.0,1,False,3.0,,,,,,,,, +245,ansible-document,,,,,ansible-mkdocs,[],api-docs,,,,,,,,,,,,,,,,,,Auto-generate ansible role documentation.,,,,https://pypi.org/project/ansible-mkdocs,14.0,14.0,0,False,,,,,,,,,, +246,Mkdocs translations plugin,,translations,,,mkdocs-translations,['plugin'],i18n-l10n,,,,,,,,,,,,,,,,,,Internationalization plugin for mkdocs.,,,,https://pypi.org/project/mkdocs-translations,9.0,9.0,0,False,,,,,,,,,, +247,Django Static Image,,,,,markdown-djangostaticimage,['markdown'],markdown,,,,,,,,,,,,,,,,,,,,,,https://pypi.org/project/markdown-djangostaticimage,3.0,3.0,0,False,,django_static_image,,,,,,,,melvinkcx/markdown-extension-django-static-image +248,octadocs-adr,,octadocs_adr,,octadocs/octadocs,octadocs-adr,['plugin'],site-management,,{},,,,,,,,,,,,,,,,,,,,https://pypi.org/project/octadocs-adr,4.0,4.0,0,False,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index cc19c5c..6aeff19 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,26 @@ _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._ -- git-revision-date-localized - πŸ₯‡29 Β· ⭐ 150 Β· πŸ“ˆ Β· MIT Β·
MkDocs plugin to add a last updated date to your site pages. -- mermaid2 - πŸ₯‡23 Β· ⭐ 180 Β· πŸ“ˆ Β· MIT Β·
A Mermaid graphs plugin for mkdocs. -- minify-html - πŸ₯ˆ15 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier. -- Autolink References - πŸ₯ˆ13 Β· ⭐ 14 Β· πŸ“ˆ Β· MIT Β·
mkdocs plugin to provides GitHub like autolink references in Mkdocs. -- mkdocs-d2-plugin - πŸ₯‰11 Β· ⭐ 5 Β· 🐣 Β· MIT Β·
A plugin for embedding D2 diagrams in MkDocs. +- markdown-exec - πŸ₯ˆ19 Β· ⭐ 57 Β· πŸ“ˆ Β· ISC Β·
Utilities to execute code blocks in Markdown files. +- Dracula - πŸ₯ˆ19 Β· ⭐ 48 Β· πŸ“ˆ Β· MIT Β·
Dark theme for Mkdocs. +- kroki - πŸ₯ˆ18 Β· ⭐ 33 Β· πŸ“ˆ Β· MIT Β·
MkDocs plugin for Kroki-Diagrams. +- mkdoxy - πŸ₯ˆ17 Β· ⭐ 38 Β· πŸ“ˆ Β· MIT Β·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. +- Lightgallery - πŸ₯ˆ14 Β· ⭐ 25 Β· πŸ“ˆ Β· MIT Β·
Markdown extension to wrap images in a lightbox. ## πŸ“‰ 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._ -- Material for MkDocs - πŸ₯‡42 Β· ⭐ 17K Β· πŸ“‰ Β· MIT Β· Β·
Documentation that simply works. -- mkdocs-jupyter - πŸ₯‡23 Β· ⭐ 300 Β· πŸ“‰ Β· Apache-2 Β·
Use Jupyter Notebook in mkdocs. -- mkdocs-redirects - πŸ₯‡22 Β· ⭐ 130 Β· πŸ“‰ Β· MIT Β·
Open source plugin for Mkdocs page redirects. -- mkdoxy - πŸ₯ˆ16 Β· ⭐ 37 Β· πŸ“‰ Β· MIT Β·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. -- mkdocs-markmap - πŸ₯ˆ16 Β· ⭐ 36 Β· πŸ“‰ Β· MIT Β·
MkDocs plugin and extension to create mindmaps from markdown using markmap. +- mkdocs-jupyter - πŸ₯‡22 Β· ⭐ 310 Β· πŸ“‰ Β· Apache-2 Β·
Use Jupyter Notebook in mkdocs. +- table-reader - πŸ₯ˆ19 Β· ⭐ 93 Β· πŸ“‰ Β· MIT Β·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into.. +- markdown-callouts - πŸ₯‡16 Β· ⭐ 19 Β· πŸ“‰ Β· MIT Β·
Markdown extension: a classier syntax for admonitions. +- mkdocs-render-swagger-plugin - πŸ₯ˆ15 Β· ⭐ 61 Β· πŸ“‰ Β· MIT Β·
A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI. +- newsletter - πŸ₯ˆ12 Β· ⭐ 21 Β· πŸ“‰ Β· ❗️GPL-3.0 Β·
Automatically create newsletters from the changes in a mkdocs repository. + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- Github Releaase Changelog - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
mkdocs extension to autogenerate changelog from github releases. +- MkDocs Dependency License Information - πŸ₯‰7 Β· ⭐ 1 Β· 🐣 Β· MIT Β·
mkdocs extension to visualise package dependencies license information.