Edgewall Software

Changes between Version 2 and Version 3 of WysiWyg


Ignore:
Timestamp:
Apr 13, 2006, 7:13:41 AM (18 years ago)
Author:
soloturn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WysiWyg

    v2 v3  
     1= what you see is what you get, isn't it? =
     2
    13As easy as it is for some people, for others editing text in wiki syntax is an entrance barrier for using wikis. Therefor it should be also possible to edit texts like you see them afterwards in a "what you see is what you get" manner. Editors include:
    24 * [http://fckeditor.net/ fckeditor], used in [http://moinmoin.wikiwikiweb.de moinmoin].
    35 * [http://wikiwyg.net/ wikiwyg], used in [http://kwiki.org/ kwiki].
    46 * [http://tinymce.moxiecode.com/ tinymce], as used in a [http://trac-hacks.org/wiki/TinyMceWikiPlugin trac plugin], but it does not write trac wiki syntax.
     7
     8= wikiwyg integration =
     9
     10the integration could be done the following way:
     11 * provide a mechanism to identify the wiki text in <div> areas. currently a name or id seems to be missing.
     12 * include a template into every page which loads the library if it is installed.
     13 * extend the wikiwyg library by a trac class.
     14 * copy the wikiwyg library somewhere, it consists of:
     15   * js
     16   * css
     17   * images
     18   * a htc file (html component) to make it also work in iexplore, not just in gecko
     19 
     20if somebody could describe a little clearer how to make a plugin, it would be great.
     21
     22see #1682 for a sketch of the implementation.
     23