Changes between Version 11 and Version 12 of CkEditorPlugin


Ignore:
Timestamp:
May 4, 2013, 12:11:01 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • CkEditorPlugin

    v11 v12  
    4141Help wanted for further development:
    4242 - Killer Feature: Support TracWiki syntax (by HTML<->TracWiki conversions? or by making CKEditor's rendering engine emit TracWiki?)
    43  - 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)
     43 - 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)
    4444 - Insert other kinds of TracLinks using cool dialogs (changesets, tickets, other resources...)
    4545 - Insert images intuitively (selector from attachments / repositories / upload from file-system as attachment or into repository, maybe even drag-and-drop)
     
    6565Install the plugin:
    6666{{{
    67 easy_install http://trac-hacks.org/svn/ckeditorplugin/trunk
     67#!sh
     68$ easy_install http://trac-hacks.org/svn/ckeditorplugin/trunk
    6869}}}
    6970
    7071Get the CKEditor package and deploy it in a URL-accessible path, e.g. the `htdocs` directory of your Trac environmemt:
    7172{{{
     73#!sh
    7274$ mkdir /path/to/trac-env/htdocs/js
    7375$ svn checkout http://svn.ckeditor.com/CKEditor/releases/stable /path/to/trac-env/htdocs/js/ckeditor