From 21058331cfd456a1db4b3739ed51b5133b3d436e Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Tue, 10 Aug 2021 20:24:43 -0500 Subject: [PATCH] Add Class Table Circle Decoration Snippet Adding a background image snippet that includes the fancy circular decoration found behind class tables in the source material. *Could arguably replace the normal "Background Image" snippet and hit two bases with one stone* --- client/homebrew/editor/snippetbar/snippets/snippets.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index 2a08d2d4f..b3be55914 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -128,6 +128,13 @@ module.exports = [ icon : 'fas fa-tree', gen : `![homebrew mug](http://i.imgur.com/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}` }, + { + name : 'Class Table Decoration', + icon : 'fas fa-award', + gen : dedent`\n + ![ClassTable Decoration](https://i.imgur.com/xYVVT7e.png) {position:absolute,top:0px,right:0px,width:380px}` + }, + ] },