From 03f8fc83ee09b258fcc0a1cac68f035ddb013096 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Wed, 28 Aug 2024 21:33:32 -0500 Subject: [PATCH] Add snippets for page Numbering updates Adds options to add skipCounting and ResetCounting classes --- themes/V3/Blank/snippets.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index 8437dab2e..934739dac 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -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',