KADO Masanori
QVE02****@nifty*****
2005年 2月 8日 (火) 00:39:16 JST
kdmsnrです。 普段、逆順のコメントをよく使っています。 {{comment(60,1)}} ではなく、{{rcomment}} で定義できると嬉しいのですが、どうでしょうか。 Index: misc/plugin/comment.rb =================================================================== RCS file: /cvsroot/hiki/hiki/misc/plugin/comment.rb,v retrieving revision 1.4 diff -u -1 -p -r1.4 comment.rb --- misc/plugin/comment.rb 6 Aug 2004 15:31:57 -0000 1.4 +++ misc/plugin/comment.rb 7 Feb 2005 15:30:08 -0000 @@ -67,3 +67,3 @@ def comment_post lines.each do |l| - if /^\{\{comment.*\}\}/ =~ l && flag == false + if /^\{\{r?comment.*\}\}/ =~ l && flag == false if count == comment_no @@ -84 +84,5 @@ def comment_post end + +def rcomment + comment(60, 1) +end -- kdmsnr - KADO, Masanori http://capsctrl.que.jp/kdmsnr/