Skip to content

ilija-s/html-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML editor

Text editor for HTML documents. Basic "notepad" features along with syntax highlighting, validation, find in project, file tree view...

alt text

Requirements

  • Qt version 6.4.
  • Python library html5validator installed on your system. This is needed for HTML validation to work.

Build manually

  1. Clone the repository.
  2. From the terminal, palace yourself inside the cloned repository.
  3. Run qmake6 -makefile HTML_editor.pro.
  4. Run make.
  5. Run the program by executing the binary HTML_editor inside the current directory.

Build with Qt Creator

  1. Clone the repository.
  2. Inside Qt Creator go to File > Open File or Project and open HTML_editor.pro.
  3. Build the project by going to Build > Build Project "HTML_editor".
  4. Run the program by going to Build > Run or by executing the binary created inside the build directory.
Authors:

About

Text editor for HTML documents.

Resources

Stars

Watchers

Forks

Contributors