I want to develop a plugin. Are there the latest guides on plugin development here?
The current development guide’s plugin section is too old, much of it is outdated. It’s too misleading for beginners.
I want to develop a plugin. Are there the latest guides on plugin development here?
The current development guide’s plugin section is too old, much of it is outdated. It’s too misleading for beginners.
Can you share specific examples so we can fix it?
재즈 뮤지션들이 하듯 레코드에서 배워보세요 Customization > Plugin
주요 플러그인의 소스 코드를 살펴보고, 그 기능과 교차 분석해 보세요.
소스 코드에서 많은 것을 배울 수 있습니다.
Thank you very much, I will try it. Are there any recommended plugins for beginners to reference?
For example, Developing Discourse Plugins - Part 2 - Connect to a Plugin Outlet, the explanation of Handlebars. In the current Ember 6.8 version, it seems that templates are all .gjs instead of .hbs, and I see that the plugins also use .gjs. This temporarily prevents me from understanding the difference, whether to use .hbs or .gjs. If the tutorial could be directly updated to say that using .gjs is now recommended, then I would not have the confusion mentioned above, saving my time. This might have historical reasons, but I think the documentation should be updated to the latest best practices. At least, it would be more friendly to newcomers. Because understanding these historical reasons often takes a lot of time, and this is not very useful for getting started with plugin development; instead, it can be discouraging and intimidating.