Tim Vink
Tim Vink
Good idea, much cleaner! I would prefer a more explicit syntax, f.e.: ``. Adding a `caption:` prefix to your markdown images alttext is a syntax that should be easy to...
So I also thought about this a bit more. What this plugin is doing is actually just extending the markdown syntax while parsing to HTML. So instead of being a...
I had a look, and: - [yafg](https://git.sr.ht/~ferruck/yafg) (and it's fork [caption](https://github.com/flywire/caption)) actually generates figures for all pictures, even emoticons:  - [figureAltCaption](https://github.com/jdittrich/figureAltCaption) also converts all images with alt text -...
Thanks for the input! @fstueber if you decide to do the implementation via the `img2fig` plugin, another cool option would be to add lazy image loading by default (controlled via...
Cool, thanks! From the mkdocs-material [docs on figure captions](https://squidfunk.github.io/mkdocs-material/reference/images/#image-captions): > Sadly, the Markdown syntax doesn't provide native support for image captions, but it's always possible to resort to HTML. Using...
Are you talking about the creation date? --> Have a look at the note on build systems in the docs (https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/index.html). github does not fetch all commit history by default...
So many build systems do not fetch the full commit history (for obvious reasons). You need to configure that explicitly, see the documentation note on build systems in the docs:...
No on checkout actions. Docs: https://github.com/actions/checkout
Hee, Have a look at the [docs for customizing a theme](https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/howto/override-a-theme/).
Try putting some plain text there, outside of the if blocks. Then you can see if your override works. See the docs of mkdocs, or mkdocs-material for details on how...