/redmine_page_break_macro

Redmine plugin for adding page break macro that specify a page break position in wiki page

Primary LanguageRubyMIT LicenseMIT

Redmine Page Break Macro

Build Status

Redmine plugin for adding page break macro that specify a page break position in wiki page.

Usage for {{page_break}} macro:

How to use page break macro in wiki page

Print in browser:

Print in browser

Export wiki page as PDF:

Export wiki page as PDF

Exported PDF:

Exported PDF

Supported versions

  • Redmine 2.6, trunk (Test with local only)
  • Ruby 1.9.3, 2.1

Install

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.

Uninstall

Remove /path/to/redmine/plugins/redmine_page_break_macro, then restart Redmine.

Contribute

How to test

$ cd /path/to/redmine
$ bundle install
$ bundle exec rake redmine:plugins:test NAME=redmine_page_break_macro

Pull Request

  1. Fork it
  2. Create your feature branch: git checkout -b new-feature
  3. Commit your changes: git commit -am 'add some new feature'
  4. Push to the branch: git push origin new-feature
  5. Create new Pull Request

Report bugs

Please report from here.

Copyright

© Katsuya HIDAKA. See MIT-LICENSE for further details.