Re: [fossil-users] adding tinyMCE to fossil

2009-03-25 Thread Stephan Beal
On 3/25/09, Rene de Zwart wrote: > I'm not sure what you mean by fossil-compatible markup. fossil supports a subset of HTML, but explicitly disallows (and silently elides) certain elements or attributes. >2. Bullets are "*" surrounded by two spaces at the beginning of the line. > No but noth

Re: [fossil-users] adding tinyMCE to fossil

2009-03-24 Thread Rene de Zwart
> On Tue, Mar 24, 2009 at 11:29 PM, Rene de Zwart > wrote: >> tinyMCE.init({ >>        theme : "advanced", >>        mode : "textareas" >> }); > > This is great! Do you know if tinyMCE is configurable enough for us to > easily hack it to output fossil-compatible markup? > > -- > - stephan beal

Re: [fossil-users] adding tinyMCE to fossil

2009-03-24 Thread Stephan Beal
On Tue, Mar 24, 2009 at 11:29 PM, Rene de Zwart wrote: > tinyMCE.init({ >        theme : "advanced", >        mode : "textareas" > }); This is great! Do you know if tinyMCE is configurable enough for us to easily hack it to output fossil-compatible markup? -- - stephan beal http://wandering

[fossil-users] adding tinyMCE to fossil

2009-03-24 Thread Rene de Zwart
Hi, Just to make good on my comment of combining tinyMCE and fossil (a proof of concept). 1) download http://surfnet.dl.sourceforge.net/sourceforge/tinymce/tinymce_3_2_2_1.zip 2) unpack to ~/ 3) goto the www directory of the fossil checkout 4) ln -s ~/javascript . 5) Admin--> edit header Just ab