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 above </html> add <script language="javascript" type="text/javascript" src="/doc/ckout/www/jscripts/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ theme : "advanced", mode : "textareas" }); </script> 6) save (and you get a mess because of th1 and its a valid html header!!) 7) tickets --> New and see a full blow javascript editor :-) Off course I 'misused' the chkout feature and if one wants to do this for real fossil has to allow loading of external js from a fixed directory or a configuration setting $jsurl? What fun that would give you could include the tabber library and make tabbed forms or include jscookmenu Rene _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

