Pages

HTML5 Based Text Editor for Ubuntu Linux - GWrite!

The world wide web loses its meaning and purpose if the "contents" is only readable by either humans or computers. Thus the purpose of HTML (which is the basic framework of web pages) is to make the contents readable for both computers and humans since computers are still our slaves who's purpose is to search and structure the data so we can access them as efficient as possible (poor buggers :D).

Since its introduction, HTML has undergone 5 major "updates" and the recently introduced HTML5 is the newest version that brings a lot of changes (such as advanced multimedia support, etc).

Anyhow as said before, HTML is actually a way of representing data thus by using it as the framework, we can build pretty awesome (meaning powerful and features rich :P) applications with somewhat minimal of efforts (since we already have the basic layout from HTML for rendering the data, etc).

A quick picture not to make you bored with my little rambling :)...
For instance, the standard text format (.txt) cannot handle images or anything other than text. That's why we have word processors that have both the container format + a framework of their own for inserting/deleting pictures, links or other advanced things which the basic text format is unable to "understand".

But what if we could build a universal format that understand all these things, images, text, links, graphs, videos, audio, tables, etc ... well a web page such an app, isn't it? it can display these things by default. Why?, because it uses HTML as the "engine". So since HTML is an open "language" anyone can easily use its framework and build an advanced text editor (as with this case) or anything that's supported by the HTML protocol (sort of) with ease and that's what GWrite is all about!.

I'm sorry it took this long ... but I got all excited ;-).

Anyhow let me give you some of its features first...

*. Based on the HTML5 mark-up language and the UI is written in GTK+ toolkit.

*. Very simple window yet has a lot of features. *. Even supports "MS Doc" word processor container format!.

*. Insert text and make them: Bold, Italic,Underline, Change font size, Highlight text, etc.

*. As said before, unlike with a "traditional" text editor, you can insert pictures, tables (not the ones with chair and stuff :P), URL (links), HTML codes, LaTeX math expressions, etc.

*. View the text source in pure HTML or the usual humanly read version (without the codes, etc).



*. Add styles such as: Different headings, Bulleted/Numbered lists, Div tags, Block quotes, etc.

*. Undo & Redo.

*. Find and replace.

*. Word counting support.
These are among few of its main features to mention. Although it won't show any file other than in HTML or MS Doc by default but you can easily open text or other files by changing the attributes to "All files" in the open file window.

You can install GWrite in Ubuntu 11.04 Natty Narwhal, 10.10 and 10.04 (may even support 11.10, didn't check though) by simply entering the below command in your terminal window.
sudo apt-get install gwrite

So, if you're looking for an opensource, HTML5 based rich text editor (with excellent features I might add) that can be used in Ubuntu or GNU/Linux in general, then GWrite is a bloody excellent utility without a doubt!. Enjoy.

2 comments:

Anonymous said...

I was researching for a ubuntu html5 editor and wow so glad I came across yours - how on earth did you find this great little light tool! I use it to make my email signature look cool at present but as time goes on I'll get more in depth with it. Cheers!

Gayan said...

@Anonymous,

You're welcome mate! :).

Post a Comment