You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3_advanced/plugins.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ For github repositories, the naming convention for plugin repositories is:
139
139
140
140
**Note**: The words are separated by a dash (-) and every word but the program language is Proper case (Initial letter is capitalized and the further letters aren't).
141
141
142
-
For *Type* it is: Submit, Visual, Download
142
+
For *Type* it is: Submit, Rendering, Download
143
143
144
144
For *Test*: add the Test to the name if it is a framework plugin simply showing off how to write a particular plugin type
145
145
@@ -168,7 +168,7 @@ Docker Image Name: synbiohub/plugin-visual-component-use:snapshot (Note that the
168
168
### 3.2 Basic Structure
169
169
In this section *what the server receives* and the *format of its response* is defined. Below is a section about writing a server/plugin by simply copying and editing the example type.
170
170
171
-
#### 3.2.1 Visual
171
+
#### 3.2.1 Rendering
172
172
173
173
##### 3.2.1.1 Status
174
174
@@ -238,11 +238,11 @@ Sequence View Plugin is a visualisation plugin engine for SynBioHub to enhance t
238
238
239
239
###### Python
240
240
241
-
A full example of a visual plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test`
241
+
A full example of a rendering plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test`
242
242
243
243
###### Javascript
244
244
245
-
A full example of a visual plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test-js`
245
+
A full example of a rendering plugin can be found at: `https://github.com/SynBioHub/Plugin-Visual-Test-js`
0 commit comments