-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unfriendly default setting??? #2585
Comments
I can reproduce this. @gnestor do you have time to investigate? Workaround: select the .md file with the checkbox, click the edit button at the top of the list. |
Well , the problem is if the filename is non-ascii , i.e. chinese words , when i click on the edit button , i just get a 404 ..... |
Looks like the URL is getting double-encoded. |
Exactly ! "32" --> "%ef%bc%93%ef%bc%92" --> "%25ef%25bc%2593%25ef%25bc%2592" |
#2588 should fix the double-encoding issue, at least. |
There's still the issue with clicking on |
#2449 should resolve this among several other issues related to the "View"/"Edit" buttons and default paths for opening files in the dashboard. |
Thanks @gnestor |
When I click on my 'foo.md' file , the default page is 'localhost:8888/view/foo.md' .
But what I want is absolutely l'ocalhost:8888/edit/foo.md' , So I have to change it manually every time.
I referred to the documentation but I didn't find any configuration about it ....
I remember that many versions ago ,the setting is just right ...
Will anyone do me a favor ? Thanks a lot.
The text was updated successfully, but these errors were encountered: