IndexedRelatedTags caches related tags queries for post edits and uploads, facilitating quicker lookups on average. Additionally, it brings back the old style of related tags that was present prior to the change on 2023-03-13.
Installation
- Chrome/Firefox: Install Tampermonkey
Project page
Main script
Usage notes
It's used mostly the same as related tags The primary difference is under the covers, in how the data is stored and retrieved.
Wikis
It provides the ability to query only the wiki page, to include the list_of_* wikis, or to query no wikis. Additionally, duplicate tags can be included, and all tags will appear in the order as they appear in the wiki.
Categories
Any of the tag categories can be individually queried. "All" queries all categories.
Types
Supports the following comparisons:
- default - Does a similarity calculation for "All"; frequency for categories.
- frequency - How many posts a tag has in common with all other tags.
- similarity - How many posts two tags have in common with each other.
- like - Which tags contain the tag name?
Other
Since the tag columns are placed horizontally, the related tags section can be set to be scrollable. This adds a scrollbar to the top/bottom, and also facilitates moving the related tags section via the left/right arrow keys.
Final
Any suggestions or feedback is appreciated.
Latest edits
- (2024-03-21)
- Version 3 - Tag checklists
Versions
Show
- (2023-03-28)
- Version 2 - Initial release
- (2024-03-21)
- Version 3 - Tag checklists
Updated