As far as I'm aware, the API only allows updating the whole file contents with { "content: "..." }. I find that it would be very inefficient / unrealistic to continuously push the whole file contents to Vivify to update the live preview, especially for larger files (over a few hundreds / 1k+ lines).
Are there any existing ways to update only a small section of the file (only send lines that were modified)?
If not, would it be hard to implement something like that?
As far as I'm aware, the API only allows updating the whole file contents with
{ "content: "..." }. I find that it would be very inefficient / unrealistic to continuously push the whole file contents to Vivify to update the live preview, especially for larger files (over a few hundreds / 1k+ lines).Are there any existing ways to update only a small section of the file (only send lines that were modified)?
If not, would it be hard to implement something like that?