SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Make ability to import another template to within the current one #142

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Can be used to create a standard set of buttons, or have a standard set of variables.

The importing filename should be able to be varied as a python variable. This would allow for a different set of baselines for example to be imported depending on a user selection from a dropdown.

SimonBiggs commented 6 years ago

More thought into this... Maybe it doesn't need to be python variable dependent.

SimonBiggs commented 6 years ago

Don't do this until a very clear need arises.