An open API service indexing awesome lists of open source software.

https://github.com/uxlabspk/qnotepad

A typical notepad app used on any os
https://github.com/uxlabspk/qnotepad

cplusplus cross-platform open-source qt5

Last synced: 9 months ago
JSON representation

A typical notepad app used on any os

Awesome Lists containing this project

README

          

# QNotePad
A typicall notepad to be run on any operating system

![](Preview_1.png)
![](Preview_2.png)
![](Preview_3.png)
![](Preview_4.png)

## Features:
* print pages.
* print preview.
* Export to html.
* Syntax highlight for(Java Script, Html, C++, Python).
* Convert to html escape.
* Insert comments.
* Insert time.
* Word count.
* Run html files.
* Run spyder files.
* Search on google.
* Provide styles Kvantum, breeze, Windows, Fusion.

### Build on windows:
* Open qt creator, open project and build.

### Build on Linux:
* Open terminal at project folder, write the followings:
* qmake
* make
* This will generate the binary file.