From 712824d8a646345a4210a844d03a058f06f87aba Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 19 Mar 2021 17:44:07 +1300 Subject: [PATCH] Add 'Tweak Drop Cap' with default settings to allow users to tweak the drop cap as desired --- .../editor/snippetbar/snippets/snippets.js | 14 ++++++++++++++ .../editor/snippetbar/snippetsLegacy/snippets.js | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index 3ad8783dd..eaa831fb3 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -86,6 +86,20 @@ module.exports = [ ' }\n' + '' }, + { + name : 'Tweak Drop Cap', + icon : 'fas fa-sliders-h', + gen : '' + }, ] }, diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js index 2d343a2f8..2d4e2d0e4 100644 --- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js +++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js @@ -86,6 +86,20 @@ module.exports = [ ' }\n' + '' }, + { + name : 'Tweak Drop Cap', + icon : 'fas fa-sliders-h', + gen : '' + }, ] },