Commit Graph

2183 Commits

Author SHA1 Message Date
squidfunk
cc398ddc33
Added support for displaying version aliases 2024-05-15 17:24:40 +02:00
squidfunk
485fa76fbc
Fixed edge case with anchor links when using instant navigation 2024-05-15 07:28:19 +02:00
squidfunk
ceacfe5a2c
Fixed stay on same page for version selector (9.5.5 regression) 2024-05-12 14:20:39 +02:00
squidfunk
937d7ccff1
Fixed empty lines when copying (9.5.18 regression) 2024-05-12 13:59:44 +02:00
squidfunk
05661a1562
Added underline to nodes with links in Mermaid diagrams 2024-05-03 19:29:30 +02:00
squidfunk
aef6175f04
Added type selection to icon and emoji search 2024-05-03 18:50:43 +02:00
Kamil Krzyśków
0e0a678b78
Merge pull request #7142 from kamilkrzyskow/info-dotfile-warning
Add warning for dotfiles in info plugin
2024-05-03 16:59:13 +02:00
squidfunk
75d87eaf7e
Widen Mermaid.js import to 10.x (current major version) 2024-05-03 13:47:36 +02:00
Kamil Krzyśków
f724bb901a Add warning for dotfiles in info plugin 2024-05-02 23:16:30 +02:00
Alexander Voss
e90871f210
Fixed social plugin crashing on Windows when downloading fonts (#7085) (#7117)
* fix: social plugin fonts on Windows (squidfunk #7085)

* fix: managed to edit in material instead of src

* added resource mgmt for ByteIO, comments

* formatted comment

* Fix for Social plugin crashes when font autoloading is disabled (#7118)
2024-04-29 15:04:43 +07:00
squidfunk
ff49d74024
Fixed deprecation warning in privacy plugin 2024-04-29 08:01:57 +07:00
squidfunk
cff4a75d15
Fixed deprecation warning in tags plugin 2024-04-29 07:52:22 +07:00
squidfunk
2d07a6aa6e
Fixed rendering of tab indicator of nested content tabs 2024-04-25 10:18:10 +07:00
godot42
04f177cbd4
Improved resilience of tags plugin (#7098) 2024-04-25 09:33:32 +07:00
squidfunk
bde889fab1
Fixed Japanese translations
Co-authored-by: gh640 <3532528+gh640@users.noreply.github.com>
2024-04-25 09:23:14 +07:00
squidfunk
6a761ed418
Improved interop of social plugin with other themes 2024-04-17 11:43:59 +07:00
squidfunk
29658ed970
Merge branch 'master' into refactor/tooltip-positioning 2024-04-16 10:14:19 +07:00
squidfunk
851e5bb194
Fixed rendering glitch when hovering contributor avatar 2024-04-15 14:19:25 +07:00
squidfunk
599193edfa
Fixed overly long tooltips 2024-04-14 14:33:47 +07:00
squidfunk
e15518cfa5
Refactored tooltips 2024-04-14 13:30:52 +07:00
squidfunk
4eb1a43937
Added missing CSS for highlight fix 2024-04-14 11:49:14 +07:00
squidfunk
9d33f8aaa6
Fixed highlighted lines in code blocks being cutoff on mobile 2024-04-14 10:38:40 +07:00
hanghuge
e4eb74e7ff chore: fix comment
Signed-off-by: hanghuge <cmoman@outlook.com>
2024-04-06 21:05:39 +08:00
squidfunk
78e93ac0af
Improved keyboard interactions for palette toggle 2024-04-02 13:07:34 +08:00
squidfunk
a3655e8307
Updated Serbian translations
Co-authored-by: stcksmsh <107367925+stcksmsh@users.noreply.github.com>
2024-04-02 12:04:26 +08:00
squidfunk
1041766d81
Fixed time sneaking into default post format string 2024-04-02 12:02:04 +08:00
Andreas Deininger
7e13ae602f Fix typos 2024-04-01 16:50:08 +02:00
squidfunk
e71f00b4c9
Fixed backporting of social plugin font loading logic 2024-03-31 21:17:44 +08:00
squidfunk
29cf44b71c
Improved resilience of privacy plugin 2024-03-31 17:30:44 +08:00
Julien
a2cb35d4c5
Improved error handling on social plugin (#6818)
* fix(social): CairoSVG OSError handling in social plugin

Related issue: #6817

Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>

* feat(docs): Add troubleshooting guide for CairoSVG crash

---------

Co-authored-by: Kamil Krzyśków <kamilzary@gmail.com>
Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>
Co-authored-by: Martin Donath <martin.donath@squidfunk.com>
2024-03-31 17:00:27 +08:00
Alexander Payne
abfac1a93e
Switched to Babel's format_datetime to allow for time in formatted dates (#6981)
* Use Babel's `format_datetime`, not `format_date`

I am using MkDocs-Material 9.5.15 and Babel 2.14.0. When setting the config value `blog.post_date_format: "yyyy-MM-dd hh:mm:ss"`, the blog plugin crashes during compilation with the error "date objects have no hour field".

I believe this is occurring because the plugin provides a `datetime` to `babel.dates.format_date`, which upcasts it to a plain, timeless, `date`. Making this change to use `babel.dates.format_datetime` instead resolved the error and demonstrated expected behavior.

While I recognize that it is likely uncommon for a blog to want to include sub-date timestamps in any of these fields, I believe that the current documentation,

> The format string must adhere to babel's pattern syntax and should not contain whitespace

implies that _any_ of Babel's pattern markers are acceptable here. I would consider 

> The format string must adhere to Babel's pattern syntax for calendar dates and should not contain whitespace

to also be a sufficient fix for this case.

----

Thank you for your effort in creating this project; it has been a wonderful benefit to my team, and this is the first minor problem we've had in months of using it.

* Make the change in src/, not material/
2024-03-31 15:45:47 +08:00
squidfunk
01b2dd17e3
Updated Russian translations
Co-authored-by: natakazakova <17986517+natakazakova@users.noreply.github.com>
2024-03-31 15:39:02 +08:00
squidfunk
ad7233640f
Fixed social plugin Google Fonts integration 2024-03-31 15:23:22 +08:00
squidfunk
92b3e1bbcd
Reverted fix for borders on iframes 2024-03-23 08:38:47 +08:00
squidfunk
66d450009d
Fixed interference of social plugin and auto dark mode 2024-03-19 11:11:08 +08:00
Kamil Krzyśków
022f14c0eb Fixed UTF-8 with BOM encoding support 2024-03-17 12:04:45 +07:00
squidfunk
2f1b2e9500
Added support for hiding versions from selector 2024-03-13 17:42:16 +07:00
Kamil Krzyśków
2d3982489d
Fixed info plugin's exclusion logic (#6874)
Added more information to platform file
Added processed directory indicator
Changed slash removal in resolved patterns
Changed regex match function to search to support subprojects
Constrained dynamic patterns to the root
Reverted build assets gathering dc808ca90a
Reverted info.gitignore file 79129d5cde
2024-03-12 09:55:15 +07:00
squidfunk
f3252381da
Fixed inability to reset search pipeline 2024-03-12 09:07:29 +07:00
squidfunk
750b79889d
Fixed borders on iframes 2024-03-11 12:29:46 +07:00
squidfunk
8244ff332d
Fixed borders on iframes 2024-03-11 09:39:07 +07:00
squidfunk
9cd979ae6c
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2024-03-09 14:05:20 +07:00
squidfunk
1d6dd990b4
Fixed white background on Twitter embeds 2024-03-09 14:05:00 +07:00
Toni Viemerö
3062379b1a
Fixed syntax error in Finnish translations (#6883) 2024-03-08 13:35:13 +07:00
Kamil Krzyśków
63de27578a Extended info plugin's validation message
Add more elaborate comments
Fix lines to span to 80 characters
Fix import order
Fix variable naming
2024-03-05 10:50:34 +07:00
Kamil Krzyśków
4478522b52 Added validation of paths to the info plugin 2024-03-05 10:50:34 +07:00
Kamil Krzyśków
819e209795 Added projects plugin handling in the info plugin 2024-03-05 10:50:34 +07:00
Kamil Krzyśków
79129d5cde Added exclusion logic for info plugin 2024-03-05 10:50:34 +07:00
Kamil Krzyśków
64a8b6a383 Changed info plugin to store more platform information 2024-03-05 10:50:34 +07:00
Kamil Krzyśków
712bc1c137 Fixed info plugin to gather all files recursively 2024-03-05 10:50:34 +07:00