ajayyy / DeArrow

Crowdsourcing better titles and thumbnails on YouTube
https://dearrow.ajay.app
GNU General Public License v3.0
1.41k stars 38 forks source link

Suggestion: Don't modify hashtag casing #119

Closed iMarbot closed 1 year ago

iMarbot commented 1 year ago

When not replacing titles (I assume no one would submit or vote on a title with hashtags), but still applying case manipulation, hashtags can become a bit mangled.

image

For example, #cablemanagement becomes #Cablemanagement but that's not ideal in my opinion.

image (removed start of title since otherwise it gets cut off due to length)

Ideally, it would either keep the original capitalization (#cablemanagement ) or, though I doubt this would be efficient or practical, use some form of dictionary to determine capitalization (#CableManagement).

Obviously this is just a suggestion.