- 🇪🇨Ecuador jwilson3
This module is mostly feature-complete but I'd be fine reviewing and testing a patch if someone wanted to work on this.
It would be helpful to outline and elaborate on at least a couple real-world use cases, to use for testing. What are some examples of tokens that would be used to craft URLs in a shortcut set? Would the token values change per user, per page, etc?
In my case, I needed to create a direct link to edit one's profile for regulars users. To accomplish this, I had to install the "me alias" module and edit the link into the DB while I thought it would have been possible to do it with this path as a shortcut "user/[current-user:uid]/edit".