GitXplorerGitXplorer
d

SelectionPalette

public
9 stars
3 forks
3 issues

Commits

List of commits on branch glyphs-3.
Verified
ed9a0c72a2cd2332448f49f47cff1f8ad5a87657

Merge pull request #15 from yintzuyuan/glyphs-3

ddanielgamage committed 8 months ago
Verified
3fc90af53d1af1864a56a438e0f2bd8ecb3c847b

Update localization for Chinese (Traditional) language

yyintzuyuan committed 8 months ago
Verified
fcf2651c472efc646a8e38291dd50eb39a96b976

Merge pull request #12 from danielgamage/filters

ddanielgamage committed a year ago
Verified
891af3b16e99bfe13cd5be779f669a694e950999

more readme help

ddanielgamage committed a year ago
Verified
4a3517d384c4d9d2d39de539810e09514ad41c52

readme update

ddanielgamage committed a year ago
Verified
16a4bd9b814ad834cee3e74054bfd089f98e84c6

updating tooltip when changing filter

ddanielgamage committed a year ago

README

The README file for this repository.

SelectionPalette

adapted from https://github.com/danielgamage/Glyphs-Scripts

Selection Palette Screenshot

Installation

Recommended

Download SelectionPalette via the Glyphs Plugin Manager. (Window > Plugin Manager)

Alternative

  1. Clone or download this repository
  2. (Unzip if necessary) and open the file with the .glyphsPalette extension.
  3. Follow the "are you sure you want to install" dialogs
  4. Restart glyphs

Usage

Selection commands

In the Edit menu, you'll see some new commands under the other selection commands that all have corresponding keyboard shortcuts for easy access:

Undo Selection (⌥⌘[)

Removes the last-selected node from the selection set

Continue Selection (⌥⌘])

Selects a node based on the pattern of the last two nodes you selected

Grow Selection (⌥⌘+)

Adds closest siblings of selected nodes to the selection set

Shrink Selection (⌥⌘-)

Shrinks outer edges of a selection set

Select Between (⌥⌘:)

Selects all nodes between two selected nodes (the two most recently selected nodes)

Select Linked Hints (⌥⌘<)

Corner, cap, and segment components are all linked to a given node. This command transfers selections of nodes to their linked components.

Select by type

The palette in the sidebar contain selection operations for several types of elements:

  • Smooth curves

    Nodes with even handles

    Filters for

    • All
    • Extremes
    • Non-extremes
  • Sharp corners

    Nodes with uneven handles

    Filters for:

    • All
    • Extremes
    • Non-extremes
  • Lines

    Nodes bordering lines (path segments without handles)

    Filters for:

    • All
    • Extremes
    • Non-extremes
  • Handles

    Offcurve nodes

    Filters for:

    • All
    • Extremes
    • Non-extremes
  • Components

    Includes basic components, smart components

    Filters for:

    • Unlocked
    • Locked
    • All
  • Path omponents

    Includes corner, cap, and segment nodes

    Filters for:

    • All
    • Corners
    • Caps
    • Segments
  • Anchors

    Anchors for composite glyphs

    Filters for:

    • All
    • Anchors (for base glyphs)
    • Underscored Anchors (for combining glyphs)
    • Entry (for cursive attachment)
    • Exit (for cursive attachment)
  • Guides

    Filters for:

    • Unlocked
    • Locked
    • Global
    • Local
    • All

Each type allows for three selection operations

  • Add elements of type to current selection
  • Subtract elements from current selection
  • Select only elements of type from current selection