比如vue项目中集成onlyoffice,想通过vue获取onlyoffice所有批注这种需求,只能通过连接器进行操作吗
你好!我理解你说的是这个方法:
https://api.onlyoffice.com/docs/plugin-and-macros/interacting-with-editors/text-document-api/Methods/GetAllComments/
这是插件方法,因此你可以在插件中使用它。
但是,如果目标是让编辑器框架与某个外部应用进行通信,那么是的——这里需要使用 connector(Automation API):
https://api.onlyoffice.com/docs/docs-api/usage-api/automation-api/#connect