I wrote a plugin that takes time to generate its output. Is there any way to update the display with a "loading..." type text?
Like, start with "Loading..." and then, when complete, replace the output with the final result.
Or can I "append" lines to the output as they become available?
@dzg we have plans to add a streaming capability to allow plugins to keep working without blocking the UI, but it's not ready yet. I think that might be the best way to solve this.
I wrote a plugin that takes time to generate its output. Is there any way to update the display with a "loading..." type text? Like, start with "Loading..." and then, when complete, replace the output with the final result. Or can I "append" lines to the output as they become available?