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?
Do what jazz players do and learn from the records Plugin
Look at the source code of major plugins and cross reference that with what they do functionally.
You can pick up a lot from source code.
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.