Kate plugin to interface with WakaTime
This is for Kate 6 (KTextEditor from KF 6).
If you need a version for Kate 5, use the v1.3.10 release.
If you need a version for Kate 4, use the v0.6 release.
How to install these on your distro is beyond the scope of this document. Generally, install the Kate text editor, CMake, KDE framework development packages, and Qt development packages.
Clone this project and compile:
git clone git@github.com:Tatsh/kate-wakatime.git
cd kate-wakatime
mkdir build
cd build
Linux:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
MacPorts:
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/local/
Finish the task:
make
sudo make install
Use the checkbox to enable WakaTime and click OK:
To be certain this will work, check the file at ~/.wakatime.cfg
.
Short answer is no.
See the WakaTimeView::sendAction()
method if you want to be certain.