mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 11:22:40 +00:00
Add variable page numbering snippet
This commit is contained in:
@@ -36,6 +36,11 @@ module.exports = [
|
|||||||
icon : 'fas fa-sort-numeric-down',
|
icon : 'fas fa-sort-numeric-down',
|
||||||
gen : '{{pageNumber,auto}}\n'
|
gen : '{{pageNumber,auto}}\n'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'Variable Auto Page Number',
|
||||||
|
icon : 'fas fa-sort-numeric-down',
|
||||||
|
gen : '{{pageNumber $[pageNumber]}}\n'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'Skip Page Number Increment this Page',
|
name : 'Skip Page Number Increment this Page',
|
||||||
icon : 'fas fa-xmark',
|
icon : 'fas fa-xmark',
|
||||||
|
|||||||
Reference in New Issue
Block a user