Changes between Version 2 and Version 3 of TextareaKeyBindingsPlugin


Ignore:
Timestamp:
Jun 16, 2015, 9:36:55 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TextareaKeyBindingsPlugin

    v2 v3  
    55== Description
    66
    7 The TextareaKeyBindingsPlugin introduces new keyboard bindings in text areas for an improved wiki text editing experience:
     7This plugin introduces new keyboard bindings in text areas for an improved wiki text editing experience:
    88
    99* `Tab`: Indent the current or selected lines of text.
     
    1919
    2020If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=TextareaKeyBindingsPlugin&owner=lucid new ticket].
     21[/newticket?component=TextareaKeyBindingsPlugin new ticket].
     22
     23[[TicketQuery(component=TextareaKeyBindingsPlugin&group=type,format=progress)]]
    2224
    2325== Download
     
    3133== Installation
    3234
    33 Installation of the plugin requires the usual step, e.g. `easy_install http://trac-hacks.org/svn/textareakeybindingsplugin/trunk` and enable it in Trac's plugin admin page or by adding `textareakeybindings.* = enabled` to the `[components]` section in trac.ini.
     35Installation of the plugin requires the usual step with `easy_install`:
     36{{{#!sh
     37easy_install http://trac-hacks.org/svn/textareakeybindingsplugin/trunk
     38}}}
     39
     40Then enable it either in Trac's plugin admin page or in the `[components]` section in your `trac.ini` file:
     41{{{#!ini
     42[components]
     43textareakeybindings.* = enabled
     44}}}
    3445
    3546== Recent Changes