klog
klog time tracking support for Sublime Text
Labels language syntax
Details
Installs
- Total 97
- Win 45
- Mac 37
- Linux 15
| Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
klog for Sublime Text
This package provides support for working with klog time tracking files in the Sublime Text editor.

Features
- Syntax highlighting
- Smart completion for inserting the current date or time. For example:
- Typing
todaycompletes to the current date - Typing
nowcompletes to the current time
- Typing
- A few sensible default settings for the
.klgfile format
Configuration
Colour overrides
The pre-defined syntax highlighting should look meaningful in most available colour schemes.
For klog-specific customisations, you can specify the following colour overrides:
markup.other.date.klogFor the date, e.g.2022-03-15markup.other.should_total.klogFor the should total, e.g.(8h!)markup.other.summary.klogFor summary textmarkup.other.summary.tag.klogFor tags inside summaries, e.g.#workmarkup.other.duration_positive.klogFor positive durations, e.g.5h25mmarkup.other.duration_negative.klogFor negative durations, e.g.-15mmarkup.other.range.klogFor ranges, e.g.8:00 - 9:20markup.other.open_range.klogFor open ranges, e.g.14:30 - ?
You can achieve this by adding entries (see Sublime docs) to the rules list of your scheme’s customisation file:
"rules": [
{"scope": "markup.other.range.klog", "foreground": "#76c7ff"},
]