Dmitry Shachnev
Dmitry Shachnev
Ok, reopening then. Any suggestions for a better fix are welcome.
I cannot reproduce this, unfortunately. So I have to ask a few questions in case they help shed some light on this. - Is the preview blank with every file...
Also, can you try creating a fresh virtualenv and installing ReText from master? ``` pip install git+https://github.com/retext-project/retext.git pip install PyQt6-WebEngine ``` There are many changes like moving from PyQt5 to...
@tpikonen Since commit e29b34ae623db852 we already have `img { max-width: 100%; }` by default. Can you please try the latest version from master and see if it works fine for...
Hi! I think it's an issue not with ReText, but with the fonts you use and with the library versions. For me, with Qt 5.15.2 and with default settings, it...
This already works for me. I think it is a standard Markdown feature. If it does not work then please send me a screenshot.
Can you please attach your image or upload it somewhere? Also, if this is a crash, maybe you can obtain a stack trace? The easiest is the [stacktrace from Python](https://docs.python.org/3/library/faulthandler.html#example)...
Somehow this issue got lost in my mailbox. Now I am reviewing old issues and got back to it. > Somehow I cannot load this [image](https://upload.wikimedia.org/wikipedia/commons/2/24/Krater_with_Electra_-_MAN.jpg). I always get `QFSFileEngine::open:...
@monperrus ReText in master already includes a style to fit images in preview: https://github.com/retext-project/retext/blob/16f15df808d8af077b38cd27c5878b5eb64f4cc2/ReText/tab.py#L204 In stable version you can achieve this by using [attribute lists][1]: {: width="100%" } [1]: https://python-markdown.github.io/extensions/attr_list/
Maybe in February…