openscd / open-scd-core

Apache License 2.0
5 stars 8 forks source link

Allow plugins to open other plugins #109

Open danyill opened 1 year ago

danyill commented 1 year ago

As we have more plugins it would be useful to be able to open one plugin from another.

For example, the Communication Explorer that SprintEins have developed might wish to open a detail view in a subscription editor.

I expect as more extensions are built we will want to "deep link" parts of OpenSCD to other parts and be able to pass parameters to plugins and it would be good to have a mechanism for this.

pascalwilbrink commented 1 year ago

This might be solvable through a NavigationEvent ? OpenSCD-core can subscribe to this event