I see three parts that will be required for a fully functional demo: 1. Conversion of wikitext into "HTMLized" code as input for a HTML editor 2. A (patched) HTML WYSIWYG editor that takes the code from #1 as input 3. A wikitext generator, running on the saved HTML from #2
I have made a proof-of-principle implementation of #1, and I'll continue expanding it. I could also do an implementation of #3 later. But, since I have little experience with HTML WYSIWYG editors, I would prefer someone else to do that part. But since there is mostly talk on this and the other list, I'll probably end up doing that myself as well... :-( Cheers, Magnus On Wed, Dec 29, 2010 at 1:45 PM, Steve Bennett <[email protected]> wrote: > Ok, I got it - there were some spurious blank lines. Ok, um, it does > what you said it does :) Now, how to make this a compelling > demonstration that this is _the way foward_? > > Steve > > On Wed, Dec 29, 2010 at 7:01 PM, Magnus Manske > <[email protected]> wrote: >> On Wed, Dec 29, 2010 at 12:30 AM, Steve Bennett <[email protected]> wrote: >>> On Wed, Dec 29, 2010 at 9:39 AM, Magnus Manske >>> <[email protected]> wrote: >>>> Force-reload, go to an article, and you'll see a new "WYSIWTF" tab (I >>>> trust you can decipher the acronym ;-) >>> >>> Hi Magnus, >>> I'm not getting an extra tab. Perhaps I've done something stupid, >>> but I stuck the above code in vector.js, reloaded, nothing. Same in >>> Chrome, FF, Opera. What simple thing am I missing? >> >> Not sure - works for me. Have a look : >> http://en.wikipedia.org/wiki/User:Magnus_Manske/vector.js >> >> Maybe some other script in your vector.js dies before it gets to the >> include point? If so, try moving the lines to the top of vector.js. >> >> Cheers, >> Magnus >> >> _______________________________________________ >> WikiEN-l mailing list >> [email protected] >> To unsubscribe from this mailing list, visit: >> https://lists.wikimedia.org/mailman/listinfo/wikien-l >> > > _______________________________________________ > WikiEN-l mailing list > [email protected] > To unsubscribe from this mailing list, visit: > https://lists.wikimedia.org/mailman/listinfo/wikien-l > _______________________________________________ WikiEN-l mailing list [email protected] To unsubscribe from this mailing list, visit: https://lists.wikimedia.org/mailman/listinfo/wikien-l
