WikiMatrix

#1 2008-04-17 09:28:41

andi
Administrator
From: Berlin, Germany
Registered: 2005-11-17
Posts: 195
Website

WYSIWYG vs. Wiki syntax

Martin Koser wrote an interesting article about Simplicity, adoption and WYSIWYG editors.

From the article:

While WYSIWYG is supposed to offer clarity, simplicity and easy adoption I hold that this is exactly what wiki markup is good for.

He explains how good WikiSyntax can be much easier to work with - even for novice users - than with any of the available WYSIWYG editors and makes a strong case for CREOLE.

See also:

* Wikis with CREOLE support
* Wikis with WYSIWYG editors


Careful: I'm the lead developer of WikiMatrix and DokuWiki so my posts may be biased ;-)

Offline

 

#2 2008-04-17 10:54:43

witten
Member
Registered: 2007-09-12
Posts: 21

Re: WYSIWYG vs. Wiki syntax

Here's the comment I posted on the article:

My main complaint with most markup-based wikis is the excruciating edit/save cycle. You go and tweak the markup syntax just the way you like, you hit save (or if you’re lucky, preview) to view the result. You find a typo or another change to make, which means you have to hit edit, scroll back down to where you were, and start the process all over again.

WYSIWYG editors, for all their faults, have the ability to do away with this cumbersome edit/save cycle completely. You just edit your page directly (ideally with some good key combinations in order to approach the speech with which you can enter formatted text with traditional markup).

So I actually tried to tackle the problem of making a decent, simple, fast WYSIWYG wiki editor. The result is called Luminotes, and you can check it out at http://luminotes.com/

Let me know what you think.

Offline

 

#3 2008-04-17 17:35:23

cjtannu
Member
From: San Diego, CA
Registered: 2006-10-18
Posts: 164
Website

Re: WYSIWYG vs. Wiki syntax

There can be the inherent issues with WYSIWYG editors and a lot of people are used to wiki syntax, but the larger issue is more about how the data is saved.  With wiki syntax you are introducing a new data standard that adds complexity when it comes time to integrating or migrating data.  I know that there are a lot of WYSIWYG editors out there that still save to wiki syntax but I argue that they should save as XHTML.  This may be a moot point as there are a lot of wiki engines that save as wiki syntax and people have become accustomed to the syntax, but as wikis grow in popularity the industry needs to move to a standard that fits software as a whole as opposed to the wiki space.  This standard would be XHTML.


Corey Ganser
Customer Support Manager
MindTouch
Download for free now at http://wiki.mindtouch.com

Offline

 

#4 2008-04-19 09:33:52

frogpond
Member
Registered: 2008-02-15
Posts: 1

Re: WYSIWYG vs. Wiki syntax

Dan I replied on my blog, pasting it here too:

@Dan I don’t know - honestly, editing and hitting save didn’t disturb me in the past - like you said there’s always the preview available (and the “only small change” checkbox).

And while I like the experience of editing in Luminotes, there are also some things missing that come with the standard edit-save cycle like comparing versions (diffs) of pages - but, well, perhaps I didn’t find it?

In my experience most people argue against wiki markup from the experience of a try at editing a Wikipedia article - and Mediawiki markup is seriously limited (to say it very friendly). This problem of “oh no, it’s code” needs to be tackled with easy and powerful WYSIWYG editors in time, Luminote sure is an interesting thing to watch.

@Corey I agree with you, how data is stored is important - exporting, migrating and importing (from Word docs, ftw) would profit from standard interfaces - XHTML is very OK with me wink

Offline

 

#5 2008-07-24 09:03:51

_sebastian_
Member
From: Sydney
Registered: 2008-07-15
Posts: 11

Re: WYSIWYG vs. Wiki syntax

Currently I am looking into the option of a corporate wiki and the WYSIWYG issue is one of my big worries.

I myself have used DokuWiki for ~1 year now and are quite accustomed to most of the mark-up but getting the wiki accepted others is the main source of worry for me.

What I like with wiki markup is that after some time you can simply start writing things down and you sort of know how it will look. I've written long documents without intermediate save and used the preview only to have the draft saved.

When I think about how to get a newbie (be it an older or younger person) to use the wiki without any wiki knowledge I would assume that having a very basic WYSIWYG editor should be suitable. Once you start writing more, more complex stuff writing the wiki syntax is IMHO quicker.

The WYSIWYG editors I've used (www.worpress.com, twiki.org, ?) all had similar issues, buttons did not work correctly (I use FF2/3) I had to <mark the text and click> twice to have the formating effect.
It was hard to work with numbered and bulletin list, esp. identing and finish of the listing

Regarding data storage, well I am not a programmer or familiar with how it all works in the background but from what I know XHTML/XLM is a good basis to convert from into many formats. Currently DokuWiki saves the wiki syntax text but as it does the conversion to xhtml I can't see any major reason not to have it saved in XHTML and convert to wikisyntax when editing.
I have to admit I might lack the deep knowledge but isn't is converting from one defined syntax into another? of course there are always the exemptions which make it hard.


happy wife = happy life

Offline

 

#6 2008-07-24 17:43:28

cjtannu
Member
From: San Diego, CA
Registered: 2006-10-18
Posts: 164
Website

Re: WYSIWYG vs. Wiki syntax

sebastian,

  I definitely recommend a wiki that has a WYSIWYG editor on the front, and if the user desires, html on the backend.  As I think you'll find that most business users have a basic understanding of HTML to customize the formating to their liking.  This also decreases the training and adoption of learning a new syntax like wiki markup.  The WYSIWYG editor that we are in the process of implementing in MindTouch Deki is FCK editor and it works well. The editor we are currently using is xinha which is pretty good too.  We are moving away from it for support for browsers like Safari and because it handles formating of pasted content better. I'd encourage you to try a bunch of different wikis and see how the editing experience works for you.


Corey Ganser
Customer Support Manager
MindTouch
Download for free now at http://wiki.mindtouch.com

Offline

 

#7 2008-07-24 21:19:02

SamePageTeam
Member
From: California
Registered: 2007-02-07
Posts: 142
Website

Re: WYSIWYG vs. Wiki syntax

Sebastian,

Using Samepage would help alleviate the problems that you are facing. We have our own homegrown editor that has resonated very well with numerous Enterprises across the globe. Our focus and philosophy has always been to make our Wiki usable for both technical and non-technical users -- without the need to understand complex Markup syntax.

All the data in HTML is stored in standard format: HTML and XML. Thereby, the data and the tool is very inter-operable with other systems like Web portals, RSS reader etc.

Cheers,

SamePage Team


Disclaimer: I am representing SamePage on this Forum

http://www.etouch.net
http://samepage.spwiki.com

Offline

 

#8 2008-07-25 01:53:50

_sebastian_
Member
From: Sydney
Registered: 2008-07-15
Posts: 11

Re: WYSIWYG vs. Wiki syntax

RE: Samepage,

I haven't tested same page but I've looked at the images shown on the WYSIWYG help page it reminds me of the first picture I saw on the www.frogpond.de page given by the opener. This might seem to judgemental and to quickly but I like having less and concentrate on the essential part. I assume that the editor can be reduced in the number of buttons as needed or depending on the features used.

I will though give it (samepage) a try as I like the PDF export capability which seems to exceed most print-CSS to PDF conversions I came across by now.


happy wife = happy life

Offline

 

#9 2008-07-25 02:36:44

SamePageTeam
Member
From: California
Registered: 2007-02-07
Posts: 142
Website

Re: WYSIWYG vs. Wiki syntax

Sebastian,

Yes, the editor can be used in 'truncated' mode by clicking on << when in View mode.

Cheers


Disclaimer: I am representing SamePage on this Forum

http://www.etouch.net
http://samepage.spwiki.com

Offline

 

#10 2008-08-01 16:39:08

billroberts1966
Member
From: UK
Registered: 2008-02-08
Posts: 5
Website

Re: WYSIWYG vs. Wiki syntax

In early versions of our (yet-to-launch) wiki product, we used wiki markup, but the feedback from our testers, who were mostly experienced computer users but not 'techies', was that they found this a bit tricky and clumsy to use. When we switched to a WYSIWYG editor, everyone was much happier.

We're using TinyMCE from Moxiecode as our WYSIWYG plug-in and find it to be pretty good. It produces HTML - and also offers the option to tweak the HTML by hand for the times when something isn't quite right, or you just want to see what it is doing.  It's free, relatively easy to set up and widely used: so I'd definitely recommend considering it, if anyone is looking at incorporating a WYSIWYG editor into their product.


Bill
www.swirrl.com

Offline

 

You are not logged in.


Board footer

Forum powered by PunBB (© 2002–2005 Rickard Andersson)