AttachFile adds a file as an attachment and inserts @filepath into the editor
(filePath string)
| 76 | InsertText(text string) |
| 77 | // AttachFile adds a file as an attachment and inserts @filepath into the editor |
| 78 | AttachFile(filePath string) error |
| 79 | Cleanup() |
| 80 | GetSize() (width, height int) |
| 81 | BannerHeight() int |
no outgoing calls