1.3 KiB
1.3 KiB
- Check if it would be feasible to merge the Wizard and main shortcode parsers.
- The "Generate Shortcode" button should account for the destination type, e.g.
aftershould encapsulate the output in[after]. - Review all shortcode syntax and standardize the use of leading underscore for args.
- Rework
wizard.jsto utilize jQuery, preferably before it grows much larger. - Split up the massive
unprompted.pyscript into smaller modules. [filelist]: Rework shortcode to utilize theUnprompted.parse_filepath()method[image_edit]: Potentially consider re-implementing effects as individual shortcodes that redirect to[image_edit], similar to how[sets]redirects to[set]- Introduce "meta" block for templates and workflow to house information such as author or homepage URL
- Ensure use of
Unprompted.parse_arg()wherever possible, as opposed toparse_alt_tags()orparse_advanced() - Overhaul shortcode documentation to follow the format established in
docs/shortcodes/image_edit.md - Migrate the
mask_sort_methodslist from[txt2mask]tohelpers.pyand make it available to all shortcodes or templates - Investigate possible memory leak when using the "Reload UI" button in WebUI settings; I am not certain yet if the culprit is Unprompted, WebUI, or Gradio