@@ -125,7 +125,8 @@ To add your own or share your own interpeded language please do the following:
125125 "help" :" Gives the list of commands" ,
126126 "clear" :" Clears out the entire history or a certain index" ,
127127 "info" :" Returns the AI information" ,
128- "connect" :" Connects you to another page"
128+ "connect" :" Connects you to another page" ,
129+ "preview" : " Previews the page"
129130 },
130131 "clipboard" :{
131132 "success" :" Copied to clipboard" ,
@@ -134,6 +135,11 @@ To add your own or share your own interpeded language please do the following:
134135 "ai" :{
135136 "success" : " Successfully executed" ,
136137 "error" : " There was an error with this statement"
138+ },
139+ "console" :{
140+ "previewNotFound" :" Preview box not found!" ,
141+ "previewBtnNotFound" :" Preview button cannot be found" ,
142+ "chatBoxNotFound" :" Chat box not found!"
137143 }
138144 }
139145 }
@@ -180,6 +186,17 @@ _Note: "wsa-exclude" is required for preview reasons and space saving!_
180186 save: ' session' // Save history as a session/local storage [Optional]
181187 },
182188 cte: true , // Activates Cursor-Targeting Element [Optional]
189+ /*
190+ ui:{ // Configures the UI/GUI
191+ preview: "", // IFrame to display commands
192+ previewBtn: "", //Element to trigger the preview box
193+ chatbox: "", //Element to input commands
194+ submit: "", // Element to trigger the submit button
195+ history: "", // Element to return the history information
196+ rawOutput:true //Returns an array of raw HTML in text format to be displayed
197+ },
198+
199+ */
183200 preview: ' ' , // Connect to IFrame to preview the element [Optional]
184201 extensions: {
185202 // Add extensions here [Optional]
0 commit comments