Can I prevent FoldingText from creating a new document on launch?

I currently use FoldingText for a few use cases. One is a work todo list, the other is an inbox of things to process. For these cases I frequently quit and re-launch the program, perhaps a dozen times per day.

On each launch FoldingText starts with a new blank document, even if I already have existing documents open.

I’d like to prevent this if possible. I end up not using and closing that document each time anytime.

Thank you,
Taylor

@jessegrosjean ^ do you know if this is possible?

I think you can do it with the application delegate method:

- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender