/redmine_tsv_macro

This is Redmine plug-in.

Primary LanguageRubyMIT LicenseMIT

Redmine TSV Macro Plugin

Convert TSV format to table.

Example

{{tsv
Value1  Value2  Value3
}}
Value1Value2Value3
{{tsv_h
Head1 Head2 Head3
Value1  Value2  Value3
}}
Head1Head2Head3
Value1Value2Value3

Installation

  1. Clone or copy files into the Redmine plugins directory
    git clone https://github.com/taikii/redmine_tsv_macro.git plugins/redmine_tsv_macro
    
  2. Restart Redmine

License

MIT