
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/pbek/qmarkdowntextedit/
QMarkdownTextEdit is a Qt C++ QTextEdit widget with markdown support and some other goodies.
## Features
- markdown highlighting
- clickable links with `Ctrl + Click`
- block indent with `Tab` and `Shift + Tab`
- duplicate text with `Ctrl + Alt + Down`
- searching of text with `Ctrl + F`
- jump between search results with `Up` and `Down`
- close search field with `Escape`
- replacing of text with `Ctrl + R`
- you can also replace text with regular expressions or whole words
4 years ago
see https://github.com/pbek/qmarkdowntextedit/commits/develop
4 years ago
see https://github.com/pbek/qmarkdowntextedit/commits/develop
jacmoe
5 years ago
GPL is not really appropriate for a widget/component for other people to use.
And even plain LGPL would mean that people would have to dynamically link to it.
Report
pbe78
5 years ago
... would also converge with https://github.com/pbek/qmarkdowntextedit/blob/develop/lib/peg-markdown-highlight/LICENSE
Report
jacmoe
5 years ago
Report
pbe78
5 years ago
Report
jacmoe
5 years ago
Report
jacmoe
5 years ago
BSD 3-clause if you are concerned about legalese, but a permissive license definitely would help others to make good use of your code.
Thanks for considering my suggestion!
Cheers
Jacob
Report