We need to add a custom User Macro to the confluence rich text editor toolbar. useing "{" or navigating through the menu is not the desired option.
The toolbar in the editor is, well, in the editor. To add something to it, you'll need to rewrite the system add-on that provides the editor.
Well there is this tutorial, BUT not sure if it still works with Confluence 5.x (a bit of warning, many of the Confluence plugin tutorials have not been updated recently, and are often incomplete)
https://developer.atlassian.com/confdev/tutorials/adding-an-option-to-the-editor-insert-menu
If this method still works, you could then convert your user macro to a plugin (just takes the macro code) and add this menu item. You will need this module for your macro code.
I will warn you, there are many steps and details missing from that page (I had to slog through this last week).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.