I would like to allow plugins to be able to access more information about the context from which they are being called.
For example:
- Access coordinates; to be able to query the previous and next coordinates.
- Access current variables such as
auto,conditional etc so that they can respect them in the commands they create.
- Access previous commands already processed (maybe useful, but I don't know why yet)
I would like to allow plugins to be able to access more information about the context from which they are being called.
For example:
auto,conditionaletc so that they can respect them in the commands they create.