Follow TV Tropes

Tech Wishlist

Go To

As your friendly neighborhood Admin Team, the gang here at TVTropes HQ is always working to improve the site. Many of those improvements begin with suggestions posted right here, on the Community Wishlist. Is there a feature you really want on TVTropes? Post it. Is there something we could be doing better? We want to know. Do you think we look fat in these pants? We were totally afraid of that. See a bug? Report it.

Important things to know:

  • We're all about that content-creation life! The top contenders for our attention are ideas that'll create more content, like the video uploading feature, or speed up launching new pages. On the flip side, design or layout tweaks won't be our top priority.
  • Help us dig through the goldmine of old wishlist items! If you have an old request gathering dust or spot one you're totally on board with, give it a bump and a like. There's a treasure trove of 6+ years' worth of ideas just waiting to be rediscovered. Items without enough love may not make the cut and will be closed.
  • Was your wishlist item locked up without an explanation? It was most likely disapproved or just too big of a task versus the benefit it would ultimately have. Time is precious, and we want to focus on updates with the biggest bang for the buck. Don't be discouraged though! We appreciate every idea and we're always listening.

Make a Tech Wish:

What is your wish for a technical feature to add?

Make Private (For security bugs or stuff only for moderators)

HeraldAlberich (Before Recorded History)
2nd Jun, 2023 06:31:43 AM

Almost trivial. It would need to follow How to Alphabetize Things: ignoring articles—not just “a,” “an,” and “the,” but also foreign articles like in La Résistance and colloquial articles like in Da Chief.

And the rule about numbers before letters even when the number is only in the custom title is especially tricky. How do you teach a bot that 100% Completion goes before A when the actual Wiki Word is spelled with an H?

Amonimus (Sergeant)
2nd Jun, 2023 06:41:07 AM

Thinking about it, it would need extra steps.

It can query the custom title and disregard articles if they are the first word.

TroperWall / WikiMagic Cleanup
skewview Since: Jun, 2013
11th Sep, 2023 05:15:24 AM

I'm showing my support for this because I've recently done a script to sort a list of watched works for my troper profile and it was a functionality that was badly needed especially when it came to formatting entries and linking them to their pages on tvtropes.

I approached the problem in two ways:

  • It was helpful to check each newline, first for bullet points, then for formatting around a word boundary in and/or checking for words that have CamelCase.

  • I used an nlp library that could identify all elements of a statement to reorder them or index them for further sorting.

Without access to a database, figuring out if an entry was a series, film, etc; was done manually, not to mention how a work is called in its namespace here on tvtropes.

However, I had the release years of works so it was easy to make a Levenshtein distance check from entries I had and entries that could be collected from various indexes on tvt to figure it out even easier... Obviously TVT's sorting need not be this complex or feature complete but it would be easy to implement with access to the database entries.

Edited by skewview AFK with issues, will return
eroock Since: Sep, 2012
6th Oct, 2023 05:01:15 AM

FWIW, I worked out a way to sort all examples on a trope page with one click in Excel. Here's the Excel sheet for download (it even seems to work online) and here's a demo video of how it works. Message me for more details.

Top