Tip: just type — press Enter for the next task.

Sync account

Log in with your CouchDB account to sync every stack across devices. Choose Work offline to keep tasks only in this browser.

⏱ TaskTXT Guide

A plain-text, task-timing notepad. Every line is a task; the text is the source of truth. It works offline and syncs across devices when you log in (see Account).

Quick start

Tasks & status

A task line starts with one of these markers (added for you on Enter):

[ ]to-do
[x]done (shown struck-through & dimmed)
[/]in progress
[*]important
[?]question

Timers

Command mode (Vim)

The editor is a real Vim editor (CodeMirror + vim). Click in, press Esc for normal/command mode, then:

Space tstart / stop timer on the current line
Space dtoggle done
Space xdelete the current line
Space aturn the line into a task

Everything else is stock Vim: i insert · Esc back to normal · h j k l move · dd delete line · / search · v visual select · u undo. Prefer a mouse? Just click and type — the markers above still work without any Vim.

Formatting (light, plain-text)

TaskTXT is plain text, not a full Markdown renderer — your file stays exactly as typed. Two structural bits are recognized:

# Headinga heading; the first one also names the stack
---a divider line

Write links or notes as normal text on their own lines. Anything without a marker is just a note.

Stacks & sync

Esc command mode · Space t timer ·