You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current page naming logic normalizes page names to create readable URLs. Part of that normalization is removing unicode characters.
When it's fully comprized of unicode characters - the original transformation returns an empty string and there is an additional logic to handle that case. Unfortunately another case is not handled rn:
🙂1 and 🙀1 would resolve to the same page name - 1 (and special logic won't kick-in as it's not empty)
requirements:
Map pages like this onto distinct URLs
Minimize change in name-structure otherwise. Ideally avoid any changes not related to the affected pages. As changing the name structure generally would break already existing links to gardens.
Current page naming logic normalizes page names to create readable URLs. Part of that normalization is removing unicode characters.
When it's fully comprized of unicode characters - the original transformation returns an empty string and there is an additional logic to handle that case. Unfortunately another case is not handled rn:
🙂1
and🙀1
would resolve to the same page name -1
(and special logic won't kick-in as it's not empty)requirements:
Example garden: https://nicolejiang.roam.garden
The text was updated successfully, but these errors were encountered: