Piefed now generates human-readable post URLs instead of those random ID strings. This issue has been around on Lemmy for ages with no real progress from core devs. At this point, you have to wonder what the Lemmy dev team is focusing on.
Piefed now generates human-readable post URLs instead of those random ID strings. This issue has been around on Lemmy for ages with no real progress from core devs. At this point, you have to wonder what the Lemmy dev team is focusing on.
It worked in Boost, but on Lemmy UI it doesn’t linkify the whole thing
You would think markdown would work, but no, these somehow have the same issue:
https://piefed.social/c/lemmy@lemmy.ml/p/1384152/piefed-finally-fixes-lemmys-ugly-post-urls
https://piefed.social/c/lemmy@lemmy.ml/p/1384152/piefed-finally-fixes-lemmys-ugly-post-urls
Ok we’re now generating links like this instead https://piefed.social/c/politics/p/1385905/will-the-supreme-court-hand-government-contractors-blanket-immunity
That does work! What about if it’s a remote community? Does it just use the post ID number to determine what instance it’s actually from?
The only part of the url that actually does anything is p/1385905 which functions the same way piefed.social/post/1385905 does. So that /c/politics bit has no effect on which post is displayed and it could be any string of gibberish. There are communities called ‘politics’ on many instances and this url scheme doesn’t differentiate between them, but I’m ok with that.
I think that’s pretty standard for URL slugs
Oh, interesting. I think having a ‘@’ in the url is going to be a problem for a lot of different software. I’ll remove that part.