From 76f8f6616cd7c2a607b1ca5b1435e0b5cb275811 Mon Sep 17 00:00:00 2001 From: pawamoy Date: Thu, 6 Oct 2022 18:09:33 +0000 Subject: [PATCH] Update best-of list for version 2022.10.06 --- README.md | 334 ++++++++++++++++---------------- history/2022-10-06_changes.md | 20 ++ history/2022-10-06_projects.csv | 183 +++++++++++++++++ latest-changes.md | 25 +-- 4 files changed, 380 insertions(+), 182 deletions(-) create mode 100644 history/2022-10-06_changes.md create mode 100644 history/2022-10-06_projects.csv diff --git a/README.md b/README.md index 7b2b800..a544192 100644 --- a/README.md +++ b/README.md @@ -66,26 +66,26 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
mkdocstrings - 🥇23 · ⭐ 950 · ISC ·
Automatic documentation from sources, for MkDocs.
+
mkdocstrings - 🥇23 · ⭐ 960 · ISC ·
Automatic documentation from sources, for MkDocs.
-- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 31 · 🔀 79 · 📋 290 - 17% open · ⏱️ 23.09.2022): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 31 · 🔀 80 · 📋 290 - 17% open · ⏱️ 23.09.2022): ``` git clone https://github.com/mkdocstrings/mkdocstrings ``` -- [PyPi](https://pypi.org/project/mkdocstrings) (📥 220K / month): +- [PyPi](https://pypi.org/project/mkdocstrings) (📥 210K / month): ``` pip install mkdocstrings ```
MkApi - 🥈16 · ⭐ 72 · 💤 · MIT ·
A documentation generation tool for MkDocs.
-- [GitHub](https://github.com/daizutabi/mkapi) (👨‍💻 4 · 🔀 18 · 📦 81 · 📋 48 - 58% open · ⏱️ 20.12.2020): +- [GitHub](https://github.com/daizutabi/mkapi) (👨‍💻 4 · 🔀 18 · 📦 83 · 📋 48 - 58% open · ⏱️ 20.12.2020): ``` git clone https://github.com/daizutabi/mkapi ``` -- [PyPi](https://pypi.org/project/mkapi) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/mkapi) (📥 1.2K / month): ``` pip install mkapi ``` @@ -102,14 +102,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K pip install mkdocs-click ```
-
MkDocsOAD - 🥉8 · ⭐ 20 · 🐣 · MIT ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
+
MkDocsOAD - 🥈14 · ⭐ 22 · 🐣 · 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) (👨‍💻 2 · 🔀 2 · 📦 2 · 📋 8 - 12% open · ⏱️ 21.09.2022): +- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (👨‍💻 6 · 🔀 2 · 📥 1 · 📦 3 · 📋 8 - 12% open · ⏱️ 04.10.2022): ``` git clone https://github.com/Neoteroi/mkdocs-plugins ``` -- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 250 / month): +- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 610 / month): ``` pip install neoteroi-mkdocs ``` @@ -125,8 +125,8 @@ This curated list contains 180 awesome open-source projects with a total of 18K
Show 6 hidden projects... - MkAutoDoc - 🥇17 · ⭐ 180 · ❗️BSD ·
Auto documentation for MkDocs. -- mktheapidocs - 🥈13 · ⭐ 10 · MIT ·
Numpydocs - mkdocs friendly markdown. -- mkdocs-typer - 🥉10 · ⭐ 11 · 💤 · Apache-2 ·
An MkDocs extension to generate documentation for Typer command line applications. +- mktheapidocs - 🥉13 · ⭐ 10 · MIT ·
Numpydocs - mkdocs friendly markdown. +- mkdocs-typer - 🥉9 · ⭐ 11 · 💤 · Apache-2 ·
An MkDocs extension to generate documentation for Typer command line applications. - inari - 🥉6 · ⭐ 6 · 💤 · MIT ·
Write docstrings in markdown!. - doxygen - 🥉5 · ⭐ 10 · 💤 · MIT ·
A Doxygen plugin for MkDocs. - mkdocs-yaarg-plugin - 🥉2 · ⭐ 2 · 💤 · ❗Unlicensed ·
Yet Another API Reference Generator plugin for MKDocs. @@ -137,19 +137,19 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
rss - 🥇18 · ⭐ 34 · 📉 · MIT ·
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
+
rss - 🥇19 · ⭐ 34 · 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) (👨‍💻 9 · 🔀 8 · 📥 2 · 📦 110 · 📋 23 - 26% open · ⏱️ 06.09.2022): +- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨‍💻 9 · 🔀 8 · 📥 2 · 📦 120 · 📋 24 - 29% open · ⏱️ 03.10.2022): ``` git clone https://github.com/Guts/mkdocs-rss-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 3.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 4.5K / month): ``` pip install mkdocs-rss-plugin ```
-
mkdocs-blogging-plugin - 🥈16 · ⭐ 31 · MIT ·
A mkdocs plugin that generates a blog page listing selected pages, sorted by time.
+
mkdocs-blogging-plugin - 🥈16 · ⭐ 32 · MIT ·
A mkdocs plugin that generates a blog page listing selected pages, sorted by time.
- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨‍💻 4 · 🔀 7 · 📥 5 · 📦 31 · ⏱️ 18.07.2022): @@ -176,31 +176,31 @@ This curated list contains 180 awesome open-source projects with a total of 18K
mermaid2 - 🥇19 · ⭐ 130 · MIT ·
A Mermaid graphs plugin for mkdocs.
-- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 10 · 🔀 16 · 📦 560 · 📋 40 - 10% open · ⏱️ 11.12.2021): +- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 10 · 🔀 16 · 📦 570 · 📋 40 - 10% open · ⏱️ 11.12.2021): ``` git clone https://github.com/fralau/mkdocs-mermaid2-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 66K / month): +- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 64K / month): ``` pip install mkdocs-mermaid2-plugin ```
-
table-reader - 🥇18 · ⭐ 50 · MIT ·
MkDocs plugin that adds a {{ read_csv(table.csv) }} markdown tag to directly insert CSV files as a table into a page.
+
table-reader - 🥇18 · ⭐ 51 · MIT ·
MkDocs plugin that adds a {{ read_csv(table.csv) }} markdown tag to directly insert CSV files as a table into a page.
- [GitHub](https://github.com/timvink/mkdocs-table-reader-plugin) (👨‍💻 4 · 🔀 5 · 📦 110 · 📋 19 - 5% open · ⏱️ 24.09.2022): ``` git clone https://github.com/timvink/mkdocs-table-reader-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 17K / month): +- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 18K / month): ``` pip install mkdocs-table-reader-plugin ```
drawio-exporter - 🥈15 · ⭐ 42 · 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 · 📦 29 · 📋 21 - 14% open · ⏱️ 28.05.2022): +- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (👨‍💻 4 · 🔀 3 · 📦 30 · 📋 21 - 14% open · ⏱️ 28.05.2022): ``` git clone https://github.com/LukeCarrier/mkdocs-drawio-exporter @@ -210,57 +210,57 @@ This curated list contains 180 awesome open-source projects with a total of 18K pip install mkdocs-drawio-exporter ```
-
MkDocs Video - 🥈15 · ⭐ 22 · 📉 · MIT ·
MkDocs Video plugin.
+
build-plantuml - 🥈14 · ⭐ 36 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
-- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 4 · 🔀 6 · 📥 11 · 📦 170 · 📋 6 - 33% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/quantorconsulting/mkdocs_build_plantuml) (👨‍💻 6 · 🔀 9 · 📦 37 · 📋 16 - 12% open · ⏱️ 13.06.2022): ``` - git clone https://github.com/soulless-viewer/mkdocs-video + git clone https://github.com/quantorconsulting/mkdocs_build_plantuml ``` -- [PyPi](https://pypi.org/project/mkdocs-video) (📥 7.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (📥 8.4K / month): ``` - pip install mkdocs-video + pip install mkdocs-build-plantuml-plugin ```
-
build-plantuml - 🥈13 · ⭐ 36 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
+
MkDocs Video - 🥈14 · ⭐ 23 · MIT ·
MkDocs Video plugin.
-- [GitHub](https://github.com/quantorconsulting/mkdocs_build_plantuml) (👨‍💻 6 · 🔀 9 · 📦 35 · 📋 16 - 12% open · ⏱️ 13.06.2022): +- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 4 · 🔀 6 · 📥 11 · 📦 170 · 📋 6 - 33% open · ⏱️ 20.05.2022): ``` - git clone https://github.com/quantorconsulting/mkdocs_build_plantuml + git clone https://github.com/soulless-viewer/mkdocs-video ``` -- [PyPi](https://pypi.org/project/mkdocs-build-plantuml-plugin) (📥 7.8K / month): +- [PyPi](https://pypi.org/project/mkdocs-video) (📥 7.7K / month): ``` - pip install mkdocs-build-plantuml-plugin + pip install mkdocs-video ```
-
charts - 🥈13 · ⭐ 22 · MIT ·
Mkdocs plugin to add charts to your pages.
+
markdownmermaid - 🥉12 · ⭐ 25 · 💤 · MIT ·
A MkDocs plugin that support mermaid graph in markdown file.
-- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (🔀 1 · 📦 7 · 📋 12 - 25% open · ⏱️ 20.02.2022): +- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 15 · 📦 47 · 📋 6 - 50% open · ⏱️ 26.05.2019): ``` - git clone https://github.com/timvink/mkdocs-charts-plugin + git clone https://github.com/pugong/mkdocs-mermaid-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 5.5K / month): ``` - pip install mkdocs-charts-plugin + pip install mkdocs-mermaid-plugin ```
-
markdownmermaid - 🥉12 · ⭐ 25 · 💤 · MIT ·
A MkDocs plugin that support mermaid graph in markdown file.
+
charts - 🥉12 · ⭐ 24 · MIT ·
Mkdocs plugin to add charts to your pages.
-- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 15 · 📦 46 · 📋 6 - 50% open · ⏱️ 26.05.2019): +- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (🔀 1 · 📦 7 · 📋 12 - 25% open · ⏱️ 20.02.2022): ``` - git clone https://github.com/pugong/mkdocs-mermaid-plugin + git clone https://github.com/timvink/mkdocs-charts-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 5.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 980 / month): ``` - pip install mkdocs-mermaid-plugin + pip install mkdocs-charts-plugin ```
Show 10 hidden projects... -- MkDocs GLightbox - 🥈15 · ⭐ 16 · 🐣 · MIT ·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox. +- MkDocs GLightbox - 🥈16 · ⭐ 16 · 🐣 · MIT ·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox. - kroki - 🥈13 · ⭐ 17 · MIT ·
MkDocs plugin for Kroki-Diagrams. - Termage - 🥉10 · ⭐ 5 · 🐣 · MIT ·
Generate SVGs from any Python code, even in your documentation. - MkDocs Img2Fig Plugin - 🥉9 · ⭐ 14 · 💤 · MIT ·
A MkDocs plugin that converts markdown encoded images into figure elements. @@ -277,21 +277,21 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
macros - 🥇26 · ⭐ 160 · MIT ·
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
+
macros - 🥇25 · ⭐ 160 · 📉 · 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) (👨‍💻 25 · 🔀 34 · 📦 1.1K · 📋 81 - 6% open · ⏱️ 22.07.2022): ``` git clone https://github.com/fralau/mkdocs_macros_plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (📥 90K / month): +- [PyPi](https://pypi.org/project/mkdocs-macros-plugin) (📥 93K / month): ``` pip install mkdocs-macros-plugin ```
mknotebooks - 🥇23 · ⭐ 110 · MIT ·
A plugin for mkdocs to help you include Jupyter notebooks in your projects.
-- [GitHub](https://github.com/greenape/mknotebooks) (👨‍💻 13 · 🔀 19 · 📦 230 · 📋 36 - 30% open · ⏱️ 28.09.2022): +- [GitHub](https://github.com/greenape/mknotebooks) (👨‍💻 13 · 🔀 19 · 📦 230 · 📋 36 - 30% open · ⏱️ 04.10.2022): ``` git clone https://github.com/greenape/mknotebooks @@ -308,31 +308,31 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/rosscdh/mkdocs-markdownextradata-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (📥 16K / month): +- [PyPi](https://pypi.org/project/mkdocs-markdownextradata-plugin) (📥 17K / month): ``` pip install mkdocs-markdownextradata-plugin ```
-
mkdocs-jupyter - 🥈16 · ⭐ 160 · 📉 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
+
mkdocs-jupyter - 🥈16 · ⭐ 160 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
-- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 14 · 🔀 26 · 📋 59 - 25% open · ⏱️ 23.09.2022): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 14 · 🔀 26 · 📋 62 - 29% open · ⏱️ 23.09.2022): ``` git clone https://github.com/danielfrg/mkdocs-jupyter ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 22K / month): +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 23K / month): ``` pip install mkdocs-jupyter ```
-
gen-files - 🥈15 · ⭐ 35 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
+
gen-files - 🥈15 · ⭐ 36 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (👨‍💻 3 · 🔀 4 · 📋 12 - 8% open · ⏱️ 18.09.2022): ``` git clone https://github.com/oprypin/mkdocs-gen-files ``` -- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 43K / month): +- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 40K / month): ``` pip install mkdocs-gen-files ``` @@ -344,14 +344,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/textileio/mkdocs-codeyaml-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 28 / month): +- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 25 / month): ``` pip install mkdocs-codeyaml-plugin ```
Show 8 hidden projects... -- mkdocs-markmap - 🥈13 · ⭐ 16 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap. +- mkdocs-markmap - 🥈13 · ⭐ 17 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap. - pheasant - 🥉12 · ⭐ 17 · 💤 · MIT ·
Documentation tool for Markdown conversion by Jupyter client. - markdown-exec - 🥉9 · ⭐ 11 · ISC ·
Utilities to execute code blocks in Markdown files. - user-defined-values - 🥉9 · ⭐ 2 · MIT ·
MkDocs User Defined Values. @@ -366,14 +366,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
git-revision-date-localized - 🥇25 · ⭐ 81 · MIT ·
MkDocs plugin to add a last updated date to your site pages.
+
git-revision-date-localized - 🥇24 · ⭐ 82 · 📉 · MIT ·
MkDocs plugin to add a last updated date to your site pages.
- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨‍💻 20 · 🔀 22 · 📦 1.9K · 📋 62 - 8% open · ⏱️ 14.07.2022): ``` git clone https://github.com/timvink/mkdocs-git-revision-date-localized-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (📥 150K / month): +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-localized-plugin) (📥 130K / month): ``` pip install mkdocs-git-revision-date-localized-plugin ``` @@ -397,12 +397,12 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (📥 33K / month): +- [PyPi](https://pypi.org/project/mkdocs-git-revision-date-plugin) (📥 34K / month): ``` pip install mkdocs-git-revision-date-plugin ```
-
git-committers - 🥉15 · ⭐ 21 · 💤 · MIT ·
A mkdocs plugin for displaying the last commit and a list of a files contributors.
+
git-committers - 🥉15 · ⭐ 22 · 💤 · 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) (👨‍💻 5 · 🔀 6 · 📦 94 · ⏱️ 12.08.2021): @@ -421,15 +421,15 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/agarthetiger/mkdocs_latest_release_plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 570 / month): +- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 500 / month): ``` pip install mkdocs-latest-release-plugin ```
Show 2 hidden projects... -- git-committers-2 - 🥉16 · ⭐ 8 · MIT ·
An MkDocs plugin to create a list of contributors on the page. -- branchcustomization - 🥉6 · ⭐ 2 · 📉 · MIT ·
Customize MkDocs options on a per-branch basis. +- git-committers-2 - 🥉16 · ⭐ 9 · MIT ·
An MkDocs plugin to create a list of contributors on the page. +- branchcustomization - 🥉6 · ⭐ 2 · MIT ·
Customize MkDocs options on a per-branch basis.

@@ -439,7 +439,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K
minify - 🥇20 · ⭐ 61 · 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) (👨‍💻 6 · 🔀 8 · 📦 3K · 📋 8 - 12% open · ⏱️ 18.10.2021): +- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨‍💻 6 · 🔀 8 · 📦 3.1K · 📋 8 - 12% open · ⏱️ 18.10.2021): ``` git clone https://github.com/byrnereese/mkdocs-minify-plugin @@ -451,12 +451,12 @@ This curated list contains 180 awesome open-source projects with a total of 18K
enumerate-headings - 🥈13 · ⭐ 26 · MIT ·
MkDocs Plugin to enumerate the headings across site pages.
-- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 2 · 🔀 2 · 📦 81 · ⏱️ 09.01.2022): +- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 2 · 🔀 2 · 📦 83 · ⏱️ 09.01.2022): ``` git clone https://github.com/timvink/mkdocs-enumerate-headings-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 3.2K / month): ``` pip install mkdocs-enumerate-headings-plugin ``` @@ -496,21 +496,21 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
static-i18n - 🥇18 · ⭐ 89 · MIT ·
MkDocs i18n plugin using static translation markdown files.
+
static-i18n - 🥇18 · ⭐ 92 · MIT ·
MkDocs i18n plugin using static translation markdown files.
-- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 5 · 🔀 20 · 📦 240 · 📋 66 - 3% open · ⏱️ 16.09.2022): +- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 5 · 🔀 20 · 📦 240 · 📋 68 - 5% open · ⏱️ 16.09.2022): ``` git clone https://github.com/ultrabug/mkdocs-static-i18n ``` -- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 8.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 8.4K / month): ``` pip install mkdocs-static-i18n ```
Show 1 hidden projects... -- mkdocs-mdpo - 🥉13 · ⭐ 4 · BSD-3 ·
Mkdocs translation plugin using PO files. +- mkdocs-mdpo - 🥉12 · ⭐ 4 · BSD-3 ·
Mkdocs translation plugin using PO files.

@@ -518,50 +518,50 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
mkdocs-redirects - 🥇24 · ⭐ 80 · MIT ·
Open source plugin for Mkdocs page redirects.
+
mkdocs-redirects - 🥇24 · ⭐ 81 · MIT ·
Open source plugin for Mkdocs page redirects.
- [GitHub](https://github.com/mkdocs/mkdocs-redirects) (👨‍💻 13 · 🔀 14 · 📦 1K · 📋 23 - 30% open · ⏱️ 18.09.2022): ``` git clone https://github.com/mkdocs/mkdocs-redirects ``` -- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 67K / month): +- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 70K / month): ``` pip install mkdocs-redirects ```
-
autolinks - 🥇16 · ⭐ 42 · 📈 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
+
htmlproofer - 🥇17 · ⭐ 21 · MIT ·
A MkDocs plugin that validates URL in rendered html files.
-- [GitHub](https://github.com/midnightprioriem/mkdocs-autolinks-plugin) (👨‍💻 9 · 🔀 13 · 📦 180 · 📋 14 - 35% open · ⏱️ 13.07.2022): +- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (👨‍💻 6 · 🔀 5 · 📦 190 · 📋 14 - 14% open · ⏱️ 19.12.2021): ``` - git clone https://github.com/midnightprioriem/mkdocs-autolinks-plugin + git clone https://github.com/manuzhang/mkdocs-htmlproofer-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (📥 4.5K / month): ``` - pip install mkdocs-autolinks-plugin + pip install mkdocs-htmlproofer-plugin ```
-
htmlproofer - 🥇16 · ⭐ 21 · MIT ·
A MkDocs plugin that validates URL in rendered html files.
+
autolinks - 🥈15 · ⭐ 42 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
-- [GitHub](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) (👨‍💻 6 · 🔀 5 · 📦 190 · 📋 13 - 7% open · ⏱️ 19.12.2021): +- [GitHub](https://github.com/midnightprioriem/mkdocs-autolinks-plugin) (👨‍💻 9 · 🔀 13 · 📦 180 · 📋 14 - 35% open · ⏱️ 13.07.2022): ``` - git clone https://github.com/manuzhang/mkdocs-htmlproofer-plugin + git clone https://github.com/midnightprioriem/mkdocs-autolinks-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-htmlproofer-plugin) (📥 4.7K / month): +- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 5.7K / month): ``` - pip install mkdocs-htmlproofer-plugin + pip install mkdocs-autolinks-plugin ```
roamlinks - 🥈12 · ⭐ 25 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
-- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨‍💻 7 · 🔀 9 · ⏱️ 16.08.2022): +- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨‍💻 7 · 🔀 8 · ⏱️ 16.08.2022): ``` git clone https://github.com/Jackiexiao/mkdocs-roamlinks-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 3.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 4K / month): ``` pip install mkdocs-roamlinks-plugin ``` @@ -573,23 +573,23 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/Darrelk/mkdocs-webcontext-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 76 / month): +- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 120 / month): ``` pip install mkdocs-webcontext-plugin ```
Show 11 hidden projects... -- ezlinks - 🥈14 · ⭐ 18 · 📈 · MIT ·
Plugin for mkdocs which enables easier linking between pages. -- autorefs - 🥈13 · ⭐ 14 · ISC ·
Automatically link across pages in MkDocs. -- Wikilink Plus - 🥈8 · ⭐ 12 · ❗Unlicensed ·
A wikilink extension for Python Markdown. +- ezlinks - 🥈14 · ⭐ 18 · MIT ·
Plugin for mkdocs which enables easier linking between pages. +- autorefs - 🥈13 · ⭐ 15 · ISC ·
Automatically link across pages in MkDocs. - tooltipster-links - 🥈8 · ⭐ 7 · 💤 · MIT ·
An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster. - abs-to-rel - 🥈8 · ⭐ 2 · 💤 · MIT ·
MkDocs plugin for converting absolute links to relative ones. -- mkdocs-alias-plugin - 🥉7 · ⭐ 4 · MIT ·
An MkDocs plugin allowing links to your pages using a custom alias. -- Autolink References - 🥉6 · ⭐ 9 · MIT ·
Provides GitHub like autolink references in Mkdocs. -- alternate-link - 🥉4 · ⭐ 4 · 💤 · MIT ·
An MkDocs plugin that simplifies internal links creation. +- Wikilink Plus - 🥉7 · ⭐ 12 · ❗Unlicensed ·
A wikilink extension for Python Markdown. +- Autolink References - 🥉7 · ⭐ 9 · MIT ·
Provides GitHub like autolink references in Mkdocs. +- mkdocs-alias-plugin - 🥉6 · ⭐ 4 · MIT ·
An MkDocs plugin allowing links to your pages using a custom alias. - linkpatcher-plugin - 🥉4 · 💤 · MIT ·
a mkdocs plugin sets links semiautomatically. - autoreflinks - 🥉3 · ⭐ 5 · 💤 · ❗️0BSD ·
An MkDocs plugin that auto-links heading references. +- alternate-link - 🥉3 · ⭐ 4 · 💤 · MIT ·
An MkDocs plugin that simplifies internal links creation. - emailprotect - 🥉2 · ⭐ 1 · 💤 · MIT ·
A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.

@@ -598,9 +598,9 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
PyMdown Extensions - 🥇23 · ⭐ 640 · ❗Unlicensed ·
Extensions for Python Markdown.
+
PyMdown Extensions - 🥇24 · ⭐ 640 · 📈 · ❗Unlicensed ·
Extensions for Python Markdown.
-- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 32 · 🔀 220 · 📋 300 - 4% open · ⏱️ 29.09.2022): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 32 · 🔀 220 · 📋 300 - 4% open · ⏱️ 30.09.2022): ``` git clone https://github.com/facelessuser/pymdown-extensions @@ -610,14 +610,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K pip install pymdown-extensions ```
-
Mdx Truly Sane Lists - 🥈17 · ⭐ 46 · MIT ·
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..
+
Mdx Truly Sane Lists - 🥈17 · ⭐ 47 · MIT ·
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..
- [GitHub](https://github.com/radude/mdx_truly_sane_lists) (👨‍💻 4 · 🔀 6 · 📋 10 - 30% open · ⏱️ 19.07.2022): ``` git clone https://github.com/radude/mdx_truly_sane_lists ``` -- [PyPi](https://pypi.org/project/mdx_truly_sane_lists) (📥 92K / month): +- [PyPi](https://pypi.org/project/mdx_truly_sane_lists) (📥 91K / month): ``` pip install mdx_truly_sane_lists ``` @@ -629,7 +629,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/mitya57/python-markdown-math ``` -- [PyPi](https://pypi.org/project/python-markdown-math) (📥 21K / month): +- [PyPi](https://pypi.org/project/python-markdown-math) (📥 22K / month): ``` pip install python-markdown-math ``` @@ -647,21 +647,21 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
awesome-pages - 🥇20 · ⭐ 260 · MIT ·
An MkDocs plugin that simplifies configuring page titles and their order.
+
awesome-pages - 🥇19 · ⭐ 270 · 📉 · MIT ·
An MkDocs plugin that simplifies configuring page titles and their order.
- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (👨‍💻 5 · 🔀 23 · 📋 53 - 16% open · ⏱️ 24.07.2022): ``` git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (📥 69K / month): +- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (📥 72K / month): ``` pip install mkdocs-awesome-pages-plugin ```
mkdocs-simple-hooks - 🥇18 · ⭐ 44 · MIT ·
Define your own hooks for mkdocs, without having to create a new package.
-- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 5 · 🔀 4 · 📥 18 · 📦 590 · ⏱️ 27.09.2022): +- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 5 · 🔀 4 · 📥 18 · 📦 600 · ⏱️ 27.09.2022): ``` git clone https://github.com/aklajnert/mkdocs-simple-hooks @@ -673,50 +673,50 @@ This curated list contains 180 awesome open-source projects with a total of 18K
encryptcontent - 🥈17 · ⭐ 51 · MIT ·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
-- [GitHub](https://github.com/CoinK0in/mkdocs-encryptcontent-plugin) (👨‍💻 3 · 🔀 9 · 📦 100 · 📋 28 - 3% open · ⏱️ 24.09.2022): +- [GitHub](https://github.com/CoinK0in/mkdocs-encryptcontent-plugin) (👨‍💻 3 · 🔀 10 · 📦 110 · 📋 30 - 3% open · ⏱️ 30.09.2022): ``` git clone https://github.com/CoinK0in/mkdocs-encryptcontent-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 1.5K / month): ``` pip install mkdocs-encryptcontent-plugin ```
-
exclude - 🥈16 · ⭐ 53 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
+
exclude - 🥈16 · ⭐ 55 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
-- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 7 · 📦 700 · 📋 10 - 70% open · ⏱️ 20.02.2019): +- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 7 · 📦 710 · 📋 10 - 70% open · ⏱️ 20.02.2019): ``` git clone https://github.com/apenwarr/mkdocs-exclude ``` -- [PyPi](https://pypi.org/project/mkdocs-exclude) (📥 75K / month): +- [PyPi](https://pypi.org/project/mkdocs-exclude) (📥 79K / month): ``` pip install mkdocs-exclude ```
-
section-index - 🥈13 · ⭐ 40 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
+
literate-nav - 🥈14 · ⭐ 30 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
-- [GitHub](https://github.com/oprypin/mkdocs-section-index) (🔀 5 · 📋 10 - 30% open · ⏱️ 18.09.2022): +- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 6 · 📋 11 - 54% open · ⏱️ 05.10.2022): ``` - git clone https://github.com/oprypin/mkdocs-section-index + git clone https://github.com/oprypin/mkdocs-literate-nav ``` -- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 21K / month): +- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 33K / month): ``` - pip install mkdocs-section-index + pip install mkdocs-literate-nav ```
-
literate-nav - 🥈13 · ⭐ 30 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
+
section-index - 🥈13 · ⭐ 40 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
-- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 6 · 📋 11 - 54% open · ⏱️ 18.09.2022): +- [GitHub](https://github.com/oprypin/mkdocs-section-index) (🔀 5 · 📋 10 - 30% open · ⏱️ 18.09.2022): ``` - git clone https://github.com/oprypin/mkdocs-literate-nav + git clone https://github.com/oprypin/mkdocs-section-index ``` -- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 36K / month): +- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 23K / month): ``` - pip install mkdocs-literate-nav + pip install mkdocs-section-index ```
SWAN Gallery - 🥉7 · 💤 · ❗️AGPL-3.0 ·
MkDocs plugin to generate a SWAN Gallery.
@@ -726,7 +726,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/swan-cern/mkdocs-swangallery ``` -- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 42 / month): +- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 29 / month): ``` pip install mkdocs-swangallery ``` @@ -738,7 +738,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/supcik/mkdocs-select-files ``` -- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 59 / month): +- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 71 / month): ``` pip install mkdocs-select-files ``` @@ -747,13 +747,13 @@ This curated list contains 180 awesome open-source projects with a total of 18K - mkdocs-gallery - 🥈12 · ⭐ 10 · BSD-3 ·
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx.. - MkRefs - 🥈9 · ⭐ 18 · 💤 · MIT ·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph. -- mkdocs-categories-plugin - 🥉8 · ⭐ 3 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages. - mkdocs-nav-enhancements - 🥉8 · ⭐ 1 · 💤 · MIT ·
WIP plugin for working with titles of pages in MkDocs. +- mkdocs-categories-plugin - 🥉7 · ⭐ 3 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages. - toc-sidebar - 🥉6 · ⭐ 1 · 💤 · MIT ·
An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme. - awesome-list - 🥉5 · ⭐ 4 · 💤 · MIT ·
MkDocs Plugin to inject social media cards for each entry in an awesome-list. -- mkdocs-title-casing-plugin - 🥉4 · ⭐ 1 · ❗️GPL-3.0 ·
A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections. -- mkdocs-copy - 🥉4 · MIT ·
A MkDocs plugin that lets you copy (and maybe transform) arbitrary doc files to the build. +- mkdocs-title-casing-plugin - 🥉4 · ⭐ 1 · 💤 · ❗️GPL-3.0 ·
A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections. - schema-reader - 🥉3 · ⭐ 2 · 💤 · MIT ·
A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds.. +- mkdocs-copy - 🥉3 · ⭐ 1 · 💤 · MIT ·
A MkDocs plugin that lets you copy (and maybe transform) arbitrary doc files to the build. - pagenav-generator - 🥉1 · ⭐ 1 · MIT ·
Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages. - filename-title - 🥉1 · ⭐ 1 · 💤 · ❗️AGPL-3.0 ·
A mkdocs plugin which lets you use filenames as page tiltles. - mkdocs-pug - 🥉1 · ❗Unlicensed
Use pug templates with your mkdocs template. @@ -764,14 +764,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
mktestdocs - 🥇14 · ⭐ 62 · Apache-2
Run pytest against markdown files/docstrings.
+
mktestdocs - 🥇15 · ⭐ 62 · Apache-2
Run pytest against markdown files/docstrings.
- [GitHub](https://github.com/koaning/mktestdocs) (👨‍💻 3 · 🔀 4 · 📦 15 · ⏱️ 27.05.2022): ``` git clone https://github.com/koaning/mktestdocs ``` -- [PyPi](https://pypi.org/project/mktestdocs) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/mktestdocs) (📥 1.2K / month): ``` pip install mktestdocs ``` @@ -779,8 +779,8 @@ This curated list contains 180 awesome open-source projects with a total of 18K
Show 4 hidden projects... - mkdocs-spellcheck - 🥈8 · ⭐ 3 · ISC ·
A spell checker plugin for MkDocs. -- Link Checker - 🥉7 · ⭐ 2 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second. -- mkdocs-code-validator - 🥉6 · ⭐ 1 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions. +- Link Checker - 🥈8 · ⭐ 2 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second. +- mkdocs-code-validator - 🥉7 · ⭐ 1 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions. - mkdocs-codecheck - 🥉5 · ⭐ 1 · MIT
Traverses a directory tree looking for code samples, then attempts to validate each code sample found.

@@ -789,33 +789,33 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
localsearch - 🥇16 · ⭐ 23 · MIT ·
A MkDocs plugin to make the native search plugin work locally (file:// protocol).
+
localsearch - 🥇15 · ⭐ 23 · MIT ·
A MkDocs plugin to make the native search plugin work locally (file:// protocol).
- [GitHub](https://github.com/wilhelmer/mkdocs-localsearch) (👨‍💻 4 · 🔀 7 · 📦 35 · ⏱️ 25.07.2022): ``` git clone https://github.com/wilhelmer/mkdocs-localsearch ``` -- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 4.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 4.3K / month): ``` pip install mkdocs-localsearch ```
-
tags - 🥉9 · ⭐ 39 · MIT ·
Processes tags in yaml metadata.
+
tags - 🥉9 · ⭐ 40 · 💤 · MIT ·
Processes tags in yaml metadata.
- [GitHub](https://github.com/jldiaz/mkdocs-plugin-tags) (👨‍💻 3 · 🔀 19 · 📋 14 - 50% open · ⏱️ 02.09.2021): ``` git clone https://github.com/jldiaz/mkdocs-plugin-tags ``` -- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 440 / month): +- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 430 / month): ``` pip install mkdocs-plugin-tags ```
Show 1 hidden projects... -- exclude-search - 🥉14 · ⭐ 16 · MIT ·
A mkdocs plugin that lets you exclude selected chapters from the search index. +- exclude-search - 🥉13 · ⭐ 16 · MIT ·
A mkdocs plugin that lets you exclude selected chapters from the search index.

@@ -825,7 +825,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K
mkdocs-with-pdf - 🥇22 · ⭐ 180 · MIT ·
Generate a single PDF file from MkDocs repository.
-- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 47 · 📦 170 · 📋 84 - 51% open · ⏱️ 14.10.2021): +- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 48 · 📦 180 · 📋 84 - 51% open · ⏱️ 14.10.2021): ``` git clone https://github.com/orzih/mkdocs-with-pdf @@ -837,24 +837,24 @@ This curated list contains 180 awesome open-source projects with a total of 18K
pdf-export - 🥈21 · ⭐ 260 · MIT ·
An MkDocs plugin to export content pages as PDF files.
-- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨‍💻 11 · 🔀 39 · 📦 270 · 📋 83 - 45% open · ⏱️ 05.10.2021): +- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨‍💻 11 · 🔀 39 · 📦 280 · 📋 83 - 45% open · ⏱️ 05.10.2021): ``` git clone https://github.com/zhaoterryy/mkdocs-pdf-export-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 16K / month): +- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 15K / month): ``` pip install mkdocs-pdf-export-plugin ```
-
print-site - 🥈18 · ⭐ 48 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
+
print-site - 🥈18 · ⭐ 49 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
-- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 2 · 🔀 9 · 📦 100 · 📋 69 - 2% open · ⏱️ 01.06.2022): +- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 2 · 🔀 9 · 📦 110 · 📋 69 - 2% open · ⏱️ 01.06.2022): ``` git clone https://github.com/timvink/mkdocs-print-site-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 4.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 5.1K / month): ``` pip install mkdocs-print-site-plugin ``` @@ -866,7 +866,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/comwes/mkpdfs-mkdocs-plugin ``` -- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (📥 800 / month): +- [PyPi](https://pypi.org/project/mkpdfs-mkdocs) (📥 850 / month): ``` pip install mkpdfs-mkdocs ``` @@ -878,7 +878,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/jgrassler/mkdocs-pandoc ``` -- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 270 / month): +- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 310 / month): ``` pip install mkdocs-pandoc ``` @@ -888,7 +888,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K - pdf-with-js - 🥉10 · ⭐ 5 · 💤 · MIT ·
A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content. - mk2pdf-export - 🥉6 · ⭐ 6 · 💤 · MIT ·
The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to.. - helm - 🥉3 · ⭐ 1 · 💤 · Apache-2 ·
An mkdocs plugin that turns docs website into helm repository. -- mkdocs-autozip - 🥉1 · ⭐ 1 · 💤 · ❗Unlicensed ·
A mkdocs plugin for auto zipping the document source. +- mkdocs-autozip - 🥉1 · ⭐ 1 · ❗Unlicensed ·
A mkdocs plugin for auto zipping the document source.

@@ -896,62 +896,62 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
mike - 🥇24 · ⭐ 240 · BSD-3 ·
Manage multiple versions of your MkDocs-powered documentation via Git.
+
mike - 🥇23 · ⭐ 240 · 📉 · BSD-3 ·
Manage multiple versions of your MkDocs-powered documentation via Git.
-- [GitHub](https://github.com/jimporter/mike) (👨‍💻 8 · 🔀 22 · 📥 120 · 📦 670 · 📋 100 - 4% open · ⏱️ 05.08.2022): +- [GitHub](https://github.com/jimporter/mike) (👨‍💻 8 · 🔀 20 · 📥 120 · 📦 680 · 📋 100 - 3% open · ⏱️ 05.08.2022): ``` git clone https://github.com/jimporter/mike ``` -- [PyPi](https://pypi.org/project/mike) (📥 61K / month): +- [PyPi](https://pypi.org/project/mike) (📥 63K / month): ``` pip install mike ```
monorepo - 🥇22 · ⭐ 210 · Apache-2 ·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
-- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 26 · 🔀 51 · 📦 86 · 📋 41 - 48% open · ⏱️ 29.09.2022): +- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 26 · 🔀 52 · 📦 87 · 📋 41 - 48% open · ⏱️ 29.09.2022): ``` git clone https://github.com/backstage/mkdocs-monorepo-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 90K / month): +- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 84K / month): ``` pip install mkdocs-monorepo-plugin ```
simple - 🥈20 · ⭐ 24 · Apache-2 ·
Build documentation files inside your code into a MkDocs site.
-- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 8 · 🔀 9 · 📦 16 · ⏱️ 28.09.2022): +- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 8 · 🔀 9 · 📦 16 · ⏱️ 06.10.2022): ``` git clone https://github.com/athackst/mkdocs-simple-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 4.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 4.9K / month): ``` pip install mkdocs-simple-plugin ```
mkdocs-multirepo-plugin - 🥈18 · ⭐ 41 · MIT ·
Build documentation in multiple repos into one site.
-- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 6 · 🔀 16 · 📦 7 · 📋 33 - 36% open · ⏱️ 13.09.2022): +- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 7 · 🔀 17 · 📦 7 · 📋 35 - 40% open · ⏱️ 02.10.2022): ``` git clone https://github.com/jdoiro3/mkdocs-multirepo-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 1.5K / month): ``` pip install mkdocs-multirepo-plugin ```
mkdocs-versioning - 🥈17 · ⭐ 38 · 💤 · MIT ·
A tool that allows for versioning sites built with mkdocs.
-- [GitHub](https://github.com/zayd62/mkdocs-versioning) (👨‍💻 5 · 🔀 7 · 📦 45 · 📋 25 - 12% open · ⏱️ 01.08.2021): +- [GitHub](https://github.com/zayd62/mkdocs-versioning) (👨‍💻 5 · 🔀 6 · 📦 45 · 📋 25 - 12% open · ⏱️ 01.08.2021): ``` git clone https://github.com/zayd62/mkdocs-versioning ``` -- [PyPi](https://pypi.org/project/mkdocs-versioning) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/mkdocs-versioning) (📥 4.1K / month): ``` pip install mkdocs-versioning ``` @@ -963,7 +963,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/wilhelmer/mkdocs-multirepo ``` -- [PyPi](https://pypi.org/project/mkdocs-multirepo) (📥 200 / month): +- [PyPi](https://pypi.org/project/mkdocs-multirepo) (📥 220 / month): ``` pip install mkdocs-multirepo ``` @@ -982,38 +982,38 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
Markdown-Include - 🥇21 · ⭐ 83 · ➕ · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
+
Markdown-Include - 🥇20 · ⭐ 84 · 📉 · ❗️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) (👨‍💻 9 · 🔀 33 · 📦 2K · 📋 20 - 45% open · ⏱️ 19.07.2022): ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (📥 49K / month): +- [PyPi](https://pypi.org/project/markdown-include) (📥 50K / month): ``` pip install markdown-include ```
-
include-markdown - 🥈18 · ⭐ 36 · Apache-2 ·
Mkdocs Markdown includer plugin.
+
include-markdown - 🥈18 · ⭐ 37 · Apache-2 ·
Mkdocs Markdown includer plugin.
-- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (👨‍💻 10 · 🔀 8 · 📥 36 · ⏱️ 28.09.2022): +- [GitHub](https://github.com/mondeja/mkdocs-include-markdown-plugin) (👨‍💻 10 · 🔀 8 · 📥 36 · 📋 43 - 4% open · ⏱️ 28.09.2022): ``` git clone https://github.com/mondeja/mkdocs-include-markdown-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (📥 40K / month): +- [PyPi](https://pypi.org/project/mkdocs-include-markdown-plugin) (📥 39K / month): ``` pip install mkdocs-include-markdown-plugin ```
-
Mdx Include - 🥉9 · ⭐ 43 · ❗Unlicensed ·
Python Markdown extension to include local or remote files.
+
Mdx Include - 🥉8 · ⭐ 43 · ❗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): ``` git clone https://github.com/neurobin/mdx_include ``` -- [PyPi](https://pypi.org/project/mdx_include) (📥 6.7K / month): +- [PyPi](https://pypi.org/project/mdx_include) (📥 6.6K / month): ``` pip install mdx_include ``` @@ -1023,8 +1023,8 @@ This curated list contains 180 awesome open-source projects with a total of 18K - meta-descriptions - 🥈16 · ⭐ 5 · MIT ·
Generate meta descriptions from the first paragraphs in your MkDocs pages. - codeinclude - 🥉15 · ⭐ 7 · MIT ·
A plugin to include code snippets into mkdocs pages. - snippet - 🥉9 · ⭐ 11 · MIT ·
An mkdocs plugin that injects snippets from a file in a git repository. -- mkdocs-embed-external-markdown - 🥉7 · ⭐ 1 · MIT ·
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The.. -- git snippet - 🥉6 · ⭐ 5 · 💤 · MIT ·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository. +- mkdocs-embed-external-markdown - 🥉9 · ⭐ 1 · 📈 · MIT ·
MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The.. +- git snippet - 🥉7 · ⭐ 5 · 💤 · MIT ·
Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.

@@ -1032,14 +1032,14 @@ This curated list contains 180 awesome open-source projects with a total of 18K Back to top -
Material for MkDocs - 🥇40 · ⭐ 11K · MIT · ·
Documentation that simply works.
+
Material for MkDocs - 🥇41 · ⭐ 11K · 📈 · MIT · ·
Documentation that simply works.
-- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 160 · 🔀 2.4K · 📦 17K · 📋 1.5K - 0% open · ⏱️ 29.09.2022): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 160 · 🔀 2.4K · 📦 17K · 📋 1.6K - 0% open · ⏱️ 04.10.2022): ``` git clone https://github.com/squidfunk/mkdocs-material ``` -- [PyPi](https://pypi.org/project/mkdocs-material) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/mkdocs-material) (📥 1.6M / month): ``` pip install mkdocs-material ``` @@ -1070,12 +1070,12 @@ This curated list contains 180 awesome open-source projects with a total of 18K
Windmill - 🥈14 · ⭐ 85 · ❗Unlicensed ·
Outstanding mkdocs theme with a focus on navigation and usability.
-- [GitHub](https://github.com/gristlabs/mkdocs-windmill) (👨‍💻 8 · 🔀 46 · 📦 160 · 📋 30 - 46% open · ⏱️ 11.03.2022): +- [GitHub](https://github.com/gristlabs/mkdocs-windmill) (👨‍💻 8 · 🔀 45 · 📦 160 · 📋 30 - 46% open · ⏱️ 11.03.2022): ``` git clone https://github.com/gristlabs/mkdocs-windmill ``` -- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 3.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 3.1K / month): ``` pip install mkdocs-windmill ``` @@ -1111,7 +1111,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/mjames-upc/mkdocs-unidata ``` -- [PyPi](https://pypi.org/project/mkdocs-unidata) (📥 58 / month): +- [PyPi](https://pypi.org/project/mkdocs-unidata) (📥 57 / month): ``` pip install mkdocs-unidata ``` @@ -1123,7 +1123,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/notpushkin/mkdocs-alabaster ``` -- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 410 / month): +- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 440 / month): ``` pip install mkdocs-alabaster ``` @@ -1142,7 +1142,7 @@ This curated list contains 180 awesome open-source projects with a total of 18K
BOOTSTRAP386 - 🥉6 · ⭐ 23 · 💤 · ❗Unlicensed ·
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
-- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 3.8K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 4.2K / month): ``` pip install mkdocs-bootstrap386 ``` @@ -1156,20 +1156,20 @@ This curated list contains 180 awesome open-source projects with a total of 18K - Ivory - 🥈11 · ⭐ 9 · 💤 · MIT ·
Ivory theme for MkDocs. - KPN for MkDocs - 🥈9 · ⭐ 6 · MIT ·
KPN theme for MkDocs | owner=flow. -- Bootstrap 4 - 🥈9 · ⭐ 4 · 💤 · MIT ·
A vanilla Bootstrap 4 theme for MkDocs. - Jinks - 🥈8 · ⭐ 13 · 💤 · BSD-2 ·
Mkdocs jinks theme. - CustomMill - 🥈8 · ⭐ 9 · ❗Unlicensed ·
Outstanding mkdocs theme with a focus on navigation, customization and usability. +- Bootstrap 4 - 🥈8 · ⭐ 4 · 💤 · MIT ·
A vanilla Bootstrap 4 theme for MkDocs. - Semantic - 🥈8 · ⭐ 4 · 💤 · MIT ·
Semantic-UI Theme for MkDocs. - SWAN - 🥈8 · ⭐ 2 · 💤 · ❗️AGPL-3.0 ·
SWAN MkDocs theme. -- Zettelkasten - 🥉6 · ⭐ 2 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels). - docSkimmer - 🥉5 · ⭐ 15 · 💤 · ❗Unlicensed ·
An accessible, skimmable theme for MkDocs. - mkdocs-theme-topdf - 🥉5 · ⭐ 7 · 💤 · MPL-2.0 ·
A mkdocs theme for create PDF and printing with paged.js. - Moonstone - 🥉5 · ⭐ 4 · 💤 · ❗Unlicensed ·
A documentation theme for mkdocs. - Nature - 🥉5 · ⭐ 3 · 💤 · ❗Unlicensed ·
A MkDocs theme. +- Zettelkasten - 🥉5 · ⭐ 2 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels). - mkdocs-rtl - 🥉4 · ⭐ 22 · 💤 · MIT
mkdocs rtl theme based on mkdocs-material. - GitHub - 🥉4 · ⭐ 1 · 💤 · MIT ·
Theme Mkdocs Like a Github. DEMO =. +- Cluster - 🥉3 · ⭐ 4 · 💤 · ❗Unlicensed ·
Another bootstrap theme for MkDocs. - Inspired - 🥉3 · 💤 · MIT ·
Mkdocs mobile responsive theme with slider navigation inspired by bootswatch flatly. -- Cluster - 🥉2 · ⭐ 4 · 💤 · ❗Unlicensed ·
Another bootstrap theme for MkDocs.

@@ -1184,15 +1184,15 @@ This curated list contains 180 awesome open-source projects with a total of 18K ``` git clone https://github.com/fmaida/pico8-mkdocs-plugin ``` -- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (📥 240 / month): +- [PyPi](https://pypi.org/project/pico8-mkdocs-plugin) (📥 250 / month): ``` pip install pico8-mkdocs-plugin ```
Show 4 hidden projects... -- bibtex - 🥇18 · ⭐ 36 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex. -- same-dir - 🥈11 · ⭐ 9 · MIT ·
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation. +- bibtex - 🥇19 · ⭐ 36 · 📈 · ❗️BSD-3-Clause-LBNL ·
A MkDocs plugin for citation management using bibtex. +- same-dir - 🥈12 · ⭐ 9 · MIT ·
MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation. - vim-md-tags - 🥉8 · ⭐ 3 · 💤 · MIT ·
An MkDocs plugin that creates a vim tag file of all markdown files. - thumbnails - 🥉4 · ⭐ 2 · 💤 · MIT ·
MkDocs plugin for thumbnail images generated automatically.
diff --git a/history/2022-10-06_changes.md b/history/2022-10-06_changes.md new file mode 100644 index 0000000..5f4bc2a --- /dev/null +++ b/history/2022-10-06_changes.md @@ -0,0 +1,20 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Material for MkDocs (🥇41 · ⭐ 11K · 📈) - Documentation that simply works. MIT +- PyMdown Extensions (🥇24 · ⭐ 640 · 📈) - Extensions for Python Markdown. ❗Unlicensed +- bibtex (🥇19 · ⭐ 36 · 📈) - A MkDocs plugin for citation management using bibtex. ❗️BSD-3-Clause-LBNL +- MkDocsOAD (🥈14 · ⭐ 22 · 🐣) - Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger.. MIT +- mkdocs-embed-external-markdown (🥉9 · ⭐ 1 · 📈) - MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The.. MIT + +## 📉 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._ + +- macros (🥇25 · ⭐ 160 · 📉) - Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code. MIT +- git-revision-date-localized (🥇24 · ⭐ 82 · 📉) - MkDocs plugin to add a last updated date to your site pages. MIT +- mike (🥇23 · ⭐ 240 · 📉) - Manage multiple versions of your MkDocs-powered documentation via Git. BSD-3 +- Markdown-Include (🥇20 · ⭐ 84 · 📉) - Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. ❗️GPL-3.0 +- awesome-pages (🥇19 · ⭐ 270 · 📉) - An MkDocs plugin that simplifies configuring page titles and their order. MIT + diff --git a/history/2022-10-06_projects.csv b/history/2022-10-06_projects.csv new file mode 100644 index 0000000..fab5c26 --- /dev/null +++ b/history/2022-10-06_projects.csv @@ -0,0 +1,183 @@ +,name,mkdocs_theme,mkdocs_plugin,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,trending,markdown_extension,github_release_downloads,updated_github_id,gitlab_id,gitlab_url +0,Material for MkDocs,material,tags,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,2022-10-04 13:44:43,2022-10-04 13:42:29,4577.0,188.0,2412.0,108.0,2033.0,9.0,1548.0,11256.0,2022-10-02 14:47:38,8.5.6,100.0,Documentation that simply works.,17261.0,17261.0,164.0,https://pypi.org/project/mkdocs-material,1551314.0,1551314.0,41,True,1,1.0,,,,, +1,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,2022-07-22 15:25:30,2022-07-22 15:25:29,188.0,4.0,34.0,5.0,40.0,5.0,76.0,159.0,2020-11-23 19:17:08,0.5.0,3.0,"Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.",1131.0,1131.0,25.0,https://pypi.org/project/mkdocs-macros-plugin,93224.0,93224.0,25,True,1,-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,2022-10-06 10:00:39,2022-09-30 14:43:14,1619.0,11.0,219.0,7.0,1488.0,14.0,288.0,645.0,2022-09-30 14:46:42,9.6,60.0,Extensions for Python Markdown.,,,32.0,https://pypi.org/project/pymdown-extensions,1013312.0,1013312.0,24,True,1,1.0,pymdownx.superfences,,,, +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,2022-07-14 11:58:59,2022-07-14 11:58:43,254.0,5.0,22.0,4.0,37.0,5.0,57.0,82.0,2022-07-02 11:14:07,1.1.0,36.0,MkDocs plugin to add a last updated date to your site pages.,1914.0,1914.0,20.0,https://pypi.org/project/mkdocs-git-revision-date-localized-plugin,132807.0,132807.0,24,True,1,-1.0,,,,, +4,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,2022-09-18 13:54:53,2022-09-18 12:16:03,88.0,25.0,14.0,143.0,25.0,7.0,16.0,81.0,2022-09-18 12:22:52,1.2.0,9.0,Open source plugin for Mkdocs page redirects.,1046.0,1046.0,13.0,https://pypi.org/project/mkdocs-redirects,69898.0,69898.0,24,True,1,,,,,, +5,mkdocstrings,,mkdocstrings,mkdocstrings/mkdocstrings,mkdocstrings,['plugin'],api-docs,https://github.com/mkdocstrings/mkdocstrings,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09,2022-09-23 18:35:21,2022-09-23 18:35:21,528.0,4.0,80.0,9.0,144.0,50.0,241.0,965.0,2022-05-28 15:57:31,0.19.0,4.0,"Automatic documentation from sources, for MkDocs.",,,31.0,https://pypi.org/project/mkdocstrings,213528.0,213528.0,23,True,1,,,,,, +6,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,2022-08-05 19:05:22,2022-08-05 18:25:58,268.0,3.0,20.0,6.0,14.0,4.0,98.0,245.0,2021-10-04 05:26:35,1.1.2,21.0,Manage multiple versions of your MkDocs-powered documentation via Git.,675.0,675.0,8.0,https://pypi.org/project/mike,62741.0,62743.0,23,True,1,-1.0,,117.0,,, +7,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,2022-10-04 11:29:14,2022-10-04 11:16:17,1677.0,100.0,19.0,2.0,1000.0,11.0,25.0,110.0,2021-09-07 13:41:02,0.7.0,14.0,A plugin for mkdocs to help you include Jupyter notebooks in your projects.,229.0,229.0,13.0,https://pypi.org/project/mknotebooks,20185.0,20185.0,23,True,1,,,,,, +8,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,2022-09-29 12:09:04,2022-09-29 12:08:21,128.0,10.0,52.0,16.0,44.0,20.0,21.0,207.0,,,,Build multiple documentation folders in a single Mkdocs. Designed for large codebases.,87.0,87.0,26.0,https://pypi.org/project/mkdocs-monorepo-plugin,84337.0,84337.0,22,True,1,,,,,, +9,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,2022-09-30 18:55:43,2021-10-14 20:29:54,188.0,,48.0,8.0,42.0,43.0,41.0,176.0,2021-07-03 02:09:02,0.9.3,27.0,Generate a single PDF file from MkDocs repository.,176.0,176.0,6.0,https://pypi.org/project/mkdocs-with-pdf,16309.0,16309.0,22,True,1,,,,,, +10,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,2022-03-11 23:29:09,2021-10-05 01:31:10,72.0,,39.0,17.0,30.0,38.0,45.0,255.0,2020-07-23 01:35:39,0.5.8,5.0,An MkDocs plugin to export content pages as PDF files.,276.0,276.0,11.0,https://pypi.org/project/mkdocs-pdf-export-plugin,15313.0,15313.0,21,True,2,,,,,, +11,Cinder,cinder,,chrissimpkins/cinder,mkdocs-cinder,['theme'],theming,https://github.com/chrissimpkins/cinder,https://github.com/chrissimpkins/cinder,,2015-08-28 03:45:23,2022-06-26 11:08:07,2021-01-05 20:29:39,229.0,,99.0,8.0,58.0,13.0,35.0,162.0,2020-10-26 22:28:56,1.2.0,32.0,"A clean, responsive MkDocs theme.",472.0,472.0,23.0,https://pypi.org/project/mkdocs-cinder,2972.0,2983.0,20,True,1,,,951.0,,, +12,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,2022-07-19 19:22:00,2022-07-19 19:21:47,44.0,4.0,33.0,9.0,16.0,9.0,11.0,84.0,2022-07-19 19:22:25,0.7.0,9.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,1988.0,1988.0,9.0,https://pypi.org/project/markdown-include,50288.0,50288.0,20,True,1,-1.0,markdown_include.include,,,, +13,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,2021-10-18 06:40:36,2021-10-18 06:35:38,25.0,,8.0,9.0,10.0,1.0,7.0,61.0,2021-10-18 06:40:36,0.5.0,2.0,A mkdocs plugin to minify the HTML of a page before it is written to disk.,3097.0,3097.0,6.0,https://pypi.org/project/mkdocs-minify-plugin,153800.0,153800.0,20,True,1,,,,,, +14,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,2022-09-13 02:26:48,2021-12-15 20:25:46,73.0,,16.0,3.0,14.0,3.0,25.0,55.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.,482.0,482.0,10.0,https://pypi.org/project/mkdocs-markdownextradata-plugin,16637.0,16637.0,20,True,2,,,,,, +15,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,2022-10-06 00:42:58,2022-10-06 00:40:32,404.0,68.0,9.0,3.0,399.0,,13.0,24.0,2022-10-03 05:14:43,2.1.1,35.0,Build documentation files inside your code into a MkDocs site.,16.0,16.0,8.0,https://pypi.org/project/mkdocs-simple-plugin,4887.0,4887.0,20,True,2,,,,,, +16,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,2022-07-24 17:43:46,2022-07-24 17:34:17,72.0,3.0,23.0,7.0,12.0,9.0,44.0,266.0,2022-07-24 17:44:45,2.8.0,21.0,An MkDocs plugin that simplifies configuring page titles and their order.,,,5.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,72346.0,72346.0,19,True,1,-1.0,,,,, +17,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,2022-09-26 02:52:18,2021-12-11 12:24:53,62.0,,16.0,1.0,13.0,4.0,36.0,128.0,2020-04-15 11:08:34,0.1.2,1.0,A Mermaid graphs plugin for mkdocs.,574.0,574.0,10.0,https://pypi.org/project/mkdocs-mermaid2-plugin,64302.0,64302.0,19,True,1,,,,,, +18,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,2022-10-01 14:06:34,2022-10-01 14:06:05,308.0,10.0,10.0,3.0,124.0,5.0,19.0,36.0,2022-10-01 14:03:20,2.8.5,28.0,A MkDocs plugin for citation management using bibtex.,89.0,89.0,8.0,https://pypi.org/project/mkdocs-bibtex,1812.0,1812.0,19,False,1,1.0,,,,, +19,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,2022-10-04 10:14:39,2022-10-03 14:07:50,485.0,25.0,8.0,2.0,118.0,7.0,17.0,34.0,2022-10-03 14:04:00,1.2.0,9.0,"MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).",115.0,115.0,9.0,https://pypi.org/project/mkdocs-rss-plugin,4525.0,4525.0,19,True,1,,,2.0,,, +20,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,2022-04-07 01:11:11,2022-02-02 11:19:26,162.0,,9.0,3.0,22.0,8.0,35.0,23.0,2022-02-02 11:21:52,0.6.4,16.0,MkDocs plugin to display git authors of a page.,170.0,170.0,4.0,https://pypi.org/project/mkdocs-git-authors-plugin,11899.0,11899.0,19,True,2,,,,,, +21,Bootswatch,cerulean,,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,2021-12-22 18:09:16,2020-02-27 00:01:09,68.0,,58.0,5.0,35.0,3.0,30.0,122.0,,,,MkDocs Bootswatch Themes.,845.0,845.0,10.0,https://pypi.org/project/mkdocs-bootswatch,10400.0,10400.0,18,True,1,,,,,, +22,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,2022-10-03 13:26:38,2022-09-16 08:15:54,135.0,8.0,20.0,4.0,77.0,4.0,64.0,92.0,,,,MkDocs i18n plugin using static translation markdown files.,241.0,241.0,5.0,https://pypi.org/project/mkdocs-static-i18n,8432.0,8432.0,18,True,1,,,,,, +23,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,2022-09-24 06:29:59,2022-09-24 06:29:59,75.0,3.0,5.0,2.0,10.0,1.0,18.0,51.0,2022-07-13 08:46:39,1.1.0,14.0,MkDocs plugin that adds a {{ read_csv(table.csv) }} markdown tag to directly insert CSV files as a table into a page.,114.0,114.0,4.0,https://pypi.org/project/mkdocs-table-reader-plugin,18190.0,18190.0,18,True,1,,,,,, +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,2022-06-01 11:12:08,2022-06-01 11:07:38,215.0,,9.0,3.0,5.0,2.0,67.0,49.0,2022-06-01 11:11:09,2.3.4,39.0,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",107.0,107.0,2.0,https://pypi.org/project/mkdocs-print-site-plugin,5092.0,5092.0,18,True,2,,,,,, +25,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,2022-03-08 14:43:42,2022-03-08 14:42:57,26.0,,6.0,4.0,8.0,3.0,9.0,44.0,2022-03-08 14:43:59,0.3.2,2.0,MkDocs plugin for setting revision date from git per markdown file.,729.0,729.0,7.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,34282.0,34282.0,18,True,2,,,,,, +26,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,2022-09-27 04:39:35,2022-09-27 04:39:32,43.0,4.0,4.0,2.0,19.0,,5.0,44.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.",605.0,605.0,5.0,https://pypi.org/project/mkdocs-simple-hooks,8683.0,8683.0,18,True,1,,,18.0,,, +27,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,2022-10-06 14:38:22,2022-10-02 16:12:11,347.0,21.0,17.0,1.0,23.0,14.0,21.0,41.0,2022-06-22 13:07:06,0.4.0,11.0,Build documentation in multiple repos into one site.,7.0,7.0,7.0,https://pypi.org/project/mkdocs-multirepo-plugin,1465.0,1465.0,18,True,2,,,,,, +28,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,2022-09-28 18:32:13,2022-09-28 18:24:13,134.0,13.0,8.0,3.0,81.0,2.0,41.0,37.0,2022-09-28 18:37:14,3.9.0,38.0,Mkdocs Markdown includer plugin.,,,10.0,https://pypi.org/project/mkdocs-include-markdown-plugin,39174.0,39175.0,18,True,2,,,36.0,,, +29,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,4.0,15.0,6.0,17.0,7.0,10.0,179.0,,,,Auto documentation for MkDocs.,298.0,298.0,7.0,https://pypi.org/project/mkautodoc,8711.0,8711.0,17,False,1,,mkautodoc,,,, +30,encryptcontent,,encryptcontent,CoinK0in/mkdocs-encryptcontent-plugin,mkdocs-encryptcontent-plugin,['plugin'],nav-pages,https://github.com/CoinK0in/mkdocs-encryptcontent-plugin,https://github.com/CoinK0in/mkdocs-encryptcontent-plugin,MIT,2019-12-15 22:42:26,2022-10-03 18:45:31,2022-09-30 07:30:00,56.0,2.0,10.0,1.0,6.0,1.0,29.0,51.0,2022-09-30 07:33:19,2.3.1,16.0,A MkDocs plugin that encrypt/decrypt markdown content with AES.,111.0,111.0,3.0,https://pypi.org/project/mkdocs-encryptcontent-plugin,1508.0,1508.0,17,True,2,,,,,, +31,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,2022-08-01 19:58:13,2022-07-19 13:42:01,54.0,13.0,6.0,3.0,4.0,3.0,7.0,47.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,91044.0,91044.0,17,True,2,,mdx_truly_sane_lists,,,, +32,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,38.0,2021-02-11 10:24:03,0.4.0,2.0,A tool that allows for versioning sites built with mkdocs.,45.0,45.0,5.0,https://pypi.org/project/mkdocs-versioning,4081.0,4081.0,17,True,2,,,,,, +33,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,2021-12-19 07:05:50,2021-12-19 07:05:45,59.0,,5.0,4.0,18.0,2.0,12.0,21.0,2021-09-18 01:15:25,0.7.0,8.0,A MkDocs plugin that validates URL in rendered html files.,191.0,191.0,6.0,https://pypi.org/project/mkdocs-htmlproofer-plugin,4455.0,4455.0,17,True,1,,,,,, +34,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,2022-09-23 17:22:45,2022-09-23 15:38:02,166.0,1.0,26.0,4.0,39.0,18.0,44.0,162.0,,,,Use Jupyter Notebook in mkdocs.,,,14.0,https://pypi.org/project/mkdocs-jupyter,23376.0,23376.0,16,True,2,,,,,, +35,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,2022-04-11 21:04:29,2020-12-20 02:40:09,242.0,,18.0,2.0,9.0,28.0,20.0,72.0,2020-12-20 02:28:04,1.0.14,14.0,A documentation generation tool for MkDocs.,83.0,83.0,4.0,https://pypi.org/project/mkapi,1189.0,1189.0,16,True,2,,,,,, +36,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,2022-02-23 16:27:45,2019-02-20 23:33:03,3.0,,7.0,5.0,3.0,7.0,3.0,55.0,,,,A mkdocs plugin that lets you exclude files or trees from your output.,711.0,711.0,,https://pypi.org/project/mkdocs-exclude,79198.0,79198.0,16,True,2,,,,,, +37,mkdocs-click,,,DataDog/mkdocs-click,mkdocs-click,['markdown'],api-docs,https://github.com/DataDog/mkdocs-click,https://github.com/DataDog/mkdocs-click,Apache-2.0,2020-03-16 14:47:45,2022-08-31 15:37:15,2022-06-19 16:06:53,53.0,,14.0,8.0,38.0,13.0,9.0,42.0,2022-06-19 16:09:56,0.8.0,9.0,An MkDocs extension to generate documentation for Click command line applications.,,,10.0,https://pypi.org/project/mkdocs-click,19442.0,19442.0,16,True,2,,mkdocs-click,,,, +38,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,2022-07-18 09:56:02,2022-07-18 09:54:39,100.0,4.0,7.0,1.0,14.0,,21.0,32.0,2022-07-18 09:56:02,2.1.1,18.0,"A mkdocs plugin that generates a blog page listing selected pages, sorted by time.",31.0,31.0,4.0,https://pypi.org/project/mkdocs-blogging-plugin,1423.0,1423.0,16,True,2,,,5.0,,, +39,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,2022-10-01 10:03:20,2022-10-01 10:03:16,37.0,20.0,2.0,1.0,,,5.0,16.0,2022-10-01 09:53:55,0.3.0,8.0,A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.,124.0,124.0,,https://pypi.org/project/mkdocs-glightbox,9385.0,9388.0,16,False,2,,,14.0,,, +40,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,2022-09-19 19:22:57,2022-09-19 19:22:23,45.0,15.0,5.0,2.0,11.0,2.0,8.0,9.0,2022-09-07 22:06:12,1.1.0,7.0,An MkDocs plugin to create a list of contributors on the page.,35.0,35.0,5.0,https://pypi.org/project/mkdocs-git-committers-plugin-2,5251.0,5251.0,16,False,3,,,,,, +41,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,2022-10-06 14:35:34,2022-10-06 14:32:13,167.0,14.0,2.0,1.0,188.0,2.0,5.0,5.0,2022-10-01 18:04:09,2.1.0,9.0,Generate meta descriptions from the first paragraphs in your MkDocs pages.,66.0,66.0,2.0,https://pypi.org/project/mkdocs-meta-descriptions-plugin,1638.0,1638.0,16,False,2,,,,,, +42,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,2022-04-04 00:49:38,2021-08-11 13:02:40,109.0,,24.0,10.0,19.0,11.0,26.0,81.0,2019-06-23 20:25:53,1.0.1,2.0,"Converts your mkdocs documentation in PDF, to be shared with users.",40.0,40.0,8.0,https://pypi.org/project/mkpdfs-mkdocs,846.0,846.0,15,True,2,,,25.0,,, +43,mktestdocs,,,koaning/mktestdocs,mktestdocs,[],quality,https://github.com/koaning/mktestdocs,https://github.com/koaning/mktestdocs,Apache-2.0,2020-12-02 11:29:55,2022-05-27 05:59:16,2022-05-27 05:59:16,48.0,,4.0,1.0,8.0,1.0,,62.0,2022-05-26 16:45:54,0.2.0,2.0,Run pytest against markdown files/docstrings.,15.0,15.0,3.0,https://pypi.org/project/mktestdocs,1175.0,1175.0,15,True,1,,,,,, +44,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,2022-05-28 16:37:25,2022-05-28 16:37:23,59.0,,3.0,3.0,13.0,3.0,18.0,42.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.,30.0,30.0,4.0,https://pypi.org/project/mkdocs-drawio-exporter,3717.0,3717.0,15,True,2,,,,,, +45,autolinks,,autolinks,midnightprioriem/mkdocs-autolinks-plugin,mkdocs-autolinks-plugin,['plugin'],links-refs,https://github.com/midnightprioriem/mkdocs-autolinks-plugin,https://github.com/midnightprioriem/mkdocs-autolinks-plugin,MIT,2020-01-14 17:57:51,2022-07-13 18:18:49,2022-07-13 18:09:47,23.0,2.0,13.0,3.0,14.0,5.0,9.0,42.0,2022-07-13 18:12:35,_060,6.0,An MkDocs plugin that automagically generates relative links between markdown pages.,178.0,178.0,9.0,https://pypi.org/project/mkdocs-autolinks-plugin,5678.0,5678.0,15,True,2,,,,,, +46,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,2022-10-01 23:45:50,2022-09-18 13:26:48,59.0,6.0,4.0,2.0,5.0,1.0,11.0,36.0,2022-08-22 17:44:45,0.4.0,6.0,MkDocs plugin to programmatically generate documentation pages during the build.,,,3.0,https://pypi.org/project/mkdocs-gen-files,40409.0,40409.0,15,True,2,,,,,, +47,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,2022-07-25 15:00:07,2022-07-25 14:57:07,57.0,1.0,7.0,4.0,6.0,,14.0,23.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).,35.0,35.0,4.0,https://pypi.org/project/mkdocs-localsearch,4306.0,4306.0,15,True,1,,,,,, +48,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,2021-08-12 15:47:32,2021-08-12 15:47:19,39.0,,6.0,4.0,7.0,6.0,,22.0,,,,A mkdocs plugin for displaying the last commit and a list of a files contributors.,94.0,94.0,5.0,https://pypi.org/project/mkdocs-git-committers-plugin,8237.0,8237.0,15,True,3,,,,,, +49,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,2022-08-17 18:10:24,2022-02-05 08:12:55,48.0,,4.0,2.0,21.0,4.0,6.0,7.0,2020-11-08 17:14:20,0.2.0,4.0,A plugin to include code snippets into mkdocs pages.,61.0,61.0,3.0,https://pypi.org/project/mkdocs-codeinclude-plugin,2319.0,2319.0,15,False,3,,,,,, +50,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,107.0,,,,[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.,44.0,44.0,4.0,https://pypi.org/project/mkdocs-pandoc,313.0,313.0,14,True,3,,,,,, +51,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,1.0,24.0,5.0,8.0,2.0,21.0,99.0,,,,Math extension for Python-Markdown.,,,8.0,https://pypi.org/project/python-markdown-math,21906.0,21906.0,14,True,2,,mdx_math,,,, +52,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-09-23 05:57:15,2022-03-11 19:50:40,79.0,,45.0,3.0,33.0,14.0,16.0,85.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,155.0,155.0,8.0,https://pypi.org/project/mkdocs-windmill,3108.0,3108.0,14,True,2,,,,,, +53,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,2022-06-13 18:32:48,2022-06-13 18:32:31,33.0,,9.0,3.0,8.0,2.0,14.0,36.0,,,,MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).,37.0,37.0,6.0,https://pypi.org/project/mkdocs-build-plantuml-plugin,8433.0,8433.0,14,True,2,,,,,, +54,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,2022-10-05 20:17:58,2022-10-05 20:17:10,96.0,13.0,6.0,2.0,1.0,6.0,5.0,30.0,2021-05-24 20:00:00,0.4.0,1.0,MkDocs plugin to specify the navigation in Markdown instead of YAML.,,,,https://pypi.org/project/mkdocs-literate-nav,33439.0,33439.0,14,True,2,,,,,, +55,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,2022-05-20 16:34:06,2022-05-20 16:34:06,13.0,,6.0,1.0,3.0,2.0,4.0,23.0,2022-04-14 18:24:15,1.3.0,4.0,MkDocs Video plugin.,173.0,173.0,4.0,https://pypi.org/project/mkdocs-video,7719.0,7719.0,14,True,2,,,11.0,,, +56,MkDocsOAD,,neoteroi.mkdocsoad,Neoteroi/mkdocs-plugins,neoteroi-mkdocs,['plugin'],api-docs,https://github.com/Neoteroi/mkdocs-plugins,https://github.com/Neoteroi/mkdocs-plugins,MIT,2022-04-18 10:59:35,2022-10-04 20:12:59,2022-10-04 20:11:49,27.0,18.0,2.0,1.0,12.0,1.0,7.0,22.0,2022-10-04 20:12:59,0.1.2,12.0,Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..,3.0,3.0,6.0,https://pypi.org/project/neoteroi-mkdocs,614.0,614.0,14,True,2,6.0,,1.0,,, +57,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,2022-10-01 17:41:52,2022-01-24 19:59:04,40.0,,5.0,3.0,23.0,4.0,13.0,18.0,2022-01-24 20:08:01,_0.1.14,14.0,Plugin for mkdocs which enables easier linking between pages.,36.0,36.0,,https://pypi.org/project/mkdocs-ezlinks-plugin,1227.0,1230.0,14,False,2,,,67.0,,, +58,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,2022-08-31 14:43:20,2022-08-31 14:42:36,29.0,16.0,2.0,1.0,,,6.0,13.0,2022-08-31 14:43:56,0.4.3,10.0,A MkDocs plugin supports for add Swagger UI in page.,16.0,16.0,,https://pypi.org/project/mkdocs-swagger-ui-tag,1509.0,1512.0,14,False,1,,,12.0,,, +59,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,2022-10-01 23:45:34,2022-09-18 20:44:01,25.0,6.0,6.0,3.0,4.0,2.0,6.0,11.0,2022-09-18 20:48:07,0.3.0,2.0,Markdown extension: a classier syntax for admonitions.,,,,https://pypi.org/project/markdown-callouts,4289.0,4289.0,14,False,2,,callouts,,,, +60,Bootstrap4,bootstrap4,,byrnereese/mkdocs-bootstrap4,mkdocs-bootstrap4,['theme'],theming,https://github.com/byrnereese/mkdocs-bootstrap4,https://github.com/byrnereese/mkdocs-bootstrap4,MIT,2018-12-17 16:32:18,2020-11-05 01:03:43,2020-11-05 01:03:25,19.0,,9.0,4.0,3.0,,3.0,41.0,,,,Bootstrap 4.0+ theme for MkDocs.,68.0,68.0,4.0,https://pypi.org/project/mkdocs-bootstrap4,6738.0,6738.0,13,True,2,,,,,, +61,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,2022-10-01 23:45:42,2022-09-18 13:25:38,58.0,2.0,5.0,2.0,1.0,3.0,7.0,40.0,2022-03-30 21:27:08,0.3.4,6.0,MkDocs plugin to allow clickable sections that lead to an index page.,,,,https://pypi.org/project/mkdocs-section-index,22882.0,22882.0,13,True,2,,,,,, +62,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,2022-01-09 20:46:13,2022-01-09 20:45:23,103.0,,2.0,2.0,5.0,,26.0,26.0,2022-01-09 20:48:35,0.5,10.0,MkDocs Plugin to enumerate the headings across site pages.,83.0,83.0,2.0,https://pypi.org/project/mkdocs-enumerate-headings-plugin,3174.0,3174.0,13,True,2,,,,,, +63,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,2022-09-14 13:50:32,2022-08-19 13:22:47,30.0,1.0,10.0,2.0,10.0,4.0,3.0,17.0,2022-05-22 07:54:10,.0.4.0,5.0,MkDocs plugin for Kroki-Diagrams.,11.0,11.0,5.0,https://pypi.org/project/mkdocs-kroki-plugin,6601.0,6601.0,13,False,2,,,,,, +64,mkdocs-markmap,,markmap,neatc0der/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,2022-08-25 17:23:57,2022-08-25 17:23:23,158.0,16.0,2.0,5.0,26.0,3.0,14.0,17.0,2022-08-25 17:23:57,2.3.0,16.0,MkDocs plugin and extension to create mindmaps from markdown using markmap.,,,2.0,https://pypi.org/project/mkdocs-markmap,596.0,600.0,13,False,2,,,96.0,markmap/mkdocs-markmap,, +65,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,2022-07-19 18:50:47,2022-07-19 18:50:39,130.0,3.0,2.0,2.0,25.0,,14.0,16.0,2022-01-05 22:53:05,0.6.4,16.0,A mkdocs plugin that lets you exclude selected chapters from the search index.,142.0,142.0,4.0,https://pypi.org/project/mkdocs-exclude-search,4444.0,4444.0,13,False,3,,,6.0,,, +66,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,2022-08-26 19:19:11,2022-03-07 16:43:40,28.0,,3.0,3.0,16.0,1.0,3.0,15.0,,,,Automatically link across pages in MkDocs.,,,4.0,https://pypi.org/project/mkdocs-autorefs,199135.0,199135.0,13,False,2,,,,,, +67,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,10.0,2022-06-10 14:33:49,0.3.0,2.0,Numpydocs - mkdocs friendly markdown.,13.0,13.0,6.0,https://pypi.org/project/mktheapidocs,544.0,544.0,13,False,3,,,,,, +68,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,3.0,3.0,25.0,,,,A MkDocs plugin that support mermaid graph in markdown file.,47.0,47.0,2.0,https://pypi.org/project/mkdocs-mermaid-plugin,5521.0,5521.0,12,True,3,,,,,, +69,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,2022-08-16 11:29:31,2022-08-16 11:26:44,23.0,8.0,8.0,,3.0,,,25.0,,,,An MkDocs plugin that automagically generates relative links between markdown pages.,,,7.0,https://pypi.org/project/mkdocs-roamlinks-plugin,3985.0,3985.0,12,True,2,,,,,, +70,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,2022-02-20 10:02:14,2022-02-20 09:59:48,47.0,,1.0,3.0,,3.0,9.0,24.0,2022-02-20 10:01:38,0.0.8,8.0,Mkdocs plugin to add charts to your pages.,7.0,7.0,,https://pypi.org/project/mkdocs-charts-plugin,983.0,983.0,12,True,3,,,,,, +71,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,17.0,,,,Documentation tool for Markdown conversion by Jupyter client.,20.0,20.0,4.0,https://pypi.org/project/pheasant,294.0,294.0,12,False,3,,,,,, +72,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,2022-05-07 14:58:18,2022-05-07 14:43:42,110.0,,1.0,3.0,10.0,16.0,25.0,10.0,2022-05-07 14:58:20,0.7.6,8.0,Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..,,,3.0,https://pypi.org/project/mkdocs-gallery,238.0,238.0,12,False,2,,,,,, +73,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,2022-10-01 23:45:15,2022-09-28 21:14:20,25.0,3.0,2.0,2.0,1.0,,3.0,9.0,,,,MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.,90.0,90.0,2.0,https://pypi.org/project/mkdocs-same-dir,8117.0,8117.0,12,False,2,,,,,, +74,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,2022-07-01 04:13:23,2022-06-10 13:15:30,106.0,,4.0,2.0,26.0,11.0,24.0,4.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,218.0,220.0,12,False,3,,,50.0,,, +75,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,9.0,,,,Ivory theme for MkDocs.,52.0,52.0,2.0,https://pypi.org/project/mkdocs-ivory,1309.0,1309.0,11,False,2,,,,,, +76,add-number,,add-number,ignorantshr/mkdocs-add-number-plugin,mkdocs-add-number-plugin,['plugin'],html-css,https://github.com/ignorantshr/mkdocs-add-number-plugin,https://github.com/ignorantshr/mkdocs-add-number-plugin,MIT,2019-05-25 03:48:30,2020-06-17 07:23:03,2020-06-11 09:35:38,31.0,,3.0,1.0,4.0,2.0,9.0,10.0,,,,MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.,17.0,17.0,3.0,https://pypi.org/project/mkdocs-add-number-plugin,711.0,711.0,10,False,2,,,,,, +77,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-08-23 08:04:29,2022-08-23 08:03:39,67.0,34.0,,1.0,,1.0,4.0,5.0,2022-08-23 08:11:16,0.6.1,6.0,"Generate SVGs from any Python code, even in your documentation.",,,,https://pypi.org/project/mkdocs-termage-plugin,29.0,29.0,10,False,3,,,,,, +78,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,,1.0,5.0,3.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.,4.0,4.0,4.0,https://pypi.org/project/mkdocs-pdf-with-js-plugin,366.0,366.0,10,False,3,,,,,, +79,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,4.0,4.0,7.0,7.0,40.0,,,,Processes tags in yaml metadata.,,,3.0,https://pypi.org/project/mkdocs-plugin-tags,433.0,433.0,9,True,3,,,,,, +80,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,2022-01-02 23:29:39,2021-06-29 20:34:58,49.0,,1.0,3.0,8.0,,,18.0,2021-06-27 17:55:28,0.2.0,2.0,MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.,1.0,1.0,,https://pypi.org/project/mkrefs,37.0,37.0,9,False,2,,,,,, +81,MkDocs Img2Fig Plugin,,img2fig,stuebersystems/mkdocs-img2fig-plugin,mkdocs-img2fig-plugin,['plugin'],charts,https://github.com/stuebersystems/mkdocs-img2fig-plugin,https://github.com/stuebersystems/mkdocs-img2fig-plugin,MIT,2019-05-09 09:48:11,2022-04-15 06:05:55,2020-07-14 09:36:02,8.0,,6.0,2.0,3.0,2.0,1.0,14.0,,,,A MkDocs plugin that converts markdown encoded images into figure elements.,68.0,68.0,2.0,https://pypi.org/project/mkdocs-img2fig-plugin,1228.0,1228.0,9,False,3,,,,,, +82,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,2022-07-11 11:17:26,2021-01-25 21:53:29,19.0,,1.0,2.0,8.0,1.0,,11.0,2021-01-25 21:08:08,0.0.2,2.0,An MkDocs extension to generate documentation for Typer command line applications.,,,,https://pypi.org/project/mkdocs-typer,3540.0,3540.0,9,False,3,,mkdocs-typer,,,, +83,markdown-exec,,markdown-exec,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,2022-10-01 15:08:57,2022-10-01 15:08:51,78.0,14.0,,1.0,,2.0,6.0,11.0,,,,Utilities to execute code blocks in Markdown files.,,,,https://pypi.org/project/markdown-exec,504.0,504.0,9,False,3,,,,,, +84,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,2.0,4.0,11.0,,,,An mkdocs plugin that injects snippets from a file in a git repository.,9.0,9.0,3.0,https://pypi.org/project/mkdocs-snippet-plugin,593.0,593.0,9,False,3,,,,,, +85,bootstrap-tables,,bootstrap-tables,byrnereese/mkdocs-bootstrap-tables-plugin,mkdocs-bootstrap-tables-plugin,['plugin'],html-css,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,MIT,2018-12-19 20:55:24,2020-03-27 04:57:49,2020-03-27 04:57:31,2.0,,2.0,1.0,,,,8.0,,,,A MkDocs plugin to add bootstrap classes to plan markdown generated tables.,55.0,55.0,,https://pypi.org/project/mkdocs-bootstrap-tables-plugin,1988.0,1988.0,9,False,3,,,,,, +86,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,2022-08-09 09:02:03,2022-08-09 09:01:11,122.0,3.0,,8.0,,,3.0,6.0,,,,KPN theme for MkDocs | owner=flow.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-kpn,370.0,370.0,9,False,2,,,,,, +87,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-07-28 07:12:09,2022-07-28 07:08:36,27.0,5.0,1.0,2.0,,,1.0,3.0,2022-07-28 07:12:09,0.8.0,5.0,"A 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,154.0,154.0,9,False,3,,,,,, +88,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-05-30 09:31:58,2022-05-30 09:31:58,85.0,,3.0,3.0,9.0,,,3.0,,,,MkDocs backend for Foliant.,,,5.0,https://pypi.org/project/foliantcontrib.mkdocs,323.0,323.0,9,False,2,,,,,, +89,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-09-30 19:01:33,2022-07-10 05:32:27,36.0,1.0,2.0,3.0,11.0,,1.0,2.0,2020-04-21 10:59:01,0.0.5,4.0,MkDocs User Defined Values.,9.0,9.0,3.0,https://pypi.org/project/mkdocs-user-defined-values,385.0,385.0,9,False,3,,,10.0,,, +90,octadocs-adr,,octadocs_adr,octadocs/octadocs,octadocs-adr,['plugin'],site-management,https://github.com/octadocs/octadocs,https://github.com/octadocs/octadocs,MIT,2020-11-22 09:51:22,2022-08-28 19:51:32,2022-08-28 19:51:28,469.0,13.0,,2.0,53.0,15.0,26.0,2.0,,,,Make your MkDocs documentation think for you.,,,,https://pypi.org/project/octadocs-adr,26.0,26.0,9,False,3,,,,,, +91,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,2022-10-06 14:29:18,2022-10-06 14:29:18,42.0,7.0,3.0,1.0,4.0,,1.0,1.0,,,,MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..,11.0,11.0,3.0,https://pypi.org/project/mkdocs-embed-external-markdown,636.0,636.0,9,False,3,2.0,,,,, +92,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,4.0,2.0,3.0,2.0,3.0,5.0,43.0,,,,Python Markdown extension to include local or remote files.,,,3.0,https://pypi.org/project/mdx_include,6634.0,6634.0,8,True,3,,mdx_include,,,, +93,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,,9.0,3.0,,,4.0,25.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,,,4.0,https://pypi.org/project/mkdocs-windmill-dark,377.0,377.0,8,True,2,,,,,, +94,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,2022-01-11 15:38:49,2022-01-11 15:34:30,42.0,,2.0,5.0,1.0,1.0,2.0,20.0,2022-01-11 15:38:50,0.5.1,2.0,"A bit like monorepo, but keeps MkDocs projects separate.",,,2.0,https://pypi.org/project/mkdocs-multirepo,221.0,221.0,8,True,3,,,,,, +95,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,2019-08-14 06:46:14,2019-08-14 06:46:03,20.0,,4.0,1.0,9.0,3.0,2.0,18.0,2018-09-27 18:13:49,0.6.0,4.0,Merge the source of multiple MkDocs sites into a single one.,3.0,3.0,2.0,https://pypi.org/project/mkdocs-merge,690.0,690.0,8,False,3,,,,,, +96,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,,1.0,2.0,1.0,1.0,1.0,17.0,,,,MkDocs plugin to render Diagrams files.,34.0,34.0,,https://pypi.org/project/mkdocs-diagrams,2232.0,2232.0,8,False,3,,,,,, +97,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,2022-09-01 10:44:39,2022-09-01 10:43:33,251.0,7.0,2.0,2.0,86.0,1.0,5.0,14.0,,,,Automatically create newsletters from the changes in a mkdocs repository.,,,3.0,https://pypi.org/project/mkdocs-newsletter,335.0,335.0,8,False,2,,,,,, +98,docutools,,lcd-find-pages,axiros/docutools,docutools,['plugin'],charts,https://github.com/axiros/docutools,https://github.com/axiros/docutools,BSD-2-Clause,2021-10-04 21:36:07,2022-04-11 15:09:39,2022-04-11 14:53:41,430.0,,,6.0,,1.0,1.0,14.0,,,,Dev Centric Tools for Mkdocs Based Documentation.,,,3.0,https://pypi.org/project/docutools,294.0,294.0,8,False,3,,,,,, +99,Jinks,jinks_en,,anetwork/mkdocs-jinks-theme,mkdocs-jinks,['theme'],theming,https://github.com/anetwork/mkdocs-jinks-theme,https://github.com/anetwork/mkdocs-jinks-theme,BSD-2-Clause,2016-02-17 16:35:05,2019-11-08 08:36:17,2019-11-08 08:36:15,24.0,,4.0,9.0,3.0,,,13.0,2016-04-12 06:37:18,.0.1.0,1.0,Mkdocs jinks theme.,4.0,4.0,7.0,https://pypi.org/project/mkdocs-jinks,19.0,19.0,8,False,2,,,,,, +100,Blogs for MkDocs,,blog,fmaida/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,9.0,,,,This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.,40.0,40.0,,,,,8,False,2,,,,,, +101,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,,4.0,2.0,,,1.0,9.0,2022-03-10 22:29:19,1.3.0,1.0,"Outstanding mkdocs theme with a focus on navigation, customization and usability.",5.0,5.0,8.0,https://pypi.org/project/mkdocs-custommill,175.0,175.0,8,False,2,,,,,, +102,tooltipster-links,,tooltipster-links,midnightprioriem/mkdocs-tooltipster-links-plugin,mkdocs-tooltipster-links-plugin,['plugin'],links-refs,https://github.com/midnightprioriem/mkdocs-tooltipster-links-plugin,https://github.com/midnightprioriem/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,2.0,1.0,2.0,,7.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.,17.0,17.0,,https://pypi.org/project/mkdocs-tooltipster-links-plugin,106.0,106.0,8,False,2,,,,,, +103,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,2021-12-16 22:41:29,2021-12-16 22:41:06,31.0,,,1.0,,3.0,3.0,5.0,,,,MkDocs plugin to integrate your coverage HTML report into your site.,,,,https://pypi.org/project/mkdocs-coverage,6241.0,6241.0,8,False,3,,,,,, +104,Bootstrap 4,bootstrap4,,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,2022-07-20 19:11:17,2020-03-16 20:01:29,48.0,,,1.0,20.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.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-theme-bootstrap4,38.0,38.0,8,False,2,,,,,, +105,Semantic,semantic,,cryocaustik/mkdocs-semantic,mkdocs-semantic,['theme'],theming,https://github.com/cryocaustik/mkdocs-semantic,https://github.com/cryocaustik/mkdocs-semantic,MIT,2018-09-20 06:14:30,2021-03-30 05:27:30,2021-03-30 03:30:35,19.0,,2.0,1.0,1.0,,7.0,4.0,2021-03-30 05:27:30,1.0.0,3.0,Semantic-UI Theme for MkDocs.,5.0,5.0,6.0,https://pypi.org/project/mkdocs-semantic,61.0,61.0,8,False,2,,,,,, +106,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,2022-04-11 16:54:07,2022-04-11 16:53:53,29.0,,,1.0,,8.0,4.0,3.0,,,,A spell checker plugin for MkDocs.,,,,https://pypi.org/project/mkdocs-spellcheck,1713.0,1713.0,8,False,2,,,,,, +107,vim-md-tags,,vim-md-tags,midnightprioriem/mkdocs-vim-md-tags-plugin,mkdocs-vim-md-tags-plugin,['plugin'],other,https://github.com/midnightprioriem/mkdocs-vim-md-tags-plugin,https://github.com/midnightprioriem/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,3.0,1.0,,,3.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,51.0,51.0,8,False,3,,,,,, +108,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,,2.0,,,,MkDocs plugin for converting absolute links to relative ones.,12.0,12.0,2.0,https://pypi.org/project/mkdocs-abs-rel-plugin,1786.0,1786.0,8,False,2,,,,,, +109,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,2022-08-24 11:32:34,2021-08-24 18:08:03,70.0,,1.0,,1.0,5.0,,2.0,,,,"Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.",,,5.0,https://pypi.org/project/mkdocs-linkcheck,176.0,176.0,8,False,2,,,,,, +110,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,2022-08-30 14:29:43,2020-08-01 15:49:22,14.0,,1.0,3.0,1.0,,,2.0,2020-08-01 15:50:58,0.1.0,5.0,SWAN MkDocs theme.,3.0,3.0,,https://pypi.org/project/mkdocs-swan,50.0,50.0,8,False,2,,,,,, +111,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,,1.0,,,,WIP plugin for working with titles of pages in MkDocs.,23.0,23.0,,https://pypi.org/project/mkdocs-nav-enhancements,4188.0,4188.0,8,False,3,,,,,, +112,Unidata,unidata,,mjames-upc/mkdocs-unidata,mkdocs-unidata,['theme'],theming,https://github.com/mjames-upc/mkdocs-unidata,https://github.com/mjames-upc/mkdocs-unidata,MIT,2017-04-13 14:51:01,2017-09-27 18:46:20,2017-09-27 18:46:04,760.0,,1.0,1.0,,,,,2017-04-14 16:21:33,1.5.6,1.0,Custom MkDocs Material Design Theme.,,,16.0,https://pypi.org/project/mkdocs-unidata,57.0,57.0,8,True,2,,,,,, +113,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,,8.0,2.0,12.0,3.0,14.0,36.0,,,,Alabaster port for MkDocs.,,,9.0,https://pypi.org/project/mkdocs-alabaster,441.0,441.0,7,True,3,,,,,, +114,automacdoc,,,AlexandreKempf/automacdoc,,[],api-docs,https://github.com/AlexandreKempf/automacdoc,https://github.com/AlexandreKempf/automacdoc,MIT,2019-06-14 11:47:18,2020-12-29 08:32:21,2020-12-29 08:32:20,13.0,,10.0,4.0,3.0,4.0,1.0,34.0,,,,Automatic generation of documentation for mkdocs.,3.0,3.0,6.0,,,,7,True,3,,,,,, +115,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,,,7.0,10.0,26.0,,,0.0,Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.,,,,https://pypi.org/project/mkdocs-gitbook,7724.0,7724.0,7,True,3,,,,,lramage/mkdocs-gitbook-theme,https://gitlab.com/lramage/mkdocs-gitbook-theme +116,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,12.0,3.0,2.0,5.0,,5.0,12.0,,,,A wikilink extension for Python Markdown.,,,5.0,https://pypi.org/project/mdx_wikilink_plus,408.0,408.0,7,False,3,,mdx_wikilink_plus,,,, +117,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,2022-01-26 12:19:00,2022-01-26 12:18:57,9.0,,2.0,3.0,1.0,2.0,1.0,9.0,,,,Provides GitHub like autolink references in Mkdocs.,3.0,3.0,2.0,https://pypi.org/project/autolink-references-mkdocs-plugin,2385.0,2385.0,7,False,3,,,,,, +118,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.,2.0,2.0,4.0,https://pypi.org/project/mkdocs-gitsnippet-plugin,159.0,159.0,7,False,3,,,,,, +119,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,2022-07-02 21:19:31,2022-07-02 21:16:43,6.0,,1.0,1.0,,,1.0,3.0,2022-07-02 21:19:31,0.2.1,4.0,An MkDocs plugin allowing for categorization of wiki pages.,2.0,2.0,,https://pypi.org/project/mkdocs-categories-plugin,136.0,136.0,7,False,3,,,,,, +120,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,2022-03-02 10:44:03,2022-03-02 10:43:19,175.0,,,2.0,13.0,,,1.0,2022-03-02 10:44:26,-1.4.0,13.0,Plugin for safe text editing with MKDocs.,,,2.0,https://pypi.org/project/mkdocs-safe-text-plugin,335.0,335.0,7,False,3,,,,,, +121,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,2022-10-01 23:45:31,2022-09-18 13:27:05,23.0,5.0,,2.0,,,,1.0,,,,Checks Markdown code blocks in a MkDocs site against user-defined actions.,,,,https://pypi.org/project/mkdocs-code-validator,163.0,163.0,7,False,3,,,,,, +122,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,2021-04-14 14:19:33,2021-04-14 14:18:28,3.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.,3.0,3.0,,https://pypi.org/project/mkdocs-webcontext-plugin,119.0,119.0,7,True,3,,,2.0,,, +123,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,2020-10-01 11:06:58,2020-10-01 11:06:03,5.0,,,3.0,,,,,2020-10-01 11:06:58,0.0.3,3.0,MkDocs plugin to generate a SWAN Gallery.,1.0,1.0,,https://pypi.org/project/mkdocs-swangallery,29.0,29.0,7,True,3,,,,,, +124,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,3.0,1.0,3.0,2.0,27.0,,,,MkDocs plugin for render swagger into docs.,,,,,,,6,True,3,,,,,, +125,BOOTSTRAP386,bootstrap386,,,mkdocs-bootstrap386,['theme'],theming,,https://gitlab.com/lramage/mkdocs-bootstrap386,,2018-06-06 02:30:09,2018-06-06 02:30:09,,,,2.0,,,4.0,3.0,23.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,4248.0,4248.0,6,True,3,,,,,lramage/mkdocs-bootstrap386,https://gitlab.com/lramage/mkdocs-bootstrap386 +126,Tweetable quotes,,,max-arnold/markdown-tweetable,markdown-tweetable,['markdown'],markdown,https://github.com/max-arnold/markdown-tweetable,https://github.com/max-arnold/markdown-tweetable,MIT,2014-06-02 11:57:04,2019-03-25 05:45:20,2019-03-25 05:45:13,81.0,,,1.0,,1.0,,13.0,,,,Python-Markdown extension to embed tweetable quotes into your blog posts.,2.0,2.0,,https://pypi.org/project/markdown-tweetable,50.0,50.0,6,False,3,,tweetable.extension,,,, +127,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,6.0,,,,Write docstrings in markdown!.,,,,https://pypi.org/project/inari,184.0,184.0,6,False,3,,,,,, +128,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,1.0,7.0,,1.0,6.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,63.0,63.0,6,False,3,,,,,, +129,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,2022-07-10 17:57:33,2022-07-10 17:56:16,13.0,1.0,,1.0,,1.0,1.0,4.0,2022-07-10 17:57:33,0.4.0,5.0,An MkDocs plugin allowing links to your pages using a custom alias.,2.0,2.0,,https://pypi.org/project/mkdocs-alias-plugin,143.0,143.0,6,False,3,,,,,, +130,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,,1.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.,13.0,13.0,3.0,,,,6,False,3,,,,,, +131,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,,,1.0,,1.0,,2.0,,,,Adds a markdown template filter to the jinja templating environment in mkdocs.,11.0,11.0,,https://pypi.org/project/mkdocs-markdown-filter,109.0,109.0,6,False,3,,,,,, +132,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,,,3.0,,,1.0,2.0,,,,Customize MkDocs options on a per-branch basis.,9.0,9.0,,https://pypi.org/project/mkdocs-branchcustomization-plugin,812.0,812.0,6,False,3,,,,,, +133,toc-sidebar,,toc-sidebar,midnightprioriem/mkdocs-toc-sidebar-plugin,mkdocs-toc-sidebar-plugin,['plugin'],nav-pages,https://github.com/midnightprioriem/mkdocs-toc-sidebar-plugin,https://github.com/midnightprioriem/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,2.0,3.0,3.0,,1.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.,9.0,9.0,2.0,https://pypi.org/project/mkdocs-toc-sidebar-plugin,258.0,258.0,6,False,3,,,,,, +134,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,25.0,25.0,6,True,3,,,,,, +135,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,2019-09-05 06:59:51,2019-09-05 06:58:14,8.0,,,1.0,,,,,,,,Filter pages for assignments.,7.0,7.0,,https://pypi.org/project/mkdocs-select-files,71.0,71.0,6,True,3,,,,,, +136,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,,,,,,,,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,254.0,254.0,6,True,3,,,,,, +137,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,2018-10-11 17:51:01,2018-10-11 17:38:42,23.0,,,1.0,6.0,,10.0,15.0,2018-10-11 17:53:21,0.4.0,7.0,"An accessible, skimmable theme for MkDocs.",,,,,,,5,False,3,,,,,, +138,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,2.0,2.0,1.0,,10.0,,,,A Doxygen plugin for MkDocs.,,,3.0,,,,5,False,3,,,,,, +139,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,7.0,,,,A mkdocs theme for create PDF and printing with paged.js.,2.0,2.0,,https://pypi.org/project/mkdocs-theme-topdf,28.0,28.0,5,False,3,,,,,, +140,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,,1.0,,1.0,1.0,2.0,6.0,,,,A MkDocs plugin for support wavedrom charts in markdown file.,2.0,2.0,,https://pypi.org/project/mkdocs-wavedrom-plugin,40.0,40.0,5,False,3,,,,,, +141,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,2022-04-18 04:30:15,2022-04-18 04:27:15,55.0,,1.0,2.0,1.0,,1.0,5.0,,,,A MkDocs plug-in provides a source parser for *.ipynb files.,,,4.0,https://pypi.org/project/mkdocs-nbconvert,48.0,48.0,5,False,3,,,,,, +142,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,,,,,,,4.0,,,,MkDocs Plugin to inject social media cards for each entry in an awesome-list.,,,,,,,5,False,3,,,,,, +143,Moonstone,moonstone,,byrnereese/mkdocs-moonstone,mkdocs-moonstone,['theme'],theming,https://github.com/byrnereese/mkdocs-moonstone,https://github.com/byrnereese/mkdocs-moonstone,,2019-02-14 08:53:35,2021-06-15 21:16:30,2021-06-15 21:15:45,28.0,,1.0,1.0,,,,4.0,,,,A documentation theme for mkdocs.,7.0,7.0,,https://pypi.org/project/mkdocs-moonstone,132.0,132.0,5,False,3,,,,,, +144,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,2020-04-09 13:50:30,2020-04-09 13:47:49,32.0,,1.0,2.0,3.0,,,3.0,,,,A MkDocs theme.,30.0,30.0,2.0,https://pypi.org/project/mkdocs-nature,122.0,122.0,5,False,3,,,,,, +145,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,2022-09-13 13:33:15,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,157.0,157.0,5,False,3,,,,,, +146,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,,,2.0,,,,2.0,,,,Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.,2.0,2.0,,https://pypi.org/project/mkpatcher,786.0,786.0,5,False,3,,mkpatcher,,,, +147,Zettelkasten,zettelkasten-solarized-light,,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,2022-07-14 06:49:10,2022-07-14 06:48:58,36.0,2.0,,1.0,7.0,6.0,3.0,2.0,2021-11-29 20:07:59,0.1.5,1.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,59.0,59.0,5,False,3,,,2.0,buvis/mkdocs-zettelkasten,, +148,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,70.0,70.0,5,False,3,,markdown_figcap,,,, +149,mkdocs-codecheck,,,byrnereese/codechecker-mkdocs,mkdocs-codecheck,[],quality,https://github.com/byrnereese/codechecker-mkdocs,https://github.com/byrnereese/codechecker-mkdocs,MIT,2021-08-24 18:05:47,2021-12-16 19:26:31,2021-12-16 19:26:10,86.0,,,2.0,1.0,1.0,,1.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,40.0,40.0,5,False,3,,,,,, +150,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,1159.0,1159.0,5,False,3,,,,,, +151,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,2021-06-01 23:29:29,2019-12-29 08:46:29,5.0,,,1.0,8.0,,,,,,,Plugin for MKDocs to inject the latest release tag from git into markdown.,,,3.0,https://pypi.org/project/mkdocs-latest-release-plugin,497.0,497.0,5,True,3,,,,,, +152,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,22.0,,,,mkdocs rtl theme based on mkdocs-material.,,,2.0,,,,4,False,3,,,,,, +153,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,,8.0,,,,Markdown extension to support the del and ins tags.,,,2.0,https://pypi.org/project/markdown-del-ins,167.0,167.0,4,False,3,,markdown_del_ins,,,, +154,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,,,2.0,,,,3.0,,,,A MkDocs plugin that enables the Jinja2-sandbox.,,,,,,,4,False,3,,,,,, +155,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,301.0,301.0,4,False,3,,,,,, +156,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,2021-06-01 20:41:03,2021-06-01 20:40:56,35.0,,,1.0,,1.0,1.0,2.0,,,,MkDocs plugin for thumbnail images generated automatically.,,,,https://pypi.org/project/mkdocs-thumbnails,102.0,102.0,4,False,3,,,,,, +157,mkdocs-title-casing-plugin,,title-casing,Rusty3141/mkdocs-title-casing-plugin,mkdocs-title-casing-plugin,['plugin'],nav-pages,https://github.com/Rusty3141/mkdocs-title-casing-plugin,https://github.com/Rusty3141/mkdocs-title-casing-plugin,GPL-3.0,2021-09-04 16:33:06,2021-09-05 10:33:50,2021-09-05 10:29:04,7.0,,,1.0,,,,1.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,27.0,27.0,4,False,3,,,,,, +158,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,,,,1.0,,,,Theme Mkdocs Like a Github. DEMO =.,2.0,2.0,,https://pypi.org/project/mkdocs-github,53.0,53.0,4,False,3,,,,,, +159,linkpatcher-plugin,,linkpatcher-plugin,sekikawattt/mkdocs-linkpatcher-plugin,,['plugin'],links-refs,https://github.com/sekikawattt/mkdocs-linkpatcher-plugin,https://github.com/sekikawattt/mkdocs-linkpatcher-plugin,MIT,2018-03-13 14:45:50,2018-03-14 15:47:27,2018-03-14 15:31:29,7.0,,,,,,,,,,,a mkdocs plugin sets links semiautomatically.,,,2.0,,,,4,False,3,,,,,, +160,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,,8.0,1.0,3.0,4.0,,15.0,,,,Blogging in mkdocs.,,,,,,,3,False,3,,,,,, +161,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,,,,p-ouellette/mkdocs-autoreflinks-plugin,, +162,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,,1.0,2.0,,1.0,2.0,4.0,,,,MkDocs plugin to render sequence.js blocks.,,,,,,,3,False,3,,,,,, +163,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,,,,,, +164,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,152.0,152.0,3,False,3,,,,,kaliko/mkdocs-cluster,https://gitlab.com/kaliko/mkdocs-cluster +165,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,2019-12-05 10:10:40,2019-12-05 10:10:37,8.0,,1.0,20.0,1.0,,1.0,2.0,,,,"Generate overviews from YAML descriptions, intended for micro-services and their deployments.",,,3.0,,,,3,False,3,,,,,, +166,schema-reader,,schema_reader,magicaljellybeans/mkdocs_schema_reader,mkdocs-schema-reader,['plugin'],nav-pages,https://github.com/magicaljellybeans/mkdocs_schema_reader,https://github.com/magicaljellybeans/mkdocs_schema_reader,MIT,2020-12-07 16:39:34,2022-04-17 15:03:06,2021-06-23 16:04:58,16.0,,2.0,1.0,2.0,2.0,1.0,2.0,,,1.0,"A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..",,,2.0,https://pypi.org/project/mkdocs-schema-reader,199.0,199.0,3,False,3,,,,,, +167,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,,,,1.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,38.0,38.0,3,False,3,,,,,, +168,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,,,1.0,,1.0,,1.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,27.0,27.0,3,False,3,,,1.0,,, +169,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,1.0,3.0,,,1.0,,,,An mkdocs plugin that turns docs website into helm repository.,,,,https://pypi.org/project/mkdocs-helm,21.0,21.0,3,False,3,,,,,, +170,MkDocs Graphviz,,,,mkdocs-graphviz,['markdown'],charts,,,,,,,,,,,,,,,,,,,,,,https://pypi.org/project/mkdocs-graphviz,3058.0,3058.0,3,False,3,,mkdocs_graphviz,,,rodrigo.schwencke/mkdocs-graphviz, +171,docstyler,,docstyler,hfagerlund/mkdocs-docstyler-plugin,,['plugin'],html-css,https://github.com/hfagerlund/mkdocs-docstyler-plugin,https://github.com/hfagerlund/mkdocs-docstyler-plugin,BSD-3-Clause,2019-02-10 21:05:18,2019-02-17 04:17:30,2019-02-16 01:29:25,2.0,,,1.0,,,,,,,,Plugin to add alternative stylesheets to MkDocs custom themes.,,,,,,,3,False,3,,,,,, +172,Inspired,inspired,,rnason/mkdocs-inspired,mkdocs-inspired,['theme'],theming,https://github.com/rnason/MKDocs-Inspired,https://github.com/rnason/MKDocs-Inspired,MIT,2016-07-18 21:33:32,2016-07-19 00:00:19,2016-07-18 23:59:56,2.0,,,2.0,,,,,,,,Mkdocs mobile responsive theme with slider navigation inspired by bootswatch flatly.,2.0,2.0,,https://pypi.org/project/mkdocs-inspired,19.0,19.0,3,False,3,,,,,, +173,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,63.0,63.0,2,False,3,,,,,, +174,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,,,2.0,,,1.0,1.0,,,,A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.,,,,,,,2,False,3,,,,,, +175,MkHack3rs,,,,,['project'],charts,,https://eskool.gitlab.io/mkhack3rs/,,2021-05-01 11:44:57,2021-05-01 11:44:57,,,,1.0,,,,,,,,0.0,Hacks & Integrations for Mkdocs / Material Theme.,,,,,,,2,False,3,,,,,eskool/mkhack3rs,https://gitlab.com/eskool/mkhack3rs +176,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,1.0,,,,Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages.,,,2.0,,,,1,False,3,,,,,, +177,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,,,,,, +178,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,,1.0,1.0,,,,A mkdocs plugin for auto zipping the document source.,,,,https://pypi.org/project/mkdocs-autozip,86.0,86.0,1,False,3,,,,,, +179,ansible-document,,,,ansible-mkdocs,[],api-docs,,,,,,,,,,,,,,,,,,Auto-generate ansible role documentation.,,,,https://pypi.org/project/ansible-mkdocs,30.0,30.0,1,False,3,,,,,, +180,Mkdocs translations plugin,,translations,,mkdocs-translations,['plugin'],i18n-l10n,,,,,,,,,,,,,,,,,,Internationalization plugin for mkdocs.,,,,https://pypi.org/project/mkdocs-translations,28.0,28.0,1,False,3,,,,,, +181,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,16.0,16.0,1,False,3,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 9521bb4..5f4bc2a 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,24 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- Cinder (🥇20 · ⭐ 160 · 💤) - A clean, responsive MkDocs theme. ❗Unlicensed -- exclude (🥈16 · ⭐ 53 · 💤) - A mkdocs plugin that lets you exclude files or trees from your output. Apache-2 -- autolinks (🥇16 · ⭐ 42 · 📈) - An MkDocs plugin that automagically generates relative links between markdown pages. MIT -- ezlinks (🥈14 · ⭐ 18 · 📈) - Plugin for mkdocs which enables easier linking between pages. MIT -- bootstrap-tables (🥉9 · ⭐ 8 · 💤) - A MkDocs plugin to add bootstrap classes to plan markdown generated tables. MIT +- Material for MkDocs (🥇41 · ⭐ 11K · 📈) - Documentation that simply works. MIT +- PyMdown Extensions (🥇24 · ⭐ 640 · 📈) - Extensions for Python Markdown. ❗Unlicensed +- bibtex (🥇19 · ⭐ 36 · 📈) - A MkDocs plugin for citation management using bibtex. ❗️BSD-3-Clause-LBNL +- MkDocsOAD (🥈14 · ⭐ 22 · 🐣) - Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger.. MIT +- mkdocs-embed-external-markdown (🥉9 · ⭐ 1 · 📈) - MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The.. MIT ## 📉 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._ -- rss (🥇18 · ⭐ 34 · 📉) - MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta). MIT -- mkdocs-jupyter (🥈16 · ⭐ 160 · 📉) - Use Jupyter Notebook in mkdocs. Apache-2 -- MkDocs Video (🥈15 · ⭐ 22 · 📉) - MkDocs Video plugin. MIT -- branchcustomization (🥉6 · ⭐ 2 · 📉) - Customize MkDocs options on a per-branch basis. MIT - -## ➕ Added Projects - -_Projects that were recently added to this best-of list._ - -- Markdown-Include (🥇21 · ⭐ 83 · ➕) - Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. ❗️GPL-3.0 +- macros (🥇25 · ⭐ 160 · 📉) - Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code. MIT +- git-revision-date-localized (🥇24 · ⭐ 82 · 📉) - MkDocs plugin to add a last updated date to your site pages. MIT +- mike (🥇23 · ⭐ 240 · 📉) - Manage multiple versions of your MkDocs-powered documentation via Git. BSD-3 +- Markdown-Include (🥇20 · ⭐ 84 · 📉) - Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. ❗️GPL-3.0 +- awesome-pages (🥇19 · ⭐ 270 · 📉) - An MkDocs plugin that simplifies configuring page titles and their order. MIT