Skip to content

Conversation

@jggoebel
Copy link
Member

@jggoebel
Copy link
Member Author

editor_interaction

@jggoebel
Copy link
Member Author

jggoebel commented Feb 21, 2023

Syntax that may be used

Need to provide the node name, the path of the API and the text to be shown.
The content of the codeblock is the JSON Body send to the IDE API

```ide:node1:/goto/position:Select the text
{
    "file": "/root/.profile",
    "start": {
        "line" : 2,
        "char" : 0
    },
    "end": {
        "line" : 2,
        "char" : 3
    }
}
```

@jggoebel jggoebel changed the title WIP: IDE Api Calls from UI IDE Api Calls from UI Feb 21, 2023
@jggoebel jggoebel changed the title IDE Api Calls from UI WIP: IDE Api Calls from UI May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant