0
0
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:
G.Ambatte
2025-03-13 14:16:41 +13:00
parent 44a01f27fe
commit 8b9e084b17

View File

@@ -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',