Questions about adding package(plugin) to glyphs-package

Hi,

I have developed a plugin for Korean Hangul only. And I want to register(add) it to github glyphs-package.
Before I add it, I have two questions.

  1. is it possible to add a demo version?(not fully functioning)
  2. can description text have unicode characters like hangul?

Thanks,

Yes and yes.

You need to develop two versions of the plugin. One fully functional that you send to paying customers yourself, and one with limited functionality that you put in the plugin manager.

1 Like

I have sent a pull request. But I don’t know whether it’s okay or not due to my not being used to github.
If I had done wrong, please let me know.

Thanks,

The pull request is good (there was a missing semicolon, but I fixed that).

1 Like

Thank you so much for your quick support!

BTW, It seems that the folder name is generated with ‘title’ and ‘name’ are mixed. Because mine have unicode characters(Korean hangul), it can’t be loaded at all. So, I resent you a pull request.

Thanks,