-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
Pasting the link to a post in the forum automatically creates a link like Post #123. I also want to support tooltips when you hover over these. The main difference with the post tooltips is that forum tooltips will also include a small thumbnail of the image.
I also wanted to support links like post #123 directly, instead of pasting full link. The main issue with this is that post links need the slug portion in their url in order to be valid, not just the number. (it functions as a semi random key to prevent enumeration). One simple method could be to resolve all of these to the full links at the time of posting. Also the full links can get pretty lengthy, so they all should be resolved to post #'s for viewing.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request