The "Show Maxima help" button links directly to the docs on their website, though on my system I have installed the docs as packaged by Debian from maxima-doc, and they can be read at /usr/share/doc/maxima-doc/html/maxima.html It would be convenient if there were a way for package maintainers to specify where to look for documentation offline so that it can be opened instead if available.
I think, we could add "path to doc" setting to Settings->Configure Cantor->Maxima in 19.04. Is it good for you?
(In reply to Nikita Sirgienko from comment #1) That'd be great.
Git commit c2e4718a71c0cadfd263851cc59587fc9d412c3f by Nikita Sirgienko. Committed on 08/02/2019 at 10:57. Pushed by sirgienko into branch 'master'. [Maxima, Octave, Python, R] Add a way to specify the path to the local documentation in the settings. By default, this path didn't specified and Cantor uses online documentation. FIXED-IN: 19.04 M +4 -0 src/backends/R/rbackend.cpp M +3 -0 src/backends/R/rserver/rserver.kcfg M +14 -0 src/backends/R/settings.ui M +6 -2 src/backends/maxima/maximabackend.cpp M +3 -0 src/backends/maxima/maximabackend.kcfg M +14 -0 src/backends/maxima/settings.ui M +6 -2 src/backends/octave/octavebackend.cpp M +3 -0 src/backends/octave/octavebackend.kcfg M +14 -0 src/backends/octave/settings.ui M +14 -0 src/backends/python/settings.ui M +5 -1 src/backends/python2/python2backend.cpp M +3 -0 src/backends/python2/python2backend.kcfg M +5 -1 src/backends/python3/python3backend.cpp M +3 -0 src/backends/python3/python3backend.kcfg https://commits.kde.org/cantor/c2e4718a71c0cadfd263851cc59587fc9d412c3f