accessiblefish264 downloadsA visual time-blocking and daily planning plugin: fixed events stay pinned to a spiral timeline, flexible tasks fill the gaps, and a now-pointer pushes unfinished tasks forward.
A visual time-blocking and daily planning plugin for Obsidian, ported from 404KSG's roam-nautilus-log for Roam Research.
English · 简体中文
Inspired by YNAB's core philosophy "Give every dollar a job", this plugin applies the concept to time management: "Give every minute a job."

Compared to the original Roam version, this port brings native Obsidian workflows and quality-of-life updates:
See the user guide for the Execution Layer (CLOCK tracking, POMO, daily review), settings, and commands.
accessiblefish/obsidian-nautilus-log in the BRAT settings.Open today's Daily Note. The plugin detects daily notes by filename (default YYYY-MM-DD); if yours differ, set Daily note date format in the plugin settings.
Insert a Nautilus code block:
```nautilus
```
- 07:00-07:30 Breakfast
- [x] Reading 30min d08:47
- 11:30-12:00 Lunch
- [ ] Review 30min
- [ ] Fitness 40min
Write your fixed events and tasks immediately following the block. Use simple duration estimations (e.g., 30min, 45m, 1h30m). Tasks without an explicit duration fall back to the default time configured in settings.
Note: This plugin modifies your notes. Checking off a task below a nautilus block appends a
dHH:MMcompletion timestamp to that line; unchecking removes it. This is the only write the plugin performs, and it can be turned off in the plugin settings ("Stamp completion time").