Edit Macro Code

Hello,

I am looking to view/edit the code for the “Wikis” macro. I really like this macro but it does not list the farm wikis out in alphabetical order which is a feature I would like to implement. Is there a way to view the source for the Macro and edit it? I tried to write my own Macro that would do this but I am not sure how the “Wikis” macro renders this content.

Thanks!

Hi @flux,

The Wikis macro is sorting the wikis by their id and not by their pretty name. In order to get the desired result, you can look at the WikiManager.WikisMacro page, in object mode and write your own code to reorder the list available there.

Hope it helps,
Alex

Awesome! Thank you for the help.