LLR: Life Logging in Obsidian with One Command

Toggle Task — create, start, finish. LLR is an Obsidian plugin that turns your daily note into a simple, plain-text time log. No complex UI. No lock-in. Just Markdown checkboxes.

Every task management tool I’ve tried adds friction. Custom UIs, proprietary formats, sync issues. I wanted something that lives inside my daily note, records what I’m doing and when, and gets out of the way.

LLR (Life Log Radio) is the Obsidian plugin I built to solve this. It takes the GTD principle of getting things out of your head, the daily note habit of writing everything in one place, and the review practice of having data to reflect on — and compresses them into a single command.

One command does everything

The only command you need is Toggle Task. Assign it a keyboard shortcut and you’re set.

  1. Create — Hit Toggle Task on an empty line → - [ ] appears. Type “reply to emails”
  2. Start — Hit Toggle Task again → current time is inserted, status changes to in-progress - [/]
  3. Finish — Hit Toggle Task one more time → completion time and duration are recorded - [x]
Toggle Task state transitions

Everything is stored as Markdown checkboxes. Uninstall the plugin and your data stays — it’s just text.

Made a mistake with the time? Edit the numbers directly. LLR works with plain Markdown, so manual corrections are always possible.

On mobile
Add Toggle Task to the Mobile Toolbar (the icon row above the keyboard). Short press toggles. Long press gives you undo, align-to-previous, and other helpers.

Ask AI instead of reading docs

LLR is designed around a simple idea: you shouldn’t have to memorize how a plugin works. What matters is the habit of recording, not the ability to recall commands.

LLR’s full specs are published on GitHub. When you need help, give your AI assistant one URL:

https://github.com/goryugocast/llr/tree/main/docs

Most plugins write documentation for humans to read. LLR takes the opposite approach — the docs are there for AI to read on your behalf. You don’t need to learn the details.

Learn Toggle Task. Let AI handle the rest. That’s how LLR is meant to be used.

Install (via BRAT)

  1. Install and enable the “BRAT” community plugin
  2. In BRAT settings, select “Add Beta plugin” and enter goryugocast/llr
  3. Enable LLR

Key commands

CommandWhat it does
Toggle TaskCreate, start, or finish a task
Skip Task (Log Only)Mark a task as skipped without executing it
Open Summary ViewShow today’s progress in the sidebar

Task states

StateFormat
Pending- [ ] task name (estimated time)
In progress- [/] HH:mm - task name
Completed- [x] start - end (duration) task name

Summary View

Summary View

The sidebar shows your day at a glance: completed tasks, what’s running now, what’s left, and estimated finish time. Date navigation lets you review previous days.

Full documentation

Detailed docs — all 13 commands, routine configuration, data format specs — are available at goryugo.com/topics/llr (Japanese).