Is there a way to know when there has been an input inside the document editor and what that input was?
For example, if in the the word editor I typed "Q", is there some event that lets me know that "Q" was added?
The closest thing I've found was the onDocumentStateChange event, but when it fires it does not seem to display how the state actually changed.
Tracking document text?
Re: Tracking document text?
Hello smithj!
I think there is no way for now.Is there a way to know when there has been an input inside the document editor and what that input was?
Re: Tracking document text?
Thank you for your reply. I see in the postgres database there's a doc_changes table with values such as "34;BgAAADEAMQA3AAEAHAABAAAAAAAAAAEAAABqAAAAAwAAAA==" that gets added every keystroke. Is this string some kind of encoding or encryption? Where might I be able to find the source of this string's generation?Maxim wrote:Hello smithj!I think there is no way for now.Is there a way to know when there has been an input inside the document editor and what that input was?