QtMarkdown icon indicating copy to clipboard operation
QtMarkdown copied to clipboard

Markdown Parser, Render and Editor for Qt

Results 8 QtMarkdown issues
Sort by recently updated
recently updated
newest added

![test](https://user-images.githubusercontent.com/16375940/236689328-0c78a465-2143-4f60-b1bf-71ae0c38e99c.gif)

bug

As you can see below - [ ] At first, I thought it selection doesn't work but it just takes a long time until text is selected. But selection is...

bug

![test](https://user-images.githubusercontent.com/16375940/236689407-2ba611fb-edca-4309-856b-0c324a0a76e7.gif)

bug

Is this a bug or a feature? I can't seem to edit a quote's content. ![test](https://user-images.githubusercontent.com/16375940/236689219-01ba6b8a-06b4-4292-9ea9-7ae045ebdfe3.gif)

bug

Scrolling isn't as smooth as QTextEdit, but I noticed QML TextEdit isn't very smooth as well, is that related to QML? [test.gif.zip](https://github.com/PikachuHy/QtMarkdown/files/11415444/test.gif.zip)

Can it do typical column selection, editing, deleting, copying and pasting text as rectangles etc?

我看到代码中也有提到,且看情况并没修好 // FIXME: 在win上使用编译的dll错误 /* Command.cpp.obj : error LNK2019: 无法解析的外部符号 "public: void __cdecl md::editor::Document::updateCursor(class md::editor::Cursor &,class md::editor::CursorCoord const &,bool)" (?updateCursor@Document@editor@md@@QEAAXAEAVCursor@23@AEBVCursorCoord@23@_N@Z), 函数 "public: virtual void __cdecl md::editor::InsertTextCommand::execute(class md::editor::Cursor &)" (?execute@InsertTextCommand@editor@md@@UEAAXAEAVCursor@23@@Z) 中引用了该符号...