Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 927 Bytes

File metadata and controls

32 lines (18 loc) · 927 Bytes

Adds Textile formatting support to “text” and “long text” custom fields.

Go to the *Custom Fields* in the Administration section. Add a new or edit existing custom field with “text” or “long text” format. Enable check box “Supports Textile formatting”.

From a ZIP file:

  • Download the latest version of the plugin

  • Unzip to /plugins (Redmine 2.x) or /vendor/plugins (Redmine 1.x) folder of Redmine

From a GIT repository:

  • Clone repository with git clone git://git.academ.org/redmine_textilizable_custom_fields.git plugins/redmine_textilizable_custom_fields command

After download:

  • Run rake redmine:plugins:migrate (Redmine 2.x) or rake db:migrate:plugins (Redmine 1.x).

  • Restart Redmine.

This plug-in is compatible with Redmine 1.4.x, 2.0.x, 2.1.x

0.0.1

Initial commit