public
Description: Adds a toolbar to make editing pages and snippets written in Textile easier.
Homepage:
Clone URL: git://github.com/jgarber/radiant-textile_editor-extension.git
name age message
file MIT-LICENSE Tue Feb 03 06:07:30 -0800 2009 Update README [jgarber]
file README Fri May 29 13:51:45 -0700 2009 Document dependencies; Don't include email opti... [jgarber]
file Rakefile Wed Oct 08 06:59:44 -0700 2008 Added specs to cover an error when the page_att... [jgarber]
directory app/ Tue Sep 15 10:31:53 -0700 2009 Show "no files attached" message dynamically [jgarber]
directory lib/ Tue Sep 15 10:31:53 -0700 2009 Show "no files attached" message dynamically [jgarber]
directory public/ Tue Sep 22 05:58:40 -0700 2009 Fix a bug where the truncated file name (foobar... [jgarber]
directory spec/ Tue Sep 15 10:31:53 -0700 2009 Show "no files attached" message dynamically [jgarber]
file textile_editor_extension.rb Tue Sep 15 11:07:57 -0700 2009 Version bump. [jgarber]
directory vendor/ Wed Sep 24 13:54:55 -0700 2008 Initial import of radiant-textile_editor-extension [jgarber]
README
= Textile Editor

Created by Jason Garber, September, 2008.  Based on the Textile Editor Helper plugin from WVU.

Textile Editor places a bar above the textarea when Textile is the current input filter.

== Installation

./script/extension install textile_editor

  -- OR --

1) Unpack/checkout/export the extension into vendor/extensions of your 
   project.

2) Run the extension update task.

  $ rake production radiant:extensions:textile_editor:update

3) Restart your server

== Compatible extensions:

* enkoder_tags - for adding enkoded email addresses
* page_attachments - for linking to attachments and including attached images

Installing the RedCloth 4 gem is highly recommended since the RedCloth 3 bundled with Radiant is so buggy.  On Radiant 
0.7 or higher, just gem install RedCloth.  For Radiant 0.6.9, you'll need the redcloth4 extension as well as the gem.