qmarkdowntextedit icon indicating copy to clipboard operation
qmarkdowntextedit copied to clipboard

A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras

Results 10 qmarkdowntextedit issues
Sort by recently updated
recently updated
newest added

[QString::count()](https://doc-snapshots.qt.io/qt6-6.4/qstring-obsolete.html#count-1) is obsolete in Qt 6.4

pkg-config is a helper tool used when compiling applications and libraries This patch will automatically generate the .pc file by qmake

Work in progress. This should address some performance issues and some minor issues in QPlainEditSearchWidget. - runs search across the entire document only when required (when the search term is...

WIP

We can actually use `QTextCharFormat::setFont`, but we need to pass `QTextCharFormat::FontPropertiesSpecifiedOnly` to avoid overriding all properties. This works fine in Notes, but you may want to make sure this also...

Info: Might introduce regressions

How can I zoom in and out with as little code as possible? `MarkdownHiglighter` uses a fixed font, so `QPlainTextEdit`'s zoom functions can't be used

question

Hi, @pbek! Is there an option to disable the behaviour of `---` or `===` creating sub headlines? Or at least/also an option just to disable the background highlighting of these?...

question

Hi, I want the text with format is: ss***BoldItalic***ss by added: `ss***BoldItalic***ss` But cannot, it only works when added space before and after: ss ***BoldItalic*** ss

question

low-level hack for malformed unordered lists that theoretically fixes #3061