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 1/4] 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"; + }, ); }; } From ea02cea06c742492fbec23181c2d4c43ee34e2f9 Mon Sep 17 00:00:00 2001 From: sindpfla98 <43367995+sindpfla98@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:51:27 +0900 Subject: [PATCH 2/4] Update packages.plist --- packages.plist | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages.plist b/packages.plist index 1a10988..57932b9 100644 --- a/packages.plist +++ b/packages.plist @@ -2953,7 +2953,7 @@ }; screenshot = "https://user-images.githubusercontent.com/60325634/228880705-9c91bcc9-c995-4bfc-947e-5b35b1d29b7b.png"; url = "https://github.com/slobzheninov/ShowAngle"; - path = "ShowAngle.glyphsReporter"; + path = "Show Angle and Distance.glyphsPlugin"; minGlyphsVersion = "2.5"; }, { @@ -3117,6 +3117,18 @@ url = "https://github.com/Mark2Mark/script-deck-plugin"; minVersion = 3062; }, + { + 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"; + }, // *** INSERT NEW PLUG-INS ABOVE THIS LINE ); scripts = ( @@ -3658,18 +3670,6 @@ 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"; - }, ); }; } From 2cd725b63758fecea48a64936b2c6bd4b9ed43c0 Mon Sep 17 00:00:00 2001 From: sindpfla98 <43367995+sindpfla98@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:54:10 +0900 Subject: [PATCH 3/4] Update packages.plist add path --- packages.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.plist b/packages.plist index 57932b9..052d8a1 100644 --- a/packages.plist +++ b/packages.plist @@ -3122,6 +3122,7 @@ en = "Find Escaped Glyphs"; ko = "벗어난 글립 찾기"; }; + path = "FindEscapedGlyphs.glyphsPlugin"; url = "https://github.com/sindpfla98/FindEscapedGlyphs"; descriptions = { en = "Glyph > Find Escaped Glyphs finds a glyph that component or path is outside the box."; From 5efa1154e1c518999d5a3055b33dec8b6541a661 Mon Sep 17 00:00:00 2001 From: sindpfla98 <43367995+sindpfla98@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:03:47 +0900 Subject: [PATCH 4/4] Update packages.plist --- packages.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.plist b/packages.plist index 052d8a1..65bb3be 100644 --- a/packages.plist +++ b/packages.plist @@ -3126,7 +3126,7 @@ 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가 지정한 범위를 벗어난 글립을 찾아줍니다." + ko = "글리프 > 벗어난 글립 찾기 는 컴포넌트나 path가 지정한 범위를 벗어난 글립을 찾아줍니다."; }; screenshot = "https://raw.githubusercontent.com/sindpfla98/FindEscapedGlyphs/master/FindEscapedGlyphs_Window.png"; },