DeArrow icon indicating copy to clipboard operation
DeArrow copied to clipboard

"Keep original style" formatting option

Open ajayyy opened this issue 2 years ago • 0 comments

This open would try to keep the original "style" such as all lower case letters, or in other languages, could be using specific sets of characters (no kanji).

This would try to apply this original style to the newly user-submitted title.

This formatting option is for those okay with inconsistent sets of titles between videos, but want the styles to be consistent with the videos created by the video creator.

Example:

https://www.youtube.com/watch?v=le5uGqHKll8

Original title: hangman is a weird game

Current user submitted title: Analysing Hangman

Title with "Keep original style": analysing hangman

Potential implementation ideas:

  • Some way to define styles and ways to apply styles in an extensible way. Could be a community repo or a style syntax. Would be cool if it could call external APIs
  • Some way to have custom options per style. This would allow you to use the "Keep original style" formatting option while still removing shouting. It could appear as a toggle below the format selector if you've selected this formatting option

Things to keep in mind:

  • Manifest v3 does not allow running dynamically loaded JS. All code would have to be bundled, unless a custom syntax is developed.
  • If a community repo is created, all code there has to be included in the extension bundle

Discussion: https://discord.com/channels/603643120093233162/897699762738966558/1167120988819968091

ajayyy avatar Oct 26 '23 16:10 ajayyy