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 Proofing Tool plugin, All Angles reporter, and scripts #149

Merged
merged 1 commit into from
Jul 19, 2024
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
34 changes: 34 additions & 0 deletions packages.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3266,6 +3266,30 @@
};
screenshot = "https://raw.githubusercontent.com/flachware/typollipse/main/res/screenshot.png";
},
{
titles = {
en = "Proofing Tool";
};
url = "https://github.com/morisawausa/ProofingTool";
path = "ProofingTool.glyphsPlugin";
descriptions = {
en = "*File > Proofing Tool* generates proofs in Waterfall or Paragraph layouts, ideal for comparison across the font family’s design space. Please refer to the [Readme](https://github.com/morisawausa/ProofingTool) for template formatting instructions. *Requires Vanilla and DrawBot.*";
};
screenshot = "https://raw.githubusercontent.com/morisawausa/ProofingTool/master/docs/sample_waterfall_edit.png";
dependencies = (vanilla, drawbot);
minVersion = 3062;
},
{
titles = {
en = "All Angles";
};
url = "https://github.com/morisawausa/AllAngles";
path = "AllAngles.glyphsReporter";
descriptions = {
en = "*View > Show All Angles* is a reporter that displays all angles of straight lines and (optionally) handles of the currently selected glyph.";
};
screenshot = "https://raw.githubusercontent.com/morisawausa/AllAngles/glyphs-3/Images/application-window.png";
},
// *** INSERT NEW PLUG-INS ABOVE THIS LINE
);
scripts = (
Expand Down Expand Up @@ -3699,6 +3723,16 @@
};
url = "https://github.com/naipefoundry/Naipe-Foundry-Glyphs-Scripts/";
},
{
descriptions = {
en = "A selection of scripts by Occupant Fonts";
};
installName = "Occupant Scripts";
titles = {
en = "Occupant Scripts";
};
url = "https://github.com/morisawausa/Glyphs-Scripts";
},
// *** INSERT NEW SCRIPTS ABOVE THIS LINE
);
modules = (
Expand Down
Loading