Hi @misticos - I created a new endpoint for `TryPasteBackFromFile`, I'd like to submit it for your plugin.
It's the four lines below, added in the API region:
private object TryPasteBackFromFile(string filename, string[] args)
{
return TryPasteBack(filename, null, args);
}