Relative Content

Tag Archive for pythonpyqt6

How can I make a feature using python pyqt6 that is able to both take markdown inputs and display rendered (if thats the correct word) output

I am trying to make a simple markdown editor, I am fairly new to python and I am using pyqt6 and trying to make a markdown editor that rather than having 1 part of the window to show the markdown text and the other part to show the rendered. The TextEdit widget is able to take inputs and also display the rendred output of all lines other than the one being edited, something like how obsidainMD does it