Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to import plugins, e.g. ConvertNetlistToCircuit #174

Open
RaymondMeng opened this issue Mar 8, 2024 · 3 comments
Open

How to import plugins, e.g. ConvertNetlistToCircuit #174

RaymondMeng opened this issue Mar 8, 2024 · 3 comments

Comments

@RaymondMeng
Copy link

No description provided.

@umesh-timalsina
Copy link
Collaborator

Hi @RaymondMeng, Could you clarify what you mean by importing plugins? These plugins should be generally available for the deployment

"CreateElectricCircuitsMeta": {
"src": "src/plugins/CreateElectricCircuitsMeta",
"test": "test/plugins/CreateElectricCircuitsMeta"
},
"ConvertCircuitToNetlist": {
"src": "src/plugins/ConvertCircuitToNetlist",
"test": "test/plugins/ConvertCircuitToNetlist"
},
"RecommendNextComponents": {
"src": "src/plugins/RecommendNextComponents",
"test": "test/plugins/RecommendNextComponents"
},
"ConvertNetlistToCircuit": {
"src": "src/plugins/ConvertNetlistToCircuit",
"test": "test/plugins/ConvertNetlistToCircuit"

@RaymondMeng
Copy link
Author

RaymondMeng commented Mar 9, 2024

Hi @RaymondMeng, Could you clarify what you mean by importing plugins? These plugins should be generally available for the deployment

"CreateElectricCircuitsMeta": {
"src": "src/plugins/CreateElectricCircuitsMeta",
"test": "test/plugins/CreateElectricCircuitsMeta"
},
"ConvertCircuitToNetlist": {
"src": "src/plugins/ConvertCircuitToNetlist",
"test": "test/plugins/ConvertCircuitToNetlist"
},
"RecommendNextComponents": {
"src": "src/plugins/RecommendNextComponents",
"test": "test/plugins/RecommendNextComponents"
},
"ConvertNetlistToCircuit": {
"src": "src/plugins/ConvertNetlistToCircuit",
"test": "test/plugins/ConvertNetlistToCircuit"

So when I run the project, these plugins have been loaded? But I do not see plugins in my browser page deployed in local. How can I find them?
image

@umesh-timalsina
Copy link
Collaborator

What project seed did you use as a template to create the project displayed above? The project seed that you need is the following. This option is usually available during the creating a new project. Additionally, I would recommend a read on how WebGME plugins work. The documentation is available here. The basic idea is that you need a proper model to run a plugin on. This usually will be the root of the subtree defined for the plugin and called an active node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants