Changes between Version 15 and Version 16 of CkEditorPlugin


Ignore:
Timestamp:
Mar 25, 2016, 6:53:13 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CkEditorPlugin

    v15 v16  
    55== Description
    66
    7 Wysiwyg wiki editor plugin using the open-source [http://ckeditor.com/ CKEditor], inspired by TracWysiwygPlugin.
     7This is a Wysiwyg wiki editor plugin using the open-source [http://ckeditor.com/ CKEditor], inspired by TracWysiwygPlugin.
    88
    99'''Note''': The `full_integration` mode is not recommended for use in production! It is still experimental, and under development.
     
    5151Install the plugin:
    5252{{{#!sh
    53 easy_install http://trac-hacks.org/svn/ckeditorplugin/trunk
     53easy_install https://trac-hacks.org/svn/ckeditorplugin/trunk
    5454}}}
    5555
    5656Get the CKEditor package and deploy it in a URL-accessible path, e.g. the `htdocs` directory of your Trac environment:
    5757{{{#!sh
    58 mkdir /path/to/trac-env/htdocs/js
     58mkdir /path/to/trac/environment/htdocs/js
    5959svn checkout http://svn.ckeditor.com/CKEditor/releases/stable /path/to/trac-env/htdocs/js/ckeditor
    6060}}}
     
    103103== Known Issues / Limitations
    104104
    105  - Marker and text color is not working in headers (see [http://groups.google.com/group/trac-dev/browse_thread/thread/a6d12d574c3544ca Google-Groups])
    106  - When inserting an image, only full path to image is working
    107  - When entering a link manually, it is printed with an exclemation mark, see #9562
    108  - Escaping of CamelCase words is only working the first time, see #9563
    109  - Copying lists from MS Word (tested with Word 2003) is not always working completely (in some browsers it the deep intention is lost).
     105 - Marker and text color is not working in headers, see [http://groups.google.com/group/trac-dev/browse_thread/thread/a6d12d574c3544ca Google-Groups].
     106 - When inserting an image, only full path to image is working.
     107 - When entering a link manually, it is printed with an exclemation mark, see #9562.
     108 - Escaping of CamelCase words is only working the first time, see #9563.
     109 - Copying lists from MS Word does not maintain deeply nested indentations (tested with Word 2003).
    110110
    111111== To do