bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Feature request - Custom pages and menu items #665

Open chellige opened 1 year ago

chellige commented 1 year ago

Is there a way to add custom menu items (such as HELP) to open custom html pages in the main area (or in a pop-up)

Thank you!

MNeill73 commented 1 year ago

For help/info page type output, just write a script, with no parameters, that prints all the output you want to see.

Then go back and reference the manual auto-execute configuration that Bugy added a few weeks ago, to make that script run when the script is selected.

Then add a script group called Help or Documentation or whatever, and load these scripts in there.

On Sat, Apr 29, 2023, 3:01 PM chellige @.***> wrote:

Is there a way to add custom menu items (such as HELP) to open custom html pages in the main area (or in a pop-up)

Thank you!

— Reply to this email directly, view it on GitHub https://github.com/bugy/script-server/issues/665, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3HBI3W33XGJW6UVIHZ4HVTXDVQQRANCNFSM6AAAAAAXQMOQKA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chellige commented 1 year ago

Sounds good. I was looking for something like that but I can't find any documentation or reference to "auto-execute". Can you please point me to some help on using that.

Thanks

bugy commented 1 year ago

Hi @chellige, please check here: https://github.com/bugy/script-server/issues/218#issuecomment-1463937909 I forgot to add it to wiki