Results 28 comments of aecepoglu
trafficstars

Another use case for this feature is spellchecking with a 2ndary langserver: I built [retext-language-server](http://github.com/aecepoglu/retext-language-server) to spellcheck spoken languages (in .txt files). If multiple servers were supported, I could have...

so are `opts` supposed to be a list of processor functions? Do you have a test code written that shows how it's meant to be used? Because from what I...

I attempted to achieve this just today. I was going to `:lsp-document-symbol % : Constructor 2w` and then use `%val(selections)` to add highlights with. There was an issue with exec'ing...

I think a simple sensible git tag would do. If we are at 0.1.0 then 0.1.0 (also I apologise for responding as late as I am doing)

I'm @aecepoglu and I am offering to contribute retext-language-server to the retextJS organization :)

Understood. I will handle the rest.

Friendly response, I have forgotten about it. Whatever needs to be done to transfer ownership, I'm ready to do it though.

I'm surprised this isn't vocalised more often. I also want the same feature. :+1:

Yes it is possible. You can use the following function, and if you give it the id of an existing node, it will update that node. ``` graph.addNode( id_of_existing_node, some_node_related_data);...

@hsanjakd No I haven't been able to do that. I am working on it though, so I'll let you know if I accomplish anything.