[GH-ISSUE #90] Feature request: paste title #54

Closed
opened 2026-02-27 10:15:31 +03:00 by kerem · 2 comments
Owner

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.

image

Title is properly width-limited and added to

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. ![image](https://github.com/user-attachments/assets/e9d8e62d-b838-4563-bea9-a62280381933) Title is properly width-limited and added to <title> as well.
kerem closed this issue 2026-02-27 10:15:31 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2581055219 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2581122782 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#54
No description provided.