Reporter or General Plugin?

You can put two plugins into one bundle with one class for each plugin. Then put both classnames into a Principal Classes key in the info.plist instead of the NSPrincipalClass.

But you also can just make a palette plugin and add a drawing callback. That way you have more control over the drawing. With the reporter, the user would need to enable it in the View menu.

Like this ?

<key>Principal Classes</key>
	<array>
		<string>MyPluginReporterClass</string>
		<string>MyPluginPaletteClass</string>
	</array>

Because it doesn’t work :confused:

1 Like

That should work. I’ll have a look.

1 Like

@HugoJ Could you send me what you have?

Any news about it @GeorgSeifert ? I sent you my plugin

Sorry that it took so long. It seems that the plugins written in python work a tiny bit differently. I need to fix this in the Glyphs code.

1 Like