Skip to content

taikii/redmine_tsv_macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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