mirror of
https://github.com/nickustinov/itsypad-macos.git
synced 2026-04-25 20:05:54 +03:00
[GH-ISSUE #61] Option to open a new empty tab on app launch (only if none exists) #54
Labels
No labels
bug
documentation
enhancement
help wanted
localization
pending release
pull-request
question
wip
wishlist
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsypad-macos#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dragonito on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/61
First of all, thank you for building Itsypad — it’s an incredibly useful lightweight scratchpad tool. <3
I have a small workflow improvement suggestion.
💡 Idea
When launching Itsypad from a completely closed state, it would be very convenient if the app could optionally create a new empty tab automatically — but only if no empty tab already exists.
Currently, the app restores the previous session (which is great), but if all existing tabs already contain content, I need to manually create a new tab before quickly pasting or typing something.
✅ Proposed Behavior
Add an optional setting such as:
Behavior should be:
This avoids creating multiple unnecessary unsaved tabs while still optimizing for quick note-taking.
🎯 Use Case
Itsypad is often used as a fast scratchpad.
Reducing the friction of manually creating a new tab on launch would make the workflow even smoother, especially for users who frequently open the app just to quickly paste or jot something down.
🔧 Optional Implementation Idea
On
applicationDidFinishLaunching:Ideally controlled by a user preference (default: off).