0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 14:02:41 +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', icon : 'fas fa-file-alt',
gen : '\n\\page\n' gen : '\n\\page\n'
}, },
{
name : 'Page Numbering',
icon : 'fas fa-bookmark',
subsnippets : [
{ {
name : 'Page Number', name : 'Page Number',
icon : 'fas fa-bookmark', icon : 'fas fa-bookmark',
@@ -34,14 +38,16 @@ module.exports = [
}, },
{ {
name : 'Skip Page Number Increment this Page', name : 'Skip Page Number Increment this Page',
icon : 'fas fa-forward', icon : 'fas fa-xmark',
gen : '{{skipCounting}}\n' gen : '{{skipCounting}}\n'
}, },
{ {
name : 'Restart Numbering', name : 'Restart Numbering',
icon : 'fas fa-fast-backward', icon : 'fas fa-arrow-rotate-left',
gen : '{{resetCounting}}\n' gen : '{{resetCounting}}\n'
}, },
]
},
{ {
name : 'Footer', name : 'Footer',
icon : 'fas fa-shoe-prints', icon : 'fas fa-shoe-prints',