|
Main sidebar
|
PITS /
00421Summary: WYSIWYG editor (like FCKEditor) integration
Created: 2005-04-12 16:48
Status: closed
From: Pm
Assigned:
Priority: 521
Version: pmwiki 2.0.beta29
OS:
See PmWiki.WYSIWYG for Pm's overview of this topic. Done on pmwiki 2.1.26 FCKEditor Description:
It's an excellent, open source, browser-based WYSIWYG HTML(!) editor: It comes with
It's really lightweight and doesn't require any kind of installation on the client computer. Actually, what I would like to see more is a fully visual editor that allows mapping the visual elements to the appropriate wiki markup. IE, instead of forcing page saving HTML format, let us chose things like the bold and italics attributes, and tell it what markup to use. I've played with a couple of wiki's and CMS/portal systems that allowed integrating HTMLArea, but it always seemed more cumbersome than it was worth, and really defeated the purprose of a wiki. That's just my $0.02. - George Thats the holy grail of wiki's IMHO. Great Idea, but would break alot of the wiki functions already in place. But some users just need this type of authoring tool. They see the wiki markup, and it may as well be perl code. I myself have already been through trying to convert documents from doc, pdf etc into wiki format, and guess what? Its a real pain. It would be nice to just be able to copy and paste, without as much addition formatting intervention. FCKEditor seems to handle this pretty well. But like I said this would break existing wiki features. We would need a modified version of FCK (to handle wiki features not available directly in html) and a html to wikicode converter to even begin considering something like this. Anyone seen any working html to wiki converters out there? - JT Converting HTML to markup would be a royal PITA. It would be nice if FCKEditor could be coaxed into emitting PmWiki markup instead of HTML markup, but that doesn't currently seem to be an option. Extending FCKEditor to recognize and emit arbitrary markup would be great, but it would definitely require a whole lot of work: it would need an interface to the parse engine of the wiki in question, and the UI would need to be reconfigured for each markup (no need to have a smiley window if there is no smiley markup, for example.) The alternative would be a stripped-down FCDEdit that emitted only rather specific kinds of HTML, and have *that* converted. And we'd need a way to convert PmWiki markup to that stripped-down version of HTML. And we'd need a way to interface the markup added by Cookbook recipes into that. Doesn't sound very encouraging either. I'd really love to see any of this done though... Joachim Durchholz April 04, 2005, at 06:04 AM Walking on this way, I suggest a flexible interface (assembled buttons like the existing GUI buttons) to allow adaptions to a (webform based) "skin" system. The UI should fit to modules like, drawing tools, slide show editors and more to come. CSS for text could be created online and assigned to available classes. nice. scoid May 08, 2005, at 07:04 AM Here is an HTML -> Wiki parser and also here - referenced from this page at MediaWiki on this same topic. I have wanted WYSIWYG in wiki for a long time. I sincerely believe the popularity of the first wiki medium to really implement it well (cross-platform, no download) would skyrocket. I decided to give this a bit of a shot with Xinha ( http://xinha.python-hosting.com ). I wrote a quick JavaScript to parse headings, bold and italics from my wiki's markup to HTML. My goals:
My results:
Open issues:
Stuff that would be cool:
My conclusions:
Update: The CPAN Perl Wiki Converter module is pretty effective at generating PmWiki markup- including Simple tables- from HTML. I've fed it some fairly unpleasant markup (generated by exporting a Word document via OpenOffice.org) and gotten a clear, accurate wiki version. I'm going to whip up a PHP wrapper for PmWiki to call it. I've started to implement FCK Editor in PmWiki. The main problem i'm confronted to is the convert from the HTML produced by FCKEditor to PmWiki markups (FCK Editor cannot produce PmWiki markups instead of HTML code). I may release a beta version at the end of next week. JeremieLePevedic?, 2006-09-08 Hi, I just wanted to let you know... This might be the single most important extension to pmwiki yet. No matter how much some like to keep the markup. I'm extremely interested to reduce any obstacle for joe wikiuser. And this would make it as simply as firing up Wordpad. Please keep up this topic. If you're looking for a beta tester, I'd gladly volunteer.
Why is this closed? Is there no hope of this tool being integrated into pmwiki in the future? (shameless competitor ad) Perspective http://high-beyond.com is excellent, and better than fckeditor. ( http://high-beyond.com/perspective.aspx?action=view&page=perspective:Welcome )
http://tinymce.moxiecode.com/ ThomasP October 22, 2007, at 11:51 AM See also Category.Wikiwyg, Category.Wysiwyg So...this is oficially death? come on this is a great tool |