Tips: Redmine Wiki output PDF without link


Plugin を探そうかと思ったけど、 Bookmarket を利用して良い感じに出力している人がいて
http://hacknote.jp/archives/10621/

でも、リンクが有効のままだったので、少し改良して期待する出力結果が得られた。

redmine_wiki_output_pdf_without_link.js
javascript:(function(){$("#header").remove();$("#top-menu").remove();$(".contextual").remove();$(".breadcrumb").remove();$("#wiki_add_attachment").remove();$(".other-formats").remove();$("#footer").remove();$("#sidebar").remove();$(".attachments").remove();$("#content").width("100%");$(".wiki-anchor").remove();$("a").each(function(){child=this.childNodes;$(this).replaceWith(child);});})();