Skip to content

This redmine plugin adds the ability to use a CUT macros in the issue description

Notifications You must be signed in to change notification settings

baumgartnerniels/redmine_cut_tag

 
 

Repository files navigation

Redmine CUT tag plugin

Build Status Code Climate

This redmine plugin adds the ability to use a CUT macros in the issue description

Screenshot

CUT macros in the issue description

Install

Follow the plugin installation procedure at http://www.redmine.org/wiki/redmine/Plugins.

Usage

Wrap a text block with {{cut_start(title)}} and {{cut_end}} macros and the block will be hidden by default.

Example

Text surrounded with {{cut_start(title)}} and {{cut_end}}

{{cut_start}}
This text will be hidden by default
{{cut_end}}

will transform to: without title

You can use optional title for hidden block:

{{cut_start(Application logs)}}
Rendered tagging/_tagcloud (4.4ms)
Query Load Including Associations (0.1ms)
Rendered issues/_sidebar (17.2ms)
{{cut_end}}

will transform to: without title

About

This redmine plugin adds the ability to use a CUT macros in the issue description

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 68.0%
  • JavaScript 27.2%
  • CSS 4.8%