I am using `@onlyoffice/document-editor-vue` in a Vue project. How can I implement functionality where clicking on a specific piece of text highlights it within the document and navigates to that location? I’ve been thinking about this for days—please hel

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.