> On Tue, Mar 24, 2009 at 11:29 PM, Rene de Zwart <[email protected]> > 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://wanderinghorse.net/home/stephan/ > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users I'm not sure what you mean by fossil-compatible markup. TinyMce does HTML formatting. I suppose you mean: 1. Blank lines are paragraph breaks No but nothing keeps you from making 'real' paragraphs in HTML 2. Bullets are "*" surrounded by two spaces at the beginning of the line. No but nothing keeps you from making 'real' bullets (even nested)in HTML 3. Enumeration items are a number surrounded by two space at the beginning of a line. No but nothing keeps you from making 'real' Enumeration (even nested)in HTML 4. Indented paragraphs begin with a tab or two spaces. No but nothing keeps you from making 'real' paragraphs (even nested)in HTML 5. Hyperlinks are contained with square brackets: "[target]" No it doesn't understand but won't object again for external links you could use real HTML 6. Most ordinary HTML works. And that is the beauty you get WYSIWYG editor and fossil (your browser!) will display it correctly. And the need for doing a preview is almost gone! 7. <verbatim> and <nowiki>. maybe or else >verbatim< or <pre>
Renez _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

