Currently four tabs exist - properties, actions , events and doc.
doc will be later adapted to a TD editor.
We need to add a tab creation feature where a custom made python based GUI could be added.
For example, I once created a GUI based on panel here, the styles of material design unfortunately did not match and therefore I dropped the idea of integrating it. However, in may 2025, a panel material UI has come up where the styles are matching. It would be nice to allow users to directly view this GUI in our UI. Of course, a separate attempt can be made to integrate bokehJS, for which a separate issue will be created.
Rough steps:
This would a great value adding issue especially because people can now write GUIs for their devices in python and load the GUI directly along with the TD in the same tool. Many other frameworks exist like dash-plotly, streamlit etc. In dash-plotly, material design is possible.
Currently four tabs exist -
properties,actions,eventsanddoc.docwill be later adapted to a TD editor.We need to add a tab creation feature where a custom made python based GUI could be added.
For example, I once created a GUI based on panel here, the styles of material design unfortunately did not match and therefore I dropped the idea of integrating it. However, in may 2025, a panel material UI has come up where the styles are matching. It would be nice to allow users to directly view this GUI in our UI. Of course, a separate attempt can be made to integrate bokehJS, for which a separate issue will be created.
Rough steps:
This would a great value adding issue especially because people can now write GUIs for their devices in python and load the GUI directly along with the TD in the same tool. Many other frameworks exist like dash-plotly, streamlit etc. In dash-plotly, material design is possible.