From 63bb7f3b658023b0746b8c01802c7688cda4e425 Mon Sep 17 00:00:00 2001 From: sindpfla98 <43367995+sindpfla98@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:07:48 +0900 Subject: [PATCH] add new plugin : Find Escaped Glyphs --- packages.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.plist b/packages.plist index 8047730..1a10988 100644 --- a/packages.plist +++ b/packages.plist @@ -3658,6 +3658,18 @@ url = "https://github.com/jenskutilek/jkGlyphsHelpers"; path = "lib/jkGlyphsHelpers"; }, + { + titles = { + en = "Find Escaped Glyphs"; + ko = "벗어난 글립 찾기"; + }; + url = "https://github.com/sindpfla98/FindEscapedGlyphs"; + descriptions = { + en = "Glyph > Find Escaped Glyphs finds a glyph that component or path is outside the box."; + ko = "글리프 > 벗어난 글립 찾기 는 컴포넌트나 path가 지정한 범위를 벗어난 글립을 찾아줍니다." + }; + screenshot = "https://raw.githubusercontent.com/sindpfla98/FindEscapedGlyphs/master/FindEscapedGlyphs_Window.png"; + }, ); }; }