0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Add snippets for page Numbering updates

Adds options to add skipCounting and ResetCounting classes
This commit is contained in:
David Bolack
2024-08-28 21:33:32 -05:00
parent 089dcb942b
commit 03f8fc83ee

View File

@@ -32,6 +32,16 @@ module.exports = [
icon : 'fas fa-sort-numeric-down',
gen : '{{pageNumber,auto}}\n'
},
{
name : 'Skip Page Number Increment this Page',
icon : 'fas fa-forward',
gen : '{{skipCounting}}\n'
},
{
name : 'Restart Numbering',
icon : 'fas fa-fast-backward',
gen : '{{resetCounting}}\n'
},
{
name : 'Footer',
icon : 'fas fa-shoe-prints',