Editor which can make text bold, superscript and subscript
git clone https://github.com/LastLightSith/small_texteditor.git
cd small_texteditor
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8It will create executable named Editor in build directory which you can then run.
cmake and qt development libraries need to be installed.
