Hi @Wpf81, welcome!
To trigger actions inside the editor from your Vue application’s UI (like navigating to specific text), you would need to use the Automation API. It provides a connector object that lets your external code interact with the editor — for example, searching for text and selecting it to scroll the view there.
Here’s a working example of external buttons controlling the editor: External access to document editing.
Is this something you’d be interested in exploring?
This feature requires ONLYOFFICE Docs Developer Edition. If you have any questions about licensing, feel free to reach out to sales@onlyoffice.com.
