Commands Reference

Type / in the capture bar to access commands. Autocomplete shows available commands as you type.

/today

Open today's log in Obsidian. Creates the file if it doesn't exist.

/recent

Show recent entries from the last 7 days. Displays a summary with links to full entries.

/search <query>

Search your vault. Supports #tag, +project, entry type (task:, idea:), and text queries.

/search rate limiting
/search #performance
/search +backend
/search task: by friday

Tasks

/tasks

Show all pending tasks. Lists tasks with deadlines, sorted by due date. Number keys to select, Enter to open in Obsidian.

/tasks:today

Show tasks due today.

/tasks:overdue

Show overdue tasks.

Workflow Timer

Track time on tasks with the workflow timer. Entries are saved to your vault when you stop.

/workflow:start <description>

Start a workflow timer. Include +project routing and #tags in the description.

/workflow:start +backend fixing auth bug
/workflow:start +frontend #design implementing new nav
/workflow:stop

Stop the running workflow and save the time entry to your vault.

/workflow:report [filters]

Generate a time report. Filter by project, tag, or time range.

/workflow:report
/workflow:report +backend
/workflow:report this week
/workflow:report +backend this month

Utility

/clear

Clear the capture input. Useful after viewing a report or search results.

/help

Show help and available commands.

Command Result Modes

Commands return different result types based on what they do:

ModeBehaviorExamples
SimpleShows a message, then clears/clear, /help
DisplayShows read-only content/recent, /search
ContentPrefills capture with saveable content/workflow:report

Command Autocomplete

Type / and LogMark shows matching commands. Subcommands expand automatically - typing /work shows /workflow:start, /workflow:stop, /workflow:report.

Arrow keys to navigate suggestions, Enter to select, Escape to dismiss.