====== Pagebreak ====== ---- plugin ---- description: Forces ('suggests') a pagebreak after the line where a tag is inserted author : Michael Große and Jonathan McBride email : j.mcbride@mail.utexas.edu type : syntax lastupdate : 2016-02-16 compatible : Hrun, Frusterick Manners depends : conflicts : similar : tags : typography, export, printing, pagebreak downloadurl: https://github.com/micgro42/dokuwiki-plugin-pagebreak/zipball/master bugtracker : https://github.com/micgro42/dokuwiki-plugin-pagebreak/issues sourcerepo : https://github.com/micgro42/dokuwiki-plugin-pagebreak/ ---- ====Description==== This plugin inserts a 'suggested' pagebreak when printing a wiki page. Nothing new is visible from a browser. This seemed like a much needed addition to DokuWiki, since the main use of DokuWiki is documentation. This is intended to help in the creation of hard-copies of a wiki, possibly with some sort of pdf/ps/gs printer. Works well with the [[plugin:dw2pdf|dw2pdf plugin]] and the [[plugin:odt|odt plugin]]. ====Use==== Insert a %%%% tag on a line by itself where you want a pagebreak. Check with print preview. ====Installation==== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Development ===== === Change Log === {{rss>https://github.com/micgro42/dokuwiki-plugin-pagebreak/commits/master.atom date}} === Known Bugs and Issues === Please report bugs and issues at the [[https://github.com/micgro42/dokuwiki-plugin-pagebreak/issues|Github issue tracker]]. > [[;plugin:pagebreak | The PageBreak plugin]] isn't maintained, and [[https://github.com/micgro42/dokuwiki-plugin-pagebreak/issues | bugs]] seem ignored since 2018! Tag ''
'' is broken, ''
/
'' maby be better? ''$renderer->doc .= "
";''. This seems simple enough that it may be good to add it in dokuwiki core as ''~~pagebreak~~'' or similar?