Skip to content

taikii/redmine_include_macro_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Include Macro Extension

This plugin makes possible include wiki section.

Caution!) This plugin will overwrite the default include macro.

Examples

{{include(Foo)}}
{{include(Foo, Bar)}} -- to include Bar section of Foo page

Example: Include a section.

> {{include(Child, Sec2)}}

Example2

Example: Include a section with options.

> {{include(Child, Sec2, noheading, nosubsection)}}

Example2

Example: Include pages in table.

Both of the below codes give the same result.

{{include_by_table(Sec1, Sec2)
Page1
Page2
Page3
}}
|_.           |_. Sec1 |_. Sec2 |
| [[Child1]]  | {{include(Child1, Sec1, noheading, nosubsection, noraise)}} | {{include(Child1, Sec2, noheading, nosubsection, noraise)}} |
| [[Child2]]  | {{include(Child2, Sec1, noheading, nosubsection, noraise)}} | {{include(Child2, Sec2, noheading, nosubsection, noraise)}} |
| [[Child3]]  | {{include(Child3, Sec1, noheading, nosubsection, noraise)}} | {{include(Child3, Sec2, noheading, nosubsection, noraise)}} |

Example2

Example: Include pages in transpose table.

{{include_by_table_transpose(Page1, Page2, Page3)
Sec1
Sec2
}}

Installation

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

License

This plugin is released under the MIT License.