This one for Jon – I’m knocking together another plugin and I was wondering if I could execute a macro from inside python? Something like
view.execute("""
moveTo bol
insertCharacters \"Hello World!\\n\"
""")
Not looking to get it implemented, just wondering if it’s there at the moment.