There is no way to pass parameters. Hopefully this will be added in a future release :)
In the meantime, one way to get around this is to “pass them” by text selection.
You can enter some text into Kate, select it, then run your script. The script can
the use the view.selection( ) function to get this text. Not as good I know.
There is no way to pass
There is no way to pass parameters. Hopefully this will be added in a future release :)
In the meantime, one way to get around this is to “pass them” by text selection. You can enter some text into Kate, select it, then run your script. The script can the use the view.selection( ) function to get this text. Not as good I know.