Redmine plugin for adding page break macro that specify a page break position in wiki page.
Usage for {{page_break}} macro
:
Print in browser:
Export wiki page as PDF:
Exported PDF:
- Redmine 2.6, trunk (Test with local only)
- Ruby 1.9.3, 2.1
git clone
to /path/to/redmine/plugins
.
$ git clone https://github.com/hidakatsuya/redmine_page_break_macro.git /path/to/redmine/plugins
Or, download from here, and create /path/to/redmine/plugins/redmine_page_break_macro
directory.
Finally, restart Redmine.
Remove /path/to/redmine/plugins/redmine_page_break_macro
, then restart Redmine.
$ cd /path/to/redmine
$ bundle install
$ bundle exec rake redmine:plugins:test NAME=redmine_page_break_macro
- Fork it
- Create your feature branch:
git checkout -b new-feature
- Commit your changes:
git commit -am 'add some new feature'
- Push to the branch:
git push origin new-feature
- Create new Pull Request
Please report from here.
© Katsuya HIDAKA. See MIT-LICENSE for further details.