LoginSignup
0
1

More than 5 years have passed since last update.

Tips: Redmine Wiki output PDF without link

Posted at

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);});})();
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1