Can I add custom action to other actions and for it to be searchable and have a custom name?

I want to add an action 'if button' that would be searchable here :

And the action would create this :

Can I do this? Thank you.

I can think of 3 ways to create a custom Action:

  1. Create a "template" macro (disabled), and add the Action you want to it. Customize the Action as desired.
  • Then when you want to use this action, goto the "template" macro, and copy the action, and paste into your new macro
    .
  1. Create the Action in a temp macro, customize the Action as desired, and then copy the Action and paste into a Named Clipboard.
  • When you want to use it, paste from the Named Clipboard into your new macro.
  • This is easily automated by a macro
  • In fact, I have a macro that show me a palette of custom Actions in Named Clipboards
    .
  1. Create a plug-in that performs the function of your custom Action

Here's my macro. It's actually not just one macro, but a Macro Group with a palette, and then one macro for each custom Action.

So I trigger the palette with ^⌥A, and then each Macro in the palette has a simple (one-letter in most cases) hotkey (like "G" for "Group Action").

##Macro Library Group Palette

##Macro Library List

##example Macro

I’ve been thinking of trying out palettes, can’t really find use cases for it though right now.

So there is no way to easily add my custom action to the action database? :frowning:

From the three solutions above, the first takes too much time for me. The second one seems most interesting but I am not really sure I get how to do it. I have to copy my action into named clipboard and then call that clipboard whenever I want to use the action?

And for three, how would I create hat plugin? I really wish Peter would add a way for users to add custom actions to actions database, this would be amazing.

I've been working on something for this for quite a while. I've been hoping to dot every "T" and cross evern "I" (or something like that) before I released it, but I guess I'm just putting off the inevitable.

I'll put together some documentation today, and publish it. It really needs a demo video, so I'll probably half-ass something today, then try to clean it up later. Assuming no huge setbacks, look for it in the next 24 hours.

By the way, a plugin won't really do what you want. I know it sounds like it will, but not really.

1 Like

Finally uploaded: