Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new plugin : Find Escaped Glyphs #138

Merged
merged 4 commits into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion packages.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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";
},
{
Expand Down Expand Up @@ -3117,6 +3117,19 @@
url = "https://github.com/Mark2Mark/script-deck-plugin";
minVersion = 3062;
},
{
titles = {
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.";
ko = "글리프 > 벗어난 글립 찾기 는 컴포넌트나 path가 지정한 범위를 벗어난 글립을 찾아줍니다.";
};
screenshot = "https://raw.githubusercontent.com/sindpfla98/FindEscapedGlyphs/master/FindEscapedGlyphs_Window.png";
},
// *** INSERT NEW PLUG-INS ABOVE THIS LINE
);
scripts = (
Expand Down
Loading