Thursday, 30 October 2014

Top 3 Linux HTML editors

You may think that nowadays nobody uses offline editors as there are so many content management systems (CMS) like Drupal (my favourite one), WordPress, Joomla etc. which contain embedded visual html editors. But today it is sure that sometimes it’s real pain to draw a 10×20 table using WordPress’s editor…
Text editors like gedit, emacs, nano or vi will certainly live forever but thankfully there are numerous visual html editors for my Ubuntu . They are sometimes called WYSIWYG editors, it mean “What You See Is What You Get”.
1. Quanta Plus
This is KDE/Qt visual html editor available as binary package for numerous Linux distributions
including Debian and Ubuntu. From developers’ site:
Quanta Plus is a highly stable and feature rich web development environment.
The vision with Quanta has always been to start with the best architectural
foundations, design for efficient and natural use and enable maximal user
extensibility.
In order to install it in Debian/Ubuntu run the following CLI command:
sudo apt-get install quanta
Fedora, Centos, Redhat users type this:
sudo yum install kdewebdev
I found Quanta html editor extremely useful, this is just an outstanding application of this
field.
2. Bluefish
Bluefish HTML editor logoBluefish is a powerful editor targeted towards programmers and webdesigners,
with many options to write websites, scripts and programming code. Bluefish
supports many programming and markup languages, and it focuses on editing
dynamic and interactive websites.
I found this really versatile html editor. Besides HTML/CSS it handles C,
Java, Perl, Python, XML and others.
Ubuntu and Debian users type:
sudo apt-get install bluefish
Fedora/Redhat/Centos:
sudo yum install bluefish
Gentoo:
emerge bluefish
3. Screem
SCREEM is a web development environment. It’s purpose is to increase
productivity when constructing a site, by providing quick access to commonly
used features. While it is written for use with the GNOME desktop environment
in mind it does not specifically require you to be running it, just have the
libraries installed.
This is one of the most user-friendly Gnome HTML editor. Its simple interface
brings extremely powerfull HTML editor so if like minimalistic design Screem
is your choice.
 

No comments:

Post a Comment