-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
force urls to lowercase #83
Comments
PS: And a way to remove łąćźś etc. :) |
seems im too impatient... examples in docs could be extended... |
Haha, love the license in your gist :) I'll see if it makes sense to include this by default in daux, probably yes :) |
By the way, you're correct, there is no control over the urls for folders currently, other then the way you did it |
@onigoetz This solution made me some problems... acually changed it to this:
Best one I came up so far with :) works like a charm, one from link became problematic when checking for references Same license as file above :P |
PS: my aim was acually to have control over folder names in menu, started from wrong side :) |
One thing, that irritates me the most... maybe i miss something, are URL's with uppercase letters and spaces in names...
As for catalog I can just
_
and it will be migrated intospace
when displaying name and its ok.But If I have structure, where folder is only a container that rolls down, i have no control over its name, meaning that I have to name folder with uppercase letters to have them uppercase on menu... but that makes uppercase links... any way to force urls lowercase?
The text was updated successfully, but these errors were encountered: