Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate description from some values #48

Open
Bluscream opened this issue Nov 29, 2019 · 2 comments
Open

Generate description from some values #48

Bluscream opened this issue Nov 29, 2019 · 2 comments

Comments

@Bluscream
Copy link

Bluscream commented Nov 29, 2019

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

@MatthewSH
Copy link
Contributor

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.

@Bluscream
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants