Mikhail Kravets

Results 21 comments of Mikhail Kravets

There is an alternative for Django [model_bakery](https://github.com/model-bakers/model_bakery/tree/main). It has very similar API to mixer.

I assume, after all this time, the issue is resolved.

Thank you for this suggestion @yarons! I didn't know that PlantUML is available through WASM. If we have this integrated to the package it can potentially solve #33.

Hi @yarons, since version 2.0.0 `mkdocs_puml` has caching functionality that also allows you to build diagrams and commit them to git. As for myself I'm not sure yet if it's...

Thanks for your response @yarons! I'm not sure that it's a good idea to implement support for plantuml.js right now; it will take a lot of time and I'm not...

Hi @ari-noumena! That's a great idea. I think about light / dark theme implementation too but I didn't come up with the good solution yet. We need to add themed...

The plugin now supports the dark mode when used with `mkdocs-material`.

Hi @ravikumar2026, thanks for this suggestion. Currently diagrams are stored as simple `` tags in html page. Interesting if it's possible to keep them in an interractive block (similar to...

Something like this would be nice [SVG pan & zoom](https://www.jqueryscript.net/other/SVG-Pan-Zoom-jQuery-SVGPanZoom.html)

This will be available in version `2.0.0`. As for now you may install rc version ``` pip install mkdocs_puml==2.0.0rc3 ``` Read more in release notes https://github.com/MikhailKravets/mkdocs_puml/releases/tag/v2.0.0rc2