Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Is there an alternative to tinymce?


Go to End


5 Posts   2943 Views

Avatar
micahsheets

Community Member, 165 Posts

6 May 2009 at 10:21am

I have used a few different PHP based CMS systems and they all seem to use the tinyMCE editor. I have found this editor to be far from wyswyg and almost always requires me to go in and fix things in the html window. This is not a problem for me as I would rather do that anyways, but my clients who I build websites for are really really not able to do anything in the html window. I also always have to go in and edit the tinyMCE config files and such to get it to let me put inline styles and such. Our design firm is extremely picky about how things look and so I have to make sure that things in the editor output exactly right.

I have looked at other editors and found one that might be promising. I however am not experienced enough to implement it on a system as complex as Silver Stripe. I was hoping that maybe someone else might look at this and like it enough to give it a try.
This is a jquery wysisym (what you see is what you mean) editor.

http://www.wymeditor.org/

Avatar
JoshuaLewis

Community Member, 81 Posts

6 May 2009 at 3:10pm

Edited: 06/05/2009 3:35pm

I'd be interested in this as well.

I think that the current version of Silverstripe has the editor too tied in with other parts of the system for a change like that to to be easy. I could be wrong though.

EDIT: This thread mentions removing tinymce but nothing about replacing it.

Avatar
schellmax

Community Member, 126 Posts

6 May 2009 at 7:52pm

Edited: 06/05/2009 7:53pm

you could have a look at simplehtmleditorfield, which implements jwysiwyg, a light-weight spin-off of wysiwym. it comes as part of a great module by 'unclecheese', dataobjectmanager.

unfortunately it's still somewhat buggy and doesn't seem to get the love it would need from it's creators. also, it can't be seen as a replacement for tinymce, which is heavily baked into the core, but it can be used in popups, which is it's main destination.

Avatar
AdamJ

Community Member, 145 Posts

6 May 2009 at 10:09pm

I'd love to have a simpler system too. At least with the latest version of SS we can edit the tinymce template to get rid of extra stuff, but there is some cool editors around at the moment.

Avatar
micahsheets

Community Member, 165 Posts

7 May 2009 at 10:07am

Well having an html editor in popups is a great thing in itself that I have been wishing for. I will have to see how Uncle Cheese makes it happen and use it myself.