It's counter-intutitive, but I believe the way you specify as the default for new blogs is:
newweblog.editor=editor-rte.jsp At some point we replaced RTE with Xinha and didn't want to break things. - Dave On Fri, Mar 20, 2009 at 3:11 AM, Henning Brune <[email protected]> wrote: > Hello Rollers, > > probably someone can help on the question how to set the rich text > editor (xinha) as the default editor for new blogs. > > At frist I tried setting this in the roller-custom.properties: > > plugins.defaultEditor=editor-xinha.jsp > newweblog.editor=editor-xinha.jsp > > I guessed the editor name from the source code. But this had no effect > in my roller instance. After reading this proposal in Dave's wiki: > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Proposal_ReplaceRTEWithXinha > > I tried > > plugins.defaultEditor=editor-rich.jsp > newweblog.editor=editor-rich.jsp > > But this also seems to have no effect. > > Any ideas? > > Henning >
