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: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Extension Template
2
2
3
-
Quick start and create a new `Phoenix Code node.js extension` by using this template. This
4
-
template extension works in browser as well as desktop builds. In browser, it
3
+
Quick start and create a new `Phoenix Code node.js extension` by using this template. This template extension works in browser as well as desktop builds. In browser, it
5
4
will not use node, and node.js based functionalities are not available. Desktop
6
5
builds will use node capabilities.
7
6
@@ -57,10 +56,7 @@ The `nodeConfig` object indicates that this is a Node extension.
to call functions and send events between your node.js and Phoenix Code
63
-
extension components.
59
+
create [NodeConnector-API](https://docs.phcode.dev/api/API-Reference/NodeConnector) to call functions and send events between your node.js and Phoenix Code extension components.
64
60
65
61
- This is available as a global object `global.createNodeConnector`. See above
66
62
link for API docs.
@@ -74,8 +70,7 @@ extension components.
74
70
Follow the below 4 steps to start using this template:
for detailed extension docs after following the below steps:
73
+
[link](https://docs.phcode.dev/api/creating-extensions) for detailed extension documentation after following the below steps:
79
74
80
75
## step 1
81
76
@@ -127,10 +122,10 @@ Create a new repository using this template.
127
122
128
123
# Detailed Documentation
129
124
130
-
Please go to [https://docs.phcode.dev/api/writing-ext-themes](https://docs.phcode.dev/api/writing-ext-themes) for more documentation/community support links.
125
+
Please go to [https://docs.phcode.dev/api/creating-extensions](https://docs.phcode.dev/api/creating-extensionss) for more documentation/community support links.
131
126
132
127
# Publishing your extension to the repository
133
128
134
129
Once you have built your extension/theme, you can publish the extension to
135
130
phcode.dev extension repository in a single step directly from this repo. Please
136
-
see publish section in this link for more details: [Writing extension and themes](https://docs.phcode.dev/api/writing-ext-themes)
131
+
see publish section in this link for more details: [Publishing extension and themes](https://docs.phcode.dev/api/publishing-extensions)
0 commit comments