I started on the conversion of the frontend editing code to a module today. It’s coming along well and I’m very happy so far with what I’m able to do within the module structure. I hope to have the Module working before the end of the week, which should be very easy if I don’t have any major distractions between now and then.
I did have one question though. Is there any way to create a sort of a "library" with Modules? In other words I have functions that I’d like to be able to access not only form my module but also from dependent Plugins and Snippets. Is there any easy way of doing this? I know that you can share paramaters but I don’t see any way of sharing code. Of course it wouldn’t be a huge deal to just copy and paste the code between resources but it would be nice if there could be one central area in a module where code could be written and accessed by all dependents.
I have a few other module questions floating around in my head but I’ll wait ’till I’m further along and have a better idea of the whole process.
In closing, Great work Raymond! I’ve already thought up a long list of modules I’d like to write. This certainly gives us a LOT more power than Snippets alone (which is what I’ve been living with for a while).