Skip to content

theirix/redmine_wikifileattach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Wikifileattach plugin

Plugin allows to include dynamically updated wikipage from a file.

Installation

Copy the plugin into the plugins directory and restart Redmine.

Specify at the plugin settings a directory where wiki sources are stored. Only local pathes are allowed due to security reasons. Specified file is refeteched if it was updated.

Macro

{{includewikifile(sourcefile.wiki)}}

Fetches wikipage from the file and displays inline.

{{includewikicodefile(sourcefile.wiki)}}

Fetches wikipage from the file and displays inline using ‘pre’ code tags.

{{includewikifile(sourcefile.wiki, AnotherWikiName)}}

Fetches wikipage from the file to wikipage named AnotherWikiName and displays inline.

{{referwikifile(sourcefile.wiki)}}

Fetches wikipage from the file and displays nothing.

About

Redmine Wikifileattach plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages