This redmine plugin adds the ability to use a CUT macros in the issue description
Follow the plugin installation procedure at http://www.redmine.org/wiki/redmine/Plugins.
Wrap a text block with {{cut_start(title)}}
and {{cut_end}}
macros and the block will be hidden by default.
Text surrounded with {{cut_start(title)}}
and {{cut_end}}
{{cut_start}}
This text will be hidden by default
{{cut_end}}
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}}