Slug Encoding. I always thought for some reason that urls should be encoded. That's why I used encode_uri in a Baserow formula to do the slug field.
But I noticed today that encoded slugs don't even work in Webstudio and I actually better keep things as they are. Which seems more convenient. Although I wonder why encoded urls don't seem to work.
I only noticed that I need to check for / slashes and replace those with another character. Other than that it seems to all work: leaving spaces, emojis and other special caracters like ü or ß as they are.
I think I'm more happily surprised actually, but I would still like to check if my new observations are in its place. Am I missing anything to pay attention to other than that they should all be unique?