Skip to content

Add note daily, and file new notes under an inbox without a date - #189

Merged
joakimen merged 1 commit into
mainfrom
note-daily-inbox
Sep 23, 2026
Merged

joakimen merged 1 commit into
mainfrom
note-daily-inbox

Conversation

@joakimen

Copy link
Copy Markdown
Owner
  • note daily opens today's YYYY-MM-DD.md under [note] daily, starting it once per day
  • note-daily action, suggested on ctrl-f10
  • note new names a note for its title alone, under [note] inbox
  • New notes carry created: front matter instead of a date in the name
  • note cleanup no longer flags daily notes as unnamed

Docs

  • --help covers note daily and the new note new layout
  • Starter config gains inbox, daily and the commented ctrl-f10 binding
  • CHANGELOG entries under Unreleased
  • README unchanged, its binding sample is a subset and names no note settings
  • Demo GIF unchanged, the tape does not run either command

`cid note daily` opens `<[note] daily>/YYYY-MM-DD.md`, `daily` unless
set, creating it the first time that day with `created:` front matter
and a `# Daily - YYYY-MM-DD` heading. A later run the same day opens
the same note; the file is created with create_new, so it is never
written over. A `note-daily` action binds it, suggested on ctrl-f10,
which fish leaves free.

`cid note new` now names a note for its title alone and puts it under
`[note] inbox`, `inbox` unless set. The date moves into the note's front
matter as `created:`, which the listing already reads. Both settings
take a path below the vault, subdirectories included, and both have
starter-config and `config print` rows.

`note cleanup` offered any note whose name holds no letter as unnamed,
which would have listed every daily note; notes under the daily
directory are exempt from that rule, though an empty one still shows.

Release: minor
@joakimen
joakimen enabled auto-merge (squash) September 23, 2026 10:57
@joakimen
joakimen merged commit a3e8abd into main Sep 23, 2026
7 checks passed
@joakimen
joakimen deleted the note-daily-inbox branch September 23, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant