MACRO: [KMFAM] Favorite Actions and Macros v1.4 Released 2021-12-09

thank you very much Dan for your prompt and detailed answer.

I edited the select favorite action.html file with Bbedit.

  • I changed the var width to "1100" and the width is now perfect !
  • the right border of the corresponding action is truncated. It's not the end of the world, but is it possible to find a way to preserve it ?

thanks again VERY much !

Screenshot (click to expand/collapse)

Glad that worked!

The image portion shows the image as it was captured. So the wider your KM Editor's macro panel is, the wider the image will be (and visa-versa).

You could change the width of the image pane. In the same file, around line # 64 is this:

#actionImageCell {
	width:485px;
	max-width: 485px;
}

You can change that to wider, but of course that takes away from the size of the pick list on the left.

When I have a macro image that's too wide, and I actually care about it (which is only sometimes), I'll resize the KM Editor's macro panel and capture a new image. The screen that lets you add a new macro also allows you to only update the image, if you want. (I hope that makes sense).

1 Like

This is simple and would be my first choice. I understand about resizing the KM Editor macro panel. Sometimes it works and sometimes not. I also tried the "update image route. "For example the action "comment" is very fickle. Usually too big even after adjusting the macro panel which I made tiny. The actions are squeezed in.
All in all, 99.99999% success and I am extremely grateful.

1 Like

Would there be a way to batch import about 30 of my favorites into KMFAM ? thank you

No. I have code to go from KMFAM to KM's native favorites, but not the other way.

You might consider migrating favorites as you need them. But even if you don't, it doesn't really take that much time. I'd imagine you would get in a rhythm.

2 Likes

you are absolutely right. that's what I will do. Thanks again Dan !

1 Like

Wisdom.

This is the kind of thing I would spend hours on to automate 10 minutes of manual entry :joy:

3 Likes

Oh for sure - me too. Absolutely. LOL.

2 Likes