0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 05:22:47 +00:00

Regroup page numbering snippets, update icons

This commit is contained in:
David Bolack
2024-09-07 20:50:18 -05:00
parent f7a5097dd8
commit be70b9e67d

View File

@@ -22,6 +22,10 @@ module.exports = [
icon : 'fas fa-file-alt',
gen : '\n\\page\n'
},
{
name : 'Page Numbering',
icon : 'fas fa-bookmark',
subsnippets : [
{
name : 'Page Number',
icon : 'fas fa-bookmark',
@@ -34,14 +38,16 @@ module.exports = [
},
{
name : 'Skip Page Number Increment this Page',
icon : 'fas fa-forward',
icon : 'fas fa-xmark',
gen : '{{skipCounting}}\n'
},
{
name : 'Restart Numbering',
icon : 'fas fa-fast-backward',
icon : 'fas fa-arrow-rotate-left',
gen : '{{resetCounting}}\n'
},
]
},
{
name : 'Footer',
icon : 'fas fa-shoe-prints',