Currently, the links of manual of texstudio, both from the README of this repo and from texstudio.org, point to the same webpage hosted on sourceforge: http://texstudio.sourceforge.net/manual/current/usermanual_en.html .
However, the manual on sourceforge is outdated. For example, the explanation about supported % !TeX program = <engine>, added in this commit https://github.com/texstudio-org/texstudio/commit/7d5e836cb4ff60a1415d0433861423e0f41f1ae9, can not been found in the manual on sourceforge.
Hence the question:
Looks like it is not hosted, good point. @sunderme should we consider moving this manual to the wiki, the official website or a github.io webpage?
Usually i would use the code git but if that is not feasible, I am open for suggestions...
The regular user won't be looking in git, and for sure the won't look in the source code. The website looks like the most appropiate place. I could get to it and also improve the style of the webpage in one month aprox.
I just found that menu Help -> User Manual will open local usermanual_en.html. This would be the best way for regular user to open the user manual, especially it corresponds to the locally installed version of texstudio.
At the same time, updating the hosted user manual to the latest version, or with multiple versions corresponding to main changes of user manual or stable releases of texstudio, still has its significance.
From https://github.com/texstudio-org/texstudio/pull/1119#issuecomment-649598788, it seems that users of texstudio are more aware of online user manual hosted on sourceforge than the one released with texstudio itself.
This raised the need to keep sourceforge manual up-to-date (to the latest stable release).
changed texstudio.org to link to github/master directly
Thanks. Some more things:
htmlpreview's README suggests to append agithub.com url to https://htmlpreview.github.io/?. Currently a raw.githubusercontent.com url is appended. Not sure if there is any preference between them.github.com url: https://github.com/texstudio-org/texstudio/blob/master/utilities/manual/usermanual_en.htmlraw.githubusercontent.com url: https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/usermanual_en.htmlRecord progress:
https://htmlpreview.github.io/?https://github.com/texstudio-org/texstudio/blob/master/utilities/manual/usermanual_en.htmlWow! Many thanks.
Most helpful comment
The regular user won't be looking in git, and for sure the won't look in the source code. The website looks like the most appropiate place. I could get to it and also improve the style of the webpage in one month aprox.