Mozilla previews Thimble, a refreshingly simple HTML coding tool

Rick

Posts: 4,512   +66
Staff

With a variety of noteworthy projects already under its belt such as Firefox, Bugzilla and Thunderbird, Mozilla is adding a new one to its lineup named Thimble. The web-based project aims to nurture aspiring web developers by providing an incredibly simple, painless development environment for coders with support for HTML, CSS and (eventually) JavaScript.

Unlike many web editors in existence, Thimble isn't an icon-laden drag 'n drop fest filled with context sensitive property panels and menus. Rather, Thimble offers a simple notepad-like environment where coders can bang out their HTML while they view a real-time, instantaneous preview of their work. When a user finishes, they can publish their efforts in a single click for all to see, complete with hosting and a link.

In short, Thimble seems ideal for the up-and-coming coder who wants to play with HTML tags and style sheets in a web-based sandbox. Alternative, it also sounds perfect for anyone who wants to make a quick 'n dirty example to help others (I.e. the many helpful people on our forums)

If you're thinking about using Thimble to create your own web page or website though, you should definitely reconsider. 

Why? Well, first and foremost, Thimble isn't a finished product. Since the current iteration is merely a test run, anything goes. Secondly, although Thimble makes it super easy to type out and publish your web-based masterpiece, its current form isn't quite conducive to hosting an entire website. 

For example, when you publish a page, you receive a link to share with others (e.g. https://thimbletest.org/p/4fn). If you want to edit that page again, you merely need to add "/edit" to the end of its URL like so: https://thimbletest.org/p/4fn/edit. Next, when you save your changes, you receive a completely different URL, like this: https://thimbletest.org/p/4dl.

Now, you have a copy of your old page, a copy of your new page and both have different addresses. This actually may be intentional behavior -- it makes it seemingly impossible to maintain valid links across a multi-page site. There is also the issue of deleting pages: there is currently no way to do this, aside from contacting Mozilla support. As you can see, Thimble is definitely intended for single pages.

Don't forget that Thimble is a work in progress, though. Perhaps we'll see web-hosting-like features in the future along with the addition of JavaScript and more. In the meantime though, it will remain a rudimentary but fantastic tool for aspiring web coders and helpers alike.

Permalink to story.

 
Doesn't BlueGriffon (the successor to Kompozer) already do this? And... it's also based on Mozilla's Gecko engine.

Also, they already have WYSIWYG, (Taken from BlueGriffon website):
"Because Gecko lives inside BlueGriffon, the document you edit will look exactly the same in Firefox. Advanced users can always use the Source View to hard-code their page."
 
Back