1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
Commit Graph

171 Commits

Author SHA1 Message Date
squidfunk
9c73460e2c
Fixed blog plugin crashing for pt-BR locale 2023-11-14 09:33:48 +01:00
squidfunk
4c192d3ab7
Fixed group plugin compatibility with Python < 3.10 2023-10-10 08:44:55 +02:00
squidfunk
8299f1d3a0
Fixed search plugin removing indentation for some code blocks 2023-10-02 10:54:59 +02:00
Alexander Voss
1be39328ac
Fixed encoding problem when using blog plugin (#6103) 2023-09-29 15:26:32 +02:00
squidfunk
433c137bc1
Fixed blog plugin not generating paginated views as index pages 2023-09-22 18:12:48 +02:00
squidfunk
7d0f759cfb
Removed hack in blog plugin for MkDocs < 1.5.3 2023-09-22 17:58:26 +02:00
squidfunk
50c273cfd4
Fixed blog plugin crashing when blog is not linked in navigation 2023-09-22 17:28:57 +02:00
squidfunk
916e30c877
Added distribution files 2023-09-20 15:01:13 +02:00
Martin Donath
cd008fdf29
Restructured documentation (#5692) 2023-09-14 19:09:18 +02:00
squidfunk
ef5a04a324
Fixed draft blog posts being included in navigation 2023-09-13 22:05:53 +02:00
squidfunk
eb1c32327b
Fixed group plugin crashing when using hooks 2023-09-11 18:17:41 +02:00
squidfunk
2e85464401
Improved error message in group plugin 2023-09-11 17:08:28 +02:00
squidfunk
4154a94956
Added experimental group plugin 2023-09-11 16:20:33 +02:00
squidfunk
2ba35383e2
Removed tags settings only available in Insiders from schema 2023-09-10 16:32:06 +02:00
squidfunk
e3d5fd2eb3
Added missing tags setting in tags plugin 2023-09-10 15:56:53 +02:00
squidfunk
fc566cf0e2
Fixed further regression in blog plugin navigation 2023-09-04 14:06:51 +02:00
squidfunk
682d1761e7
Fixed further regression in blog plugin navigation 2023-09-04 09:53:43 +02:00
squidfunk
d2962d9551
Documentation 2023-09-03 12:55:11 +02:00
squidfunk
84cb91b21b
Fixed incorrect URLs when rendering paginated views 2023-09-03 12:48:46 +02:00
squidfunk
7bdd03a794
Fixed missing titles in views when blog posts have no h1 headings 2023-09-03 11:00:13 +02:00
squidfunk
3f87fe0f5b
Fixed linking of blog posts in navigation (temporary hack) 2023-09-03 09:29:40 +02:00
squidfunk
a6033d1db6
Formatting 2023-09-02 18:13:55 +02:00
squidfunk
6e1c658a9d
Fixed footer links for blog sibling pages 2023-09-02 16:12:28 +02:00
squidfunk
64350569c9
Moved parser to own module 2023-08-31 11:31:15 +02:00
squidfunk
0d3cd8a433
Removed readtime and lxml dependencies 2023-08-31 11:13:06 +02:00
squidfunk
ad45cf36cb
Fixed social plugin checking dependencies albeit being disabled 2023-08-30 16:28:59 +02:00
squidfunk
f2512ded4a
Fixed blog plugin compatibility with Python < 3.9 2023-08-30 16:06:27 +02:00
squidfunk
4c6b004fe4
Refactored blog plugin view generation 2023-08-30 15:27:40 +02:00
squidfunk
acd70cf04a
Fixed dirty rebuilds for blog plugin 2023-08-27 12:56:28 +02:00
squidfunk
568a5c8e1e
Fixed blog title not being consistent in pagination 2023-08-27 12:47:44 +02:00
squidfunk
da21786694
Documentation 2023-08-27 11:44:30 +02:00
squidfunk
fbb7a5e894
Blog plugin pagination breaks when disabling directory URLs 2023-08-27 11:42:11 +02:00
squidfunk
db568b1e6b
Added version to info plugin example name 2023-08-26 12:34:51 +02:00
squidfunk
6839f1cd97
Formatting 2023-08-23 16:02:43 +02:00
squidfunk
1b2ba4bcef
Formatting 2023-08-23 15:39:49 +02:00
squidfunk
92fc7f651f
Formatting 2023-08-23 15:15:11 +02:00
squidfunk
6a6d2d8edf
Refactored offline plugin 2023-08-23 15:00:05 +02:00
squidfunk
06e8ccd979
Formatting 2023-08-23 10:41:44 +02:00
squidfunk
2d716453e0
Fixed generation of entrypoint in blog plugin 2023-08-22 16:47:54 +02:00
squidfunk
382101d8a3
Documentation 2023-08-22 15:41:30 +02:00
squidfunk
6ee9df6e1a
Fixed rendering in blog plugin with markdown.extensions.toc 2023-08-22 15:20:10 +02:00
squidfunk
0704046536
Fixed compatibility with Python < 3.10 2023-08-22 11:22:56 +02:00
squidfunk
9f3efb8a59
Documentation 2023-08-22 07:59:36 +02:00
squidfunk
62d4a16067
Fixed edge cases for standalone case when using blog plugin 2023-08-22 07:56:33 +02:00
squidfunk
a0cb4a7230
Documentation 2023-08-21 23:50:49 +02:00
squidfunk
817caf0b61
Refactored blog plugin 2023-08-21 23:43:31 +02:00
squidfunk
7099ea60a9
Fixed several errors in blog plugin 2023-08-21 23:01:37 +02:00
squidfunk
4759c7aaaf
Fixed error when using git-revision-date-localized-plugin with blog 2023-08-21 18:23:00 +02:00
squidfunk
38b7282b20
Refactored blog plugin (+ other plugins) 2023-08-21 17:45:32 +02:00
squidfunk
1fa81d05f4
Merge branch 'master' into merge/piri-piri 2023-08-21 16:48:10 +02:00
squidfunk
914df5fe70
Improved warning in social plugin about site_url 2023-08-19 14:38:58 +02:00
squidfunk
d005e85cdb
Refactored offline plugin 2023-08-10 18:30:55 +02:00
squidfunk
554976f90f
Added prompt for bug report name to info plugin 2023-08-10 15:32:46 +02:00
squidfunk
0be6172765
Switched info plugin to importlib to mitigate deprecations 2023-08-10 13:45:51 +02:00
squidfunk
15c024cbbf
Fixed draft blog posts appearing in tags index 2023-08-10 13:31:17 +02:00
squidfunk
04bde62c91
Added support for adding update dates to blog posts 2023-08-01 19:10:11 +02:00
squidfunk
d7ffa27b40
Merge branch 'master' into merge/piri-piri 2023-07-27 09:52:14 +02:00
squidfunk
eed928ea42
Merge branch 'master' into merge/piri-piri 2023-07-27 09:33:35 +02:00
Kamil Krzyśków
f548d79991 Updated social plugin to use theme.custom_dir 2023-07-25 19:27:48 +01:00
squidfunk
ab178b2bc2
Improve plugin inter-op with external tools like mike 2023-07-24 12:29:16 +01:00
squidfunk
10b150112e
Improved error reporting in social plugin 2023-07-10 17:53:51 +01:00
squidfunk
e6f779933a
Merge branch 'merge/piri-piri' into refactor/polyfills 2023-07-06 13:38:30 +02:00
squidfunk
0f1e2de072
Merge branch 'master' into refactor/polyfills 2023-07-06 13:28:16 +02:00
squidfunk
ee9224fc07
Fixed errors after merge 2023-07-05 18:08:47 +02:00
squidfunk
1bee037713
Merge of features tied to 'Piri Piri' funding goal' 2023-07-05 17:39:33 +02:00
squidfunk
d8a0e36ce3
Fixed regression in config deprecation in social plugin 2023-06-23 11:53:07 +02:00
Chris Pointon
fdf8362d50 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	src/plugins/social/plugin.py
2023-05-15 11:05:40 +01:00
squidfunk
8b50290f5e
Fixed errors in deprecation path of social plugin settings 2023-05-08 21:01:01 +02:00
squidfunk
09feabc579
Harmonized color and font settings for social cards with Insiders 2023-05-08 16:59:16 +02:00
Kamil Krzyśków
2e37c10d53 Added support for theme.custom_dir in social plugin 2023-04-30 23:59:13 +02:00
Kamil Krzyśków
2bb853687d Fixed social plugin crash when only code font present 2023-04-30 17:24:46 +02:00
squidfunk
cb485499eb Fixed social plugin crashing for Inter font 2023-04-28 11:46:16 +02:00
squidfunk
ba90cb1ccd
Added missing enabled setting for tags plugin 2023-04-22 10:20:28 +02:00
squidfunk
2c7b0a3fc1 Fixed search plugin not removing subsequent script and style tags 2023-03-14 11:22:05 +01:00
squidfunk
4d7291f25e Refactored tag modifier implementation 2023-02-26 15:28:47 +01:00
squidfunk
c1c186fa0f Automatically add iframe-worker in offline plugin 2023-02-18 13:26:00 +01:00
squidfunk
ad6c47ddb6 Fixed info plugin terminating on subsequent reload when serving 2023-01-28 12:21:04 +01:00
squidfunk
e7013e66a9 Fixed search crashing for some nested heading combinations (9.0.3 regression) 2023-01-19 21:28:19 +01:00
squidfunk
c31ef005b4 Disabled info plugin on serve by default 2023-01-19 20:56:15 +01:00
squidfunk
b2611483fa Fixed info plugin latest version check for Insiders 2023-01-15 13:12:58 +01:00
squidfunk
68257348b8 Improved collapsing of adjacent whitespace and removal of empty elements in search plugin 2023-01-08 10:23:28 +01:00
squidfunk
7484b19e9a Removed unnecessary code from search plugin 2023-01-08 09:40:01 +01:00
squidfunk
81e7b8c7fc Fixed search plugin crashing on nested headlines 2023-01-08 09:39:05 +01:00
squidfunk
c8fb426d98 Fixed crashing of social plugin when cards are disabled 2023-01-03 11:13:40 +01:00
squidfunk
4548afb37a Fixed search plugin crashing on page titles 2023-01-03 10:46:41 +01:00
squidfunk
7f0d6e899d Removed pipdeptree dependency for info plugin 2023-01-02 18:30:47 +01:00
squidfunk
3b921f76a3 Updated copyright year 2023-01-02 11:08:58 +01:00
squidfunk
01b25dddcb Improved platform information in info plugin 2023-01-02 10:55:24 +01:00
squidfunk
2144c2fae8 Inline dependencies from info plugin 2023-01-01 17:39:04 +01:00
squidfunk
8d190ef150 Fixed wrong limit for warning in info plugin 2022-12-18 18:08:19 +01:00
squidfunk
7b93fed496 Added platform and runtime information to info plugin 2022-12-18 17:49:56 +01:00
squidfunk
78f3d151a2 Added latest version check to info plugin 2022-12-18 17:23:12 +01:00
squidfunk
5ec4a45110 Added info plugin, a helper for creating bug reports 2022-12-18 15:41:18 +01:00
squidfunk
ad2c800bc4 Fixed unpack error in search plugin 2022-12-08 15:14:12 +01:00
squidfunk
13680a5863 Fixed title and tags being empty for some search queries 2022-12-07 20:41:44 +01:00
squidfunk
b550b1a532 Merged features tied to Carolina Reaper funding goal 2022-12-07 11:11:02 +01:00
squidfunk
4d8a158b12 Merge branch 'refactor/social-plugin' into feature/material-v9 2022-11-12 15:56:04 +01:00
squidfunk
68fcbe6f6f Merge branch 'master' into refactor/namespace-plugins 2022-11-12 13:19:07 +01:00
Oleh Prypin
09580da963
Optimize social plugin: parallelize image saving 2022-10-24 23:58:52 +02:00
Oleh Prypin
38aca1e206
Optimize social plugin: cache word width computation 2022-10-24 23:58:48 +02:00