Changes between Version 27 and Version 28 of TracWysiwygPlugin


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

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracWysiwygPlugin

    v27 v28  
    1111 * Generation of "native" Trac wikitext.
    1212 * Supports heading 1-6, code block, quote format (slightly buggy on quote format).
    13  * Bold/italics/underline, hotkeys are supported.
     13 * '''Bold''' / ''italics'' / __underline__ hotkeys are supported.
    1414 * `teletype`, ^superscript^, ,,subscript,,, ~~strikethrough~~.
    1515 * hyperlinks, and automatic Trac link highlighting for CamelCase as you type (optional).
    1616 * List formatting, allows you to select and change list levels very easily, as in MS Word.
    17  * '''Table Editor''' -- the plugin is almost worth getting just for this point alone, the table editor allows add/remove columns, rows, etc as well as wiki format inside of the cells.
     17 * '''Table Editor''' and the plugin is almost worth getting just for this point alone: the table editor allows add/remove columns, rows, etc as well as wiki format inside of the cells.
    1818 * Trac macros shown as normal text but expand when saved and viewed in wiki.
    1919 * Formatted code blocks.
     
    2222   * Paste into editor from MS Word worked somewhat, but I tested only styles that Trac wiki can support like headings, lists, bold/italics, etc. However, all special Word formatting (and even images) will appear (at least in Firefox 3), but when you save the page it will convert it down to the plain formatting that Trac supports.
    2323
    24 The only real problem is that sometimes the appearance is correct on the screen but the result generated is different; however, this almost always happens when pasting in from external programs, but usually not in other situations.
     24The only real problem is that sometimes the appearance is correct on the screen, but the result generated is different. However, this almost always happens when pasting in from external programs, but usually not in other situations.
    2525
    2626== Bugs/Feature Requests
     
    4545
    4646 1. Install the plugin:
    47     - For Trac 0.10: `easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.10`
    48     - For Trac 0.11: `easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.11`
    49     - For Trac 0.12, 1.0 or later: `easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.12`
     47    - For Trac 0.10: `easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.10`
     48    - For Trac 0.11: `easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.11`
     49    - For Trac 0.12, 1.0 or later: `easy_install https://trac-hacks.org/svn/tracwysiwygplugin/0.12`
    5050 1. Enable the plugin in your `trac.ini` file:
    5151{{{#!ini
     
    5858== Example
    5959
    60 [[Image(tracwysiwyg-firefox2.png,width=200)]]
    61 [[Image(tracwysiwyg-ie.png,width=200)]]
    62 [[Image(tracwysiwyg-opera9.png,width=200)]]
     60'''Basic styling features:'''
     61
     62[[Image(tracwysiwyg-firefox2.png,width=600)]]
     63
     64'''Further styling features:'''
     65
     66[[Image(tracwysiwyg-ie.png,width=600)]]
     67
     68'''Editing tables:'''
     69
     70[[Image(tracwysiwyg-opera9.png,width=600)]]
    6371
    6472== Reviews