Planned Features
This document outlines upcoming features, enhancements, and roadmap items planned for Scriptmonkey.
- Import File validation
- Validate file extension for drag and drop
- Validate file content for the metadata block before importing
- Icon Support:
- Parse and support the
@iconmetadata tag to load and display custom script icons in popups and dashboard lists.
- Parse and support the
- Editor Enhancements:
- Add an auto-save configuration option to CodeMirror.
- Implement script version history and change log tracking.
- Permissions & Settings:
- Provide granular controls over script permissions (e.g., restricting network requests per script).
- Greasemonkey / Tampermonkey
GM_*APIs:- Implement
@grantsupport to provide standard GreaseMonkey helper functions (e.g.GM_addStyle,GM_xmlhttpRequest,GM_setValue,GM_getValue).
- Implement