Closed wtbutler closed 2 years ago
Please try enabling the WebEngine renderer from the Edit menu. The default renderer supports only a basic subset of HTML.
Thanks for the reply! I probably did something wrong, because the option is grayed out. I tried installing chromium and restarting ReText and it's still grayed out.
Then try this:
sudo apt install python3-pyqt6.qtwebengine libqt6webenginecore6-bin
These packages are recommended by retext.
Just so I don't bork things, I'm not seeing those packages. I'm seeing pyqt5, but not pyqt6. Is there a significant enough difference that I should figure out how to get to pyqt6?
Sorry, I did not read your post carefully enough and I thought you installed ReText from Debian testing packages.
But you are using Debian 11 which indeed does not have PyQt6.
Then I assume you installed ReText using pip. In that case, you need this:
pip install PyQt6-WebEngine
Sorry again for confusion.
All good! Thanks again. That did display checkboxes. There's a separate issue now, but that seems to be with checkbox-extension and nested lists, not ReText, so this seems to be resolved!
Good! Closing then.
I have installed the markdown-checklist extension pip3, and I have added it to my markdown file. If I check the HTML generated by ReText, it clearly includes checkboxes. I copied and pasted this into its own file and viewed it in my browser and it did include checkboxes.
However, the retext preview shows no checkboxes, and when exported to a PDF, the PDF also includes no checkboxes.
I'm using debian 11 and retext 8.0.0.
Thanks for any help!