If I am sent a medium shortlink such as https://link.medium.com/tuOvL6v2Zqb I am unable to view the post without connecting to medium directly first. What I request is that scribe be somehow able to get the post for the user by going to something like https://scribe.rip/tuOvL6v2Zqb
Hello and thanks for the suggestion. I think this is a good idea, however it's not on my list of priorities at the moment. If you or anyone else reading this wants to give it a shot, it would probably go in the
Articles::Show
action, or in theArticleIdParser
. In either case, it probably makes sense to break it out into a separate object as those classes already are doing enough.