Skip to content

Commit

Permalink
fix: correct plug-ins' paths
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Munoz <[email protected]>
  • Loading branch information
pascalwilbrink and juancho0202 authored Jul 18, 2024
1 parent 68afc41 commit a7a14ce
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs/plug-ins.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,223 +26,223 @@ implemented in these plugins.
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/IED.js
> https://openscd.github.io/plugins/src/editors/IED.js
> ```
### Substation
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Substation.js
> https://openscd.github.io/plugins/src/editors/Substation.js
> ```
### Single Line Diagram
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/SingleLineDiagram.js
> https://openscd.github.io/plugins/src/editors/SingleLineDiagram.js
> ```
### Subscriber Message Binding (GOOSE)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/GooseSubscriberMessageBinding.js
> https://openscd.github.io/plugins/src/editors/GooseSubscriberMessageBinding.js
> ```
### Subscriber Data Binding (GOOSE)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/GooseSubscriberDataBinding.js
> https://openscd.github.io/plugins/src/editors/GooseSubscriberDataBinding.js
> ```
### Subscriber Later Binding (GOOSE)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/GooseSubscriberLaterBinding.js
> https://openscd.github.io/plugins/src/editors/GooseSubscriberLaterBinding.js
> ```
### Subscriber Message Binding (SMV)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/SMVSubscriberMessageBinding.js
> https://openscd.github.io/plugins/src/editors/SMVSubscriberMessageBinding.js
> ```
### Subscriber Data Binding (SMV)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/SMVSubscriberDataBinding.js
> https://openscd.github.io/plugins/src/editors/SMVSubscriberDataBinding.js
> ```
### Subscriber Later Binding (SMV)
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/SMVSubscriberLaterBinding.js
> https://openscd.github.io/plugins/src/editors/SMVSubscriberLaterBinding.js
> ```
### Communication
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Communication.js
> https://openscd.github.io/plugins/src/editors/Communication.js
> ```
### 104
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Protocol104.js
> https://openscd.github.io/plugins/src/editors/Protocol104.js
> ```
### Templates
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Templates.js
> https://openscd.github.io/plugins/src/editors/Templates.js
> ```
### Publisher
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Publisher.js
> https://openscd.github.io/plugins/src/editors/Publisher.js
> ```
### Cleanup
> <kbd>✅ Official</kbd> | <kbd>Editor</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/editors/Cleanup.js
> https://openscd.github.io/plugins/src/editors/Cleanup.js
> ```
### Open project
> <kbd>✅ Official</kbd> | <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/OpenProject.js
> https://openscd.github.io/plugins/src/menu/OpenProject.js
> ```
### New project
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/NewProject.js
> https://openscd.github.io/plugins/src/menu/NewProject.js
> ```
### Save project
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/SaveProject.js
> https://openscd.github.io/plugins/src/menu/SaveProject.js
> ```
### Validate Schema
> <kbd>✅ Official</kbd> | <kbd>Validator</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/validators/ValidateSchema.js
> https://openscd.github.io/plugins/src/validators/ValidateSchema.js
> ```
### Validate Templates
> <kbd>✅ Official</kbd> | <kbd>Validator</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/validators/ValidateTemplates.js
> https://openscd.github.io/plugins/src/validators/ValidateTemplates.js
> ```
### Import IEDs
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/ImportIEDs.js
> https://openscd.github.io/plugins/src/menu/ImportIEDs.js
> ```
### Create Virtual IED
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/VirtualTemplateIED.js
> https://openscd.github.io/plugins/src/menu/VirtualTemplateIED.js
> ```
### Subscriber Update
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/SubscriberInfo.js
> https://openscd.github.io/plugins/src/menu/SubscriberInfo.js
> ```
### Merge Project
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/Merge.js
> https://openscd.github.io/plugins/src/menu/Merge.js
> ```
### Update Substation
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/UpdateSubstation.js
> https://openscd.github.io/plugins/src/menu/UpdateSubstation.js
> ```
### Compare IED
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/CompareIED.js
> https://openscd.github.io/plugins/src/menu/CompareIED.js
> ```
### Export Communication Section
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/ExportCommunication.js
> https://openscd.github.io/plugins/src/menu/ExportCommunication.js
> ```
### Help
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/Help.js
> https://openscd.github.io/plugins/src/menu/Help.js
> ```
### Show SCL History
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/SclHistory.js
> https://openscd.github.io/plugins/src/menu/SclHistory.js
> ```
### Communication Explorer
Expand Down Expand Up @@ -287,13 +287,13 @@ logic or vendor specific private SCL extensions.
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/UpdateDescriptionABB.js
> https://openscd.github.io/plugins/src/menu/UpdateDescriptionABB.js
> ```
### Update desc (SEL)
> <kbd>✅ Official</kbd> | <kbd>Menu</kbd> | by [OpenSCD](https://github.com/openscd) | [Repository](https://github.com/openscd/open-scd/)
>
> ```
> https://openscd.github.io/src/menu/UpdateDescriptionSEL.js
> https://openscd.github.io/plugins/src/menu/UpdateDescriptionSEL.js
> ```

0 comments on commit a7a14ce

Please sign in to comment.