No document on launch?

Loving Bike and it’s lightweight feel. Have been using this far more than TaskPaper lately!

Is there a defaults write or some config where I can suppress the blank document on launch? Or maybe just have the previously open documents re-opened?

If there is a setting for this, I’ve missed it.

Thanks

Rob

1 Like

answering my own question, it seems I can tell Bike to “launch” with Applescript, instead of “Run” and it doesn’t open a window :+1:

tell application "Bike"
	launch
	activate
end tell
1 Like