mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #90] Feature request: paste title #54
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#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 @FliegendeWurst on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/90
Many other pastebins offer the option to set the title of a paste.
I already have a working implementation, if you are interested in this feature.
Title is properly width-limited and added to
@matze commented on GitHub (Jan 9, 2025):
Looks good, yes. But the migration (both database and UI) has to be rock solid and backwards compatible.
@FliegendeWurst commented on GitHub (Jan 9, 2025):
The database migration is a simple column addition of nullable text. You can inspect the current version of the code here https://github.com/FliegendeWurst/wastebin/tree/title
I will open a PR soon.