-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add subscriber plugin #360
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
Conversation
.gitmodules
Outdated
[submodule "packages/external-plugins/scl-editor"] | ||
path = packages/external-plugins/scl-editor | ||
url = https://github.com/danyill/scl-editor | ||
branch = gh-pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the entire scl-editor
seems overkill, let us at just the plugin like it is done in the scl-editor
distribution, see https://github.com/danyill/scl-editor/blob/main/.gitmodules#L45C1-L48C20
Our build method isn't very smart and mounts the entire external-plugins directory, this would make the image a lot larger than it has to be
docs/plug-ins.md
Outdated
### Subscriber (Later Binding) | ||
> <kbd>Editor</kbd> | by [Daniel](https://github.com/danyill) | [Repository](https://github.com/danyill/scl-editor) | ||
> | ||
> ``` | ||
> https://danyill.github.io/scl-editor/plugins/oscd-subscriber-later-binding/oscd-subscriber-later-binding.js | ||
> ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is summary for plugins in the open-scd ecosystem and it is maintained in the open scd repository. If changes are made to the list, it should be done in the open scd repo.
I would not make any changes to the list, because it is independent of compas open scd and more of a reference list for users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah you're right about it
No description provided.