Cannot find javascript micro

Hi all…
Why can’t I see the macro feature in the plugin? Besides this, I also want to ask, is it necessary to purchase a connector to use the macro API?

Hello @xiaoxixx

In latest version Macro was moved to the View tab, please find it there.

Not at all. Macros are built-in utility tool that allows execute various scripts using Office API. They are always available in the editor for usage.

Thank you, but I couldn’t find any macros in the view tab, and I have already enabled all macros in the advanced settings. What’s going on?
Another question, can macros currently monitor which line has been inserted or deleted in Exc


el documents?

Thank you, but I couldn’t find any macros in the view tab, and I have already enabled all macros in the advanced settings. What’s going on?
Another question, can macros currently monitor which line has been inserted or deleted in Excel documents?

What is the version of currently used Document Server?

Please start a new topic for this question as it is not related to the original topic. Make sure to provide all details on what you would like to achieve for better understanding.

the version is 8.2.2.22

Please let me know how Document Server was installed. Did you use any additional flags or environmental variables during the installation?

Hello, thank you for your response. I installed it using Docker and only added the JWT environment variable. Do I need to pay attention to any configurations?

Please do docker ps to find an ID of the container with Document Server and then run command docker exec -it <ID> ls /var/www/onlyoffice/documentserver/sdkjs-plugins. Will it have directory named {E6978D28-0441-4BD7-8346-82FAD68BCA3B}?

There is no directory named {E6978D28-0441-4BD7-8346-82FAD68BCA3B},please refer to the image
sdkjs-plugins目录

It means that Macros plugin has not been installed. You can manually install it, here is the link to the plugin itself:

Here is the link to the plugin installation guide:
https://api.onlyoffice.com/docs/plugin-and-macros/tutorials/installing/onlyoffice-docs-on-premises/