Changes between Version 7 and Version 8 of CkEditorPlugin


Ignore:
Timestamp:
Nov 16, 2011, 8:23:59 AM (12 years ago)
Author:
Franz
Comment:

inserted sample screenshot and section limitations; added myself as contributor

Legend:

Unmodified
Added
Removed
Modified
  • CkEditorPlugin

    v7 v8  
    1212After installation of both the plugin and [http://ckeditor.com/ CKEditor], set the `[ckeditor] editor_source` option for this plugin to the path of the CKEditor `ckeditor.js` script.
    1313
    14 The plugin has 3 modes of integration, determined by the `[ckeditor] editor_type` option:
     14The plugin has several modes of integration, determined by the `[ckeditor] editor_type` option:
    1515|| `html_wrapper` || CKEditor with HTML output wrapped in html-processor ||
    1616|| `full_integration` || CKEditor with TracWiki output ('''experimental''') ||
     
    1818|| `only_wiki` || CKEditor with TracWiki output for wiki pages ('''experimental'''); ''leaves ticket editing as in Trac standard'' ||
    1919|| `none` || No integration - plain old textarea ||
     20
     21''Using `CKEditorPlugin` looks like this'':
     22
     23[[Image(sample.png)]]
     24
    2025
    2126The `full_integration` mode is the holy grail, but currently just a handful of elements are supported in this mode (see the [source:ckeditorplugin/trunk/ckintegration/htdocs/tracwiki.js tracwiki plugin] for details on that) - '''help with this is needed! '''
     
    2530 - When using the `html_wrapper` mode and editing an existing wiki page, the page will be rendered in HTML upon save (macros are lost, etc.)
    2631
     32== Known Bugs / Limitations ==
     33
     34 - marker and text color is not working in headers (see [http://groups.google.com/group/trac-dev/browse_thread/thread/a6d12d574c3544ca Google-Groups])
     35 - when inserting an image, only full path to image is working
     36 - when entering a link manually, it is printed with an exclemation mark; for example entering http://google.de is saved as http:!//google.de[[BR]]
     37 - copying lists from MS Word (tested with Word 2003) is not always working completely (in some browsers it the deep intention is lost)
    2738
    2839== Help Wanted ==
     
    101112'''Author:''' Edan Maor, [wiki:itamarost] [[BR]]
    102113'''Maintainer:''' [wiki:itamarost] [[BR]]
    103 '''Contributors:'''
     114'''Contributors:''' framay