Let custom board navigation accept "rev" option.
Explicitly add reversed hash commands and suggest option in settings description.
This commit is contained in:
parent
e9c6bc327d
commit
0e739d6711
@ -342,12 +342,18 @@ Index =
|
||||
'all-pages': 'all pages'
|
||||
'catalog': 'catalog'
|
||||
sort:
|
||||
'bump-order': 'bump'
|
||||
'last-reply': 'lastreply'
|
||||
'last-long-reply': 'lastlong'
|
||||
'creation-date': 'birth'
|
||||
'reply-count': 'replycount'
|
||||
'file-count': 'filecount'
|
||||
'bump-order': 'bump'
|
||||
'bump-order-rev': 'bump-rev'
|
||||
'last-reply': 'lastreply'
|
||||
'last-reply-rev': 'lastreply-rev'
|
||||
'last-long-reply': 'lastlong'
|
||||
'last-long-reply-rev': 'lastlong-rev'
|
||||
'creation-date': 'birth'
|
||||
'creation-date-rev': 'birth-rev'
|
||||
'reply-count': 'replycount'
|
||||
'reply-count-rev': 'replycount-rev'
|
||||
'file-count': 'filecount'
|
||||
'file-count-rev': 'filecount-rev'
|
||||
|
||||
processHash: ->
|
||||
# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=483304
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<div>Index-only link: <code>g-index</code></div>
|
||||
<div>Catalog-only link: <code>g-catalog</code></div>
|
||||
<div>Index mode: <code>g-mode:"infinite scrolling"</code></div>
|
||||
<div>Index sort: <code>g-sort:"creation date"</code></div>
|
||||
<div>Index sort: <code>g-sort:"creation date rev"</code></div>
|
||||
<div>External link: <code>external-text:"Google","http://www.google.com"</code></div>
|
||||
<div>Combinations are possible: <code>g-index-text:"Technology Index"</code></div>
|
||||
<div>Full board list toggle: <code>toggle-all</code></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user