From: smcv Date: Sat, 15 Aug 2015 12:33:11 +0000 (-0400) Subject: Added a comment X-Git-Tag: 3.20160121~97 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f26afffb3cd90e3ce30d63111cd84c520fb54485?ds=sidebyside Added a comment --- diff --git a/doc/forum/Inline__44___sort_and_show_-_is_it_possible_to_achieve_equivalent_to_tail_command/comment_1_e62f3ae89da8c66e94d37bd148fbebbd._comment b/doc/forum/Inline__44___sort_and_show_-_is_it_possible_to_achieve_equivalent_to_tail_command/comment_1_e62f3ae89da8c66e94d37bd148fbebbd._comment new file mode 100644 index 000000000..d9fdabcac --- /dev/null +++ b/doc/forum/Inline__44___sort_and_show_-_is_it_possible_to_achieve_equivalent_to_tail_command/comment_1_e62f3ae89da8c66e94d37bd148fbebbd._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="smcv" + subject="comment 1" + date="2015-08-15T12:33:11Z" + content=""" +I don't think this is currently possible: `show` takes the first *n* +pages after sorting. + +Care to contribute a patch adding `show=\"last 10\"`? Then you could do + + \[[inline pages=\"...\" sort=\"-age\" show=\"last 10\"]] + +and I think that would have the result you want. +"""]]