public
Description: FCKEditor for the Radiant CMS
Homepage:
Clone URL: git://github.com/djcp/radiant-fckeditor.git
djcp (author)
Tue Apr 21 06:42:27 -0700 2009
commit  764a8fde2d744ce81469af15a0e89c6f964af27f
tree    40a87d7f53d82dd71717d117967340004ee52e01
parent  1b4f8fa9f918ead8bd3829d1d074ce5e33833721
radiant-fckeditor / fckeditor.html
100644 14 lines (11 sloc) 0.789 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>Notes:</h2>
 
<ul>
<li>File uploads work! Try the image tool and then the "browse server" button. Files are saved to $RADIANT_ROOT/public/uploads/</li>
<li>The editor mostly ignores Radius tags. See "quirks" for details.</li>
<li>Put in Radius tags in "source" view, if you must mix them into your HTML. My suggestion is to expose specific areas of your pages to HTML editing with the FCKEditor filter, and keep your radius-rich areas in different text-only filter types.</li>
</ul>
 
<h2>Quirks</h2>
<ul>
<li>Singleton tags will be turned into container tags on save. This means <code>&lt;r:link /&gt;</code> will be turned into <code>&lt;r:link&gt;&lt;/r:link&gt;</code>.</li>
<li>Be sure to allow popups from your Radiant site. The FCKEditor uses pop-ups extensively.</li>
</ul>