OWScript icon indicating copy to clipboard operation
OWScript copied to clipboard

Generate description from some values

Open Bluscream opened this issue 6 years ago • 2 comments

Maybe rules with author, version, etc and then a way to set a template for description like

%name% v%version% by %authors%
Some text have fun blabla.
Hotkeys:
%hotkeys%

which will be generated and printed to console or copied to clipboard or saved to file when compiling

Bluscream avatar Nov 29 '19 14:11 Bluscream

I mean, why can't you just make the rules yourself?

With OWScript package I do have this information in a JSON file, and it wouldn't really be hard to slip the rule during the compile process...but I don't know how you'd expect this to be done on the script side...unless it looks for a key through a passed JSON file.

MatthewSH avatar Dec 12 '19 15:12 MatthewSH

I want the compiler to check for that in the json and insert everything automatically and generate the hotkey list from parsed rules

Bluscream avatar Dec 12 '19 18:12 Bluscream