From ac420c4bfd65d0852847b5efa500b500c5fb75a0 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 26 Dec 2019 18:30:34 +0500 Subject: [PATCH] Add some missing softwares/ libraries Added - QOwnNotes - QMarkDownTextEdit - QSourceHighlite --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2d55cd..088c26f 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ Pull requests of new projects/apps/libraries are welcome :) * [QtMvvm](https://github.com/Skycoder42/QtMvvm) - A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel. * [QtRestClient](https://github.com/Skycoder42/QtRestClient) - A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects. * [QtAutoUpdater](https://github.com/Skycoder42/QtAutoUpdater) - A Qt library to automatically check for updates and install them. +* [QMarkdownTextEdit](https://github.com/pbek/qmarkdowntextedit) - A C++ Qt QPlainTextEdit widget with markdown highlighting support and some other extras. +* [QSourceHighlite](https://github.com/Waqar144/QSourceHighlite) - A lightweight source code/syntax highlighter written in Qt C++. ## Multimedia @@ -311,6 +313,7 @@ Pull requests of new projects/apps/libraries are welcome :) * [harbour-sailfinder](https://github.com/modulebaan/harbour-sailfinder) - Sailfinder source code & bug tracker. * [Rolisteam](https://github.com/Rolisteam/rolisteam) - VirtualTableTop software to play Pen and paper role playing games. * [IPConnect](https://github.com/shashwatdixit124/IPConnect) - P2P Chat and File Transfer Desktop Application. +* [QOwnNotes](https://github.com/pbek/QOwnNotes) - QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. # Websites * [inqlude.org](https://inqlude.org) - Website that list a lot of Qt/QML projects.