Repository for Moho scripts

Discuss ideas for new features with other users. To submit feature requests to Smith Micro, please visit support.smithmicro.com

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
dosrobots
Posts: 6
Joined: Wed Sep 25, 2024 12:11 pm
Contact:

Repository for Moho scripts

Post by dosrobots »

Manage Moho scripts via public version control repository like GitHub. This is an approach many popular solutions have taken to manage community extensions, for example:

- https://github.com/raycast/extensions/t ... extensions
- https://github.com/sphinx-contrib

This would be some additional benefits over current, website based solution (https://mohoscripts.com/):

- Versioning: Provide way to manage different versions of the scripts
- Collaborate with author: Report issues, submit patches
- Communicate with author: Use issues to request features and report issues (compare with https://lostmarble.com/forum/viewtopic.php?t=17405)
- Process for publishing scripts: No more finding random links from the forum (compare with https://lostmarble.com/forum/viewtopic. ... 00#p214500)
- Improve quality and security by automatically validating the scripts
- Support for future development like formalised script metadata

NOTE: This would still allow having website https://mohoscripts.com/ With more formalised storage like git, perhaps scripts could be available directly within Moho Studio!
Post Reply