Dmitry Shachnev
Dmitry Shachnev
Thank you for your suggestion. It is not trivial to implement this and I probably don't have time or willingness to do it. I suggest you to export as HTML,...
I took a look at this today. Here are some notes: This problem happens not only with East Asian languages, but also with emojis, zero-width characters and more. How much...
Hi! I believe I fixed most of the dark theme issues in version 7.2.1. So with Adwaita-Dark, Breeze-Dark and other themes ReText should look good out of the box. Issue...
Sorry for the late response. If it's not too much code (10-20 lines are good, 50 is bad), a pull request is welcome. Please use the word “themes”, not “stylesheets”,...
ReText does use the stylesheet for preview and export to PDF. If it doesn't work, try enabling the WebEngine renderer (requires `python3-pyqt6.qtwebengine` Debian package). The standard renderer only supports a...
Thank you for the heads up! I don't mind any forks as long as they don't violate GPL. In case they did (e.g. removed the original copyright notices), maybe I...
It does not look nice with dark themes:  I recommend that you take colors from QPalette where possible, rather than hard-coding them. If QPalette doesn't have the needed colors,...
So the only thing remaining is my comment about dark themes.
Thank you! Tested with dark theme (QT_STYLE_OVERRIDE=Adwaita-Dark), it looks good!  Although, the transparency is barely visible, so maybe it's an overcomplication and using the palette color would...
Merged #634, so closing this issue. Thanks @red-kite!