On 2024-12-04, Richard Owlett wrote: > I find HTML formatted documentation much more usable than PDF. > A fine manual at https://docs.kde.org/stable5/en/kate/kate/index.html . > > Two questions: > 1. Has someone packaged it as a downloadable file? > 2. Is there a script that would download it to a specific local > directory in a manner that all it's internal links work?
Try wget -r -L -k https://docs.kde.org/stable5/en/kate/kate/index.html and man wget for more options