# Qt widget QMarkdownTextEdit now a separate project for developer's pleasure
Date: 2016-01-13
For the pleasure of you developers I extracted the markdown widget functionality out of QOwnNotes and made it a separate Qt widget.
It's name is QMarkdownTextEdit and you'll find it on QMarkdownTextEdit on GitHub (opens new window).
# Current 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
Made by Patrizio Bekerle with ❤️