Changes between Version 14 and Version 15 of CkEditorPlugin


Ignore:
Timestamp:
Nov 20, 2015, 4:02:34 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CkEditorPlugin

    v14 v15  
    2525The `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.
    2626
    27 Disclaimer:
     27'''Disclaimer''':
    2828 - Does not co-exist with TracWysiwygPlugin: ensure that only one of them is enabled if both are present in your environment.
    2929 - 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.)
     
    3535
    3636If you have any issues, create a
    37 [http://trac-hacks.org/newticket?component=CkEditorPlugin&owner=itamarost&release=0.12 new ticket].
     37[/newticket?component=CkEditorPlugin new ticket].
    3838
    3939[[TicketQuery(component=CkEditorPlugin&group=type,format=progress)]]
     
    4141== Download
    4242
    43 Download the zipped source from [download:ckeditorplugin here].
     43Download the zipped source from [export:ckeditorplugin here].
    4444
    4545== Source
    4646
    47 You can check out CkEditorPlugin from [http://trac-hacks.org/svn/ckeditorplugin here] using Subversion, or [source:ckeditorplugin browse the source] with Trac.
     47You can check out CkEditorPlugin from [/svn/ckeditorplugin here] using Subversion, or [source:ckeditorplugin browse the source] with Trac.
    4848
    4949== Installation
     
    5454}}}
    5555
    56 Get the CKEditor package and deploy it in a URL-accessible path, e.g. the `htdocs` directory of your Trac environmemt:
     56Get the CKEditor package and deploy it in a URL-accessible path, e.g. the `htdocs` directory of your Trac environment:
    5757{{{#!sh
    5858mkdir /path/to/trac-env/htdocs/js
     
    7171
    7272'''code_styles'''
    73 List of code styles, which should be processed by CKEditor and displayed in CKEditor dialog 'insert code'. Possible types are one of ''[http://pygments.org/ pygments-styles]''.
     73List of code styles, which should be processed by CKEditor and displayed in CKEditor dialog 'insert code'. Possible types are one of [http://pygments.org/ pygments-styles].
    7474
    7575''default values:'' cpp, csharp, java, js, python, sql, default, xml
     
    112112
    113113Help wanted for further development:
    114  - Killer Feature: Support TracWiki syntax (by HTML<->TracWiki conversions? or by making CKEditor's rendering engine emit TracWiki?)
    115  - Insert !WikiLinks using cool dialogs (e.g. choose existing page from TitleIndex, insert link to stubbed page & open new tab to create the stubbed page)
    116  - Insert other kinds of TracLinks using cool dialogs (changesets, tickets, other resources...)
    117  - Insert images intuitively (selector from attachments / repositories / upload from file-system as attachment or into repository, maybe even drag-and-drop)
    118  - Macro-awareness - select macro to insert from supported macros, expand inserted macros inline
     114 - Killer feature: Support TracWiki syntax (by HTML<->TracWiki conversions? or by making CKEditor's rendering engine emit TracWiki?).
     115 - Insert !WikiLinks using cool dialogs (e.g. choose existing page from TitleIndex, insert link to stubbed page & open new tab to create the stubbed page).
     116 - Insert other kinds of TracLinks using cool dialogs (changesets, tickets, other resources).
     117 - Insert images intuitively (selector from attachments / repositories / upload from file-system as attachment or into repository, maybe even drag-and-drop).
     118 - Macro-awareness - select macro to insert from supported macros, expand inserted macros inline.
    119119
    120120== Recent Changes