From ee3cd214869adfb6bf75a1f7c6aeecf9e6c2e5f0 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 5 Oct 2022 21:29:49 +1300 Subject: [PATCH] Add to base snippets --- themes/V3/Blank/snippets.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index cd508cccb..142e8f893 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -22,6 +22,11 @@ module.exports = [ icon : 'fas fa-file-alt', gen : '\n\\page\n' }, + { + name : 'Page Break with Footer', + icon : 'fas fa-file', + gen : '\n{{footnote PART 1 | SECTION NAME}}\n{{pageNumber,auto}}\n\n\\page\n' + }, { name : 'Vertical Spacing', icon : 'fas fa-arrows-alt-v',