Hi,
I'm looking for a "word processor" that I can embed into a website. By "word processor" I mean something like what is used to write a post in this forum. You can add tags, insert links, images, etc.
This code would probably be mostly Javascript-based, not as much PHP, so I'm sorry if this post is a little off-topic. Please let me know if you know of good stand-alone code to do just the kind of editing you do when you post to this forum.
Thanks,
Lex
Word Processor in PHP
Moderator: General Moderators
- VirtuosiMedia
- Forum Contributor
- Posts: 133
- Joined: Thu Jun 12, 2008 6:16 pm
Re: Word Processor in PHP
This is a feature comparison list of most of the good WYSIWYG editors on the web, both open source and commercial. Hope that helps.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Word Processor in PHP
The two most popular are FCKeditor and TinyMCE. Either of those will work well.
(#10850)
-
lexfridman
- Forum Newbie
- Posts: 2
- Joined: Mon Jun 16, 2008 12:10 am
Re: Word Processor in PHP
Thank you! That's exactly what I needed.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: Word Processor in PHP
Just to let you know, DevNetwork doesn't use a WYSIWYG editor. Instead, our buttons are little convenience features for adding bbcode tags. Much more lightweight, and usually sufficient.