wikispeedruns / wikipedia-speedruns

Source code for Wikipedia Speedruns!
https://wikispeedruns.com
MIT License
96 stars 27 forks source link

Highlight links in replay #222

Open mliu59 opened 2 years ago

mliu59 commented 2 years ago

Idea: upon loading the article, check if any link includes the upcoming article's name

If not, brute force search through every link (or have some word similarity heuristic to rank them by likelihood, and then search one by one), make an API call to wikipedia to get the actual title, then highlight

mliu59 commented 2 years ago

Or we could store some URL clicked information along with the stored path for runs