www.ThimbleOpenSource.com

Menu

About Thimble

Thimble

ThimbleOpenSource offers opensource mainly focused on PHP and web applications in general...

Valid XHTML 1.0 Strict

ThimbleText


What is it ?

ThimbleText is pseudo-markup-language developed as an alternative to WYSIWYG editors. It is simple <textarea> and PHP class used as a parser. Parser converts text to valid XHTML.

Requirements

PHP5 with MBString extension enabled, because of UTF-8 support.

Online demo

Click for online example of ThimbleText - online version 1.0-RC1

Next releases

1.0-stable - only bugfixes. Stable release for production use.
2.0 - future plans - tables support

Download

Complete source package can be downloaded from Downloads section

Installation and usage in your scripts

Link to installation and usage page.

Syntax

Click for complete ThimbleText syntax description. For impatient here is just a small example of code:

Plain text   Result

*bold*  bold
**italics**  italics
--underline--  underline
Heading 1
#########
 

Heading 1

Heading 2
=========
 

Heading 2

Heading 3
---------
 

Heading 3