For example:
#image-editfixed 1.0.2
I will add progress bar in 1.1.0
Thanks for the update! It solved the first two problems, but the third seems not fixed...
Maybe it's intended? Because keeping the scrollbar position is good for single page sites like https://docsify.js.org/.
But for multi-page sites,I think it would be better to scroll to top when jumping to another page, or at least an option should be provided.
Or, maybe you could automatically insert an invisible element at the top of each page, with an id like "top"? So that I can append #top to the link to make it scroll to top.
Thanks for your work. :smile:
Sorry to miss the Problem 3.
I will add a option to automatically scroll to top in 1.1
Great! Thanks.
Another similar problem:
Chinese ids on the custom sidebar has no effect on mobile browsers. Tested on Firefox for Android.
Chinese ids on the custom sidebar has no effect on mobile browsers. Tested on Firefox for Android.
Fixed in 1.1.4
@QingWei-Li Thanks!
The solution is in the window.$docsify object:
window.$docsify = {
auto2top: true
};
Cheers 馃帀
Most helpful comment
The solution is in the
window.$docsifyobject:Cheers 馃帀