Skip to content

sbriand/redmine_include_macro_extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 a section with options in table.

> |_. Title |
> | {{include(Child, Sec2, noheading, nosubsection)}} |

Example2

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.

About

Add icons to enable viewing and editing of included wiki page

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%